Uses of Interface
org.litebridgedb.db.spi.tx.TransactionControl
Packages that use TransactionControl
Package
Description
Transaction management utilities for Litebridge
-
Uses of TransactionControl in org.litebridgedb.db.spi.tx
Subinterfaces of TransactionControl in org.litebridgedb.db.spi.txModifier and TypeInterfaceDescriptioninterfaceDefines a contract for managing transactions within an application. -
Uses of TransactionControl in org.litebridgedb.orm.tx
Classes in org.litebridgedb.orm.tx that implement TransactionControlModifier and TypeClassDescriptionfinal classDefault Litebridge Transaction Managerfinal classRepresents a transactional context that allows controlled execution of operations within a transaction. -
Uses of TransactionControl in org.litebridgedb.spring
Classes in org.litebridgedb.spring that implement TransactionControlModifier and TypeClassDescriptionclassSpring-compatiblePlatformTransactionManagerfor Litebridge.