Uses of Package
org.litebridgedb.db.spi.tx
Packages that use org.litebridgedb.db.spi.tx
Package
Description
H2 Database Provider
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Abstract implementation classes for the Litebridge Database SPI.
Litebridge ORM
Persistence subsystem; contains classes for saving/updating/deleting DTOs
Transaction management utilities for Litebridge
-
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.db.h2ClassDescriptionA wrapper for a
Connectionobject that ensures certain methods associated with transaction and connection management are not directly invoked. -
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.db.spiClassDescriptionProvides a mechanism to obtain a managed database connection, typically bound to the scope of a transaction.
-
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.db.spi.implClassDescriptionProvides a mechanism to obtain a managed database connection, typically bound to the scope of a transaction.A wrapper for a
Connectionobject that ensures certain methods associated with transaction and connection management are not directly invoked. -
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.db.spi.txClassDescriptionProvides a mechanism to obtain a managed database connection, typically bound to the scope of a transaction.Transaction isolation levels.A wrapper for a
Connectionobject 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. -
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.ormClassDescriptionDefines a contract for managing transactions within an application.
-
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.orm.api.txClassDescriptionTransaction isolation levels.Defines a contract for managing transactions within an application.
-
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.orm.persistenceClassDescriptionProvides a mechanism to obtain a managed database connection, typically bound to the scope of a transaction.Defines a contract for managing transactions within an application.
-
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.orm.txClassDescriptionProvides a mechanism to obtain a managed database connection, typically bound to the scope of a transaction.Transaction isolation levels.A wrapper for a
Connectionobject 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 ofTransactionManager. -
Classes in org.litebridgedb.db.spi.tx used by org.litebridgedb.springClassDescriptionProvides a mechanism to obtain a managed database connection, typically bound to the scope of a transaction.Transaction isolation levels.A wrapper for a
Connectionobject 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.