Interface ConnectionProvider<T>

    • Method Detail

      • get

        T get()
        Get connection instance of type T.
        Returns:
        connection
      • releaseConnection

        void releaseConnection()
        Dispose the connection.