Uses of Class
org.litebridge.db.spi.tx.TransactionException
Packages that use TransactionException
Package
Description
Transaction and connection management.
Transaction management utilities for Litebridge
-
Uses of TransactionException in org.litebridge.db.spi.tx
Methods in org.litebridge.db.spi.tx that throw TransactionExceptionModifier and TypeMethodDescriptionvoidTransactionManager.begin()Begins a new transaction for the current thread.voidBegins a new transaction for the current thread with the specified read-only status and isolation level.voidTransactionManager.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.litebridge.orm.tx
Methods in org.litebridge.orm.tx that throw TransactionException