Uses of Class
org.litebridgedb.db.spi.tx.TransactionException
Packages that use TransactionException
Package
Description
Transaction management utilities for Litebridge
-
Uses of TransactionException in org.litebridgedb.db.spi.tx
Methods in org.litebridgedb.db.spi.tx that throw TransactionExceptionModifier and TypeMethodDescriptionvoidTransactionManager.begin()Begins a new transaction for the current thread.voidvoidTransactionManager.cleanup()Performs cleanup operations for the transaction manager, releasing any resources held.voidTransactionControl.commit()Commits the current transaction.voidTransactionControl.rollback()Rolls back the current transaction. -
Uses of TransactionException in org.litebridgedb.orm.tx
Methods in org.litebridgedb.orm.tx that throw TransactionException -
Uses of TransactionException in org.litebridgedb.spring
Methods in org.litebridgedb.spring that throw TransactionException