Uses of Class
io.github.blyznytsiaorg.bibernate.transaction.Transaction
Packages that use Transaction
Package
Description
-
Uses of Transaction in io.github.blyznytsiaorg.bibernate.dao
Methods in io.github.blyznytsiaorg.bibernate.dao that return Transaction -
Uses of Transaction in io.github.blyznytsiaorg.bibernate.transaction
Fields in io.github.blyznytsiaorg.bibernate.transaction with type parameters of type TransactionModifier and TypeFieldDescriptionprivate static final ThreadLocal<Transaction> TransactionHolder.transactionHolderAThreadLocalvariable for storing transactions associated with a specific thread.Methods in io.github.blyznytsiaorg.bibernate.transaction that return TransactionModifier and TypeMethodDescriptionstatic TransactionTransactionHolder.getTransaction()Retrieves the transaction associated with the current thread, if any.Methods in io.github.blyznytsiaorg.bibernate.transaction with parameters of type TransactionModifier and TypeMethodDescriptionstatic voidTransactionHolder.setTransaction(Transaction transaction) Sets the transaction for the current thread, allowing transactions to be associated with the execution context of a thread.