Interface DatabaseConnectionProvider
Deprecated.
since 8.0.0
This 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
Modifier and TypeMethodDescriptionDeprecated.Returns a database connection.
-
Method Details
-
getConnection
Connection getConnection()Deprecated.Returns a database connection. Caller should handle the closing of the connections.- Returns:
- database connection
-