Interface ITransactionJdbc

    • Method Detail

      • getConnection

        Connection getConnection()
                          throws DaoException
        Returns the default jdbc connection for this transaction.
        Returns:
        the default jdbc connection for this transaction.
        Throws:
        DaoException
      • getConnection

        Connection getConnection​(String connectionId)
                          throws DaoException
        Returns the jdbc connection associated with the specified id.
        Parameters:
        connectionId - the connection id.
        Returns:
        the jdbc connection.
        Throws:
        DaoException
        Since:
        4.0.4