Interface DatabaseConnectionProvider


  • @Deprecated
    public 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 Detail

      • getConnection

        Connection getConnection()
        Deprecated.
        Returns a database connection. Caller should handle the closing of the connections.
        Returns:
        database connection