Package io.github.blyznytsiaorg.bibernate.transaction


package io.github.blyznytsiaorg.bibernate.transaction
  • Classes
    Class
    Description
    Enables the application to delineate units of work while abstracting away the specifics of the underlying transaction implementation.
    TransactionalDatasource extends BibernateDataSource and provides support for managing transactions within the data source.
    The TransactionHolder class is a utility for managing thread-local transactions.
    The TransactionJdbcUtils class provides utility methods for handling JDBC resources in the context of transactions.