Package org.litebridgedb.db.spi.tx


package org.litebridgedb.db.spi.tx
  • Class
    Description
    Provides a mechanism to obtain a managed database connection, typically bound to the scope of a transaction.
    Transaction isolation levels.
    A wrapper for a Connection object that ensures certain methods associated with transaction and connection management are not directly invoked.
    Provides control over the transaction lifecycle, including committing and rolling back transactions.
    Exception type representing errors that occur during transactional operations.
    Defines a contract for managing transactions within an application.
    A factory interface for creating instances of TransactionManager.