Package dk.cloudcreate.essentials.components.foundation.transaction.jdbi
-
Interface Summary Interface Description HandleAwareUnitOfWork Version of UnitOfWork that's aware of theHandleassociated with the currentUnitOfWorkHandleAwareUnitOfWorkFactory<UOW extends HandleAwareUnitOfWork> Specialization ofUnitOfWorkFactorythat created and maintainsHandleAwareUnitOfWork's -
Class Summary Class Description GenericHandleAwareUnitOfWorkFactory<UOW extends HandleAwareUnitOfWork> GenericHandleAwareUnitOfWorkFactoryvariant where the implementation manually manages theUnitOfWorkand the underlying database Transaction.
This class is built for inheritance, but can also be used directly - e.g.GenericHandleAwareUnitOfWorkFactory.GenericHandleAwareUnitOfWork JdbiUnitOfWorkFactory