All Superinterfaces:
UnitOfWork
All Known Implementing Classes:
GenericHandleAwareUnitOfWorkFactory.GenericHandleAwareUnitOfWork, SpringTransactionAwareJdbiUnitOfWorkFactory.SpringTransactionAwareHandleAwareUnitOfWork

public interface HandleAwareUnitOfWork extends UnitOfWork
Version of UnitOfWork that's aware of the Handle associated with the current UnitOfWork
  • Method Details

    • handle

      org.jdbi.v3.core.Handle handle()
      Get the Jdbi handle associated with the current UnitOfWork
      Returns:
      the Jdbi handle associated with the current UnitOfWork
      Throws:
      UnitOfWorkException - If the transaction isn't active