Interface DatabaseConnectionProvider
- 
- All Known Subinterfaces:
- ConfigurableConnectionProviderSupplier,- ConnectionProviderSupplier
 - All Known Implementing Classes:
- DefaultConnectionProviderSupplier
 
 @Deprecated public interface DatabaseConnectionProvider Deprecated.since 8.0.0This interface is provided exclusively for Confluence Cloud Migration Agent plugin. It should not be used for any other purpose.- Since:
- 8.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ConnectiongetConnection()Deprecated.Returns a database connection.
 
- 
- 
- 
Method Detail- 
getConnectionConnection getConnection() Deprecated.Returns a database connection. Caller should handle the closing of the connections.- Returns:
- database connection
 
 
- 
 
-