com.atlassian.studio.jira
Interface ConnectionRetriever

All Known Implementing Classes:
ConnectionRetrieverImpl

Deprecated. if you need to use this, it means we have cause to request JIRA to export an equivalent for plugin use because we will be using database connections in multiple places - in that case you should continue to use this interface but also file two issues: one to request that make the connection factory available to plugins; and the other to audit the ondemand code for uses of this interface and use the exported on instead.

public interface ConnectionRetriever


Method Summary
 Connection getConnection()
          Deprecated.  
 

Method Detail

getConnection

Connection getConnection()
Deprecated. 
Returns:
a connection to the database


Copyright © 2002-2012 Atlassian. All Rights Reserved.