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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Connection
getConnection()
Deprecated.Returns a database connection.
-
-
-
Method Detail
-
getConnection
Connection getConnection()
Deprecated.Returns a database connection. Caller should handle the closing of the connections.- Returns:
- database connection
-
-