Package io.github.blyznytsiaorg.bibernate.transaction
package io.github.blyznytsiaorg.bibernate.transaction
-
ClassDescriptionEnables the application to delineate units of work while abstracting away the specifics of the underlying transaction implementation.
TransactionalDatasource
extendsBibernateDataSource
and provides support for managing transactions within the data source.TheTransactionHolder
class is a utility for managing thread-local transactions.TheTransactionJdbcUtils
class provides utility methods for handling JDBC resources in the context of transactions.