Package io.github.blyznytsiaorg.bibernate.transaction
package io.github.blyznytsiaorg.bibernate.transaction
-
ClassesClassDescriptionEnables the application to delineate units of work while abstracting away the specifics of the underlying transaction implementation.
TransactionalDatasourceextendsBibernateDataSourceand provides support for managing transactions within the data source.TheTransactionHolderclass is a utility for managing thread-local transactions.TheTransactionJdbcUtilsclass provides utility methods for handling JDBC resources in the context of transactions.