Uses of Interface
dk.cloudcreate.essentials.components.foundation.transaction.jdbi.HandleAwareUnitOfWork
-
Packages that use HandleAwareUnitOfWork Package Description dk.cloudcreate.essentials.components.foundation.transaction.jdbi dk.cloudcreate.essentials.components.foundation.transaction.spring.jdbi -
-
Uses of HandleAwareUnitOfWork in dk.cloudcreate.essentials.components.foundation.transaction.jdbi
Classes in dk.cloudcreate.essentials.components.foundation.transaction.jdbi with type parameters of type HandleAwareUnitOfWork Modifier and Type Class Description classGenericHandleAwareUnitOfWorkFactory<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.interfaceHandleAwareUnitOfWorkFactory<UOW extends HandleAwareUnitOfWork>Specialization ofUnitOfWorkFactorythat created and maintainsHandleAwareUnitOfWork'sClasses in dk.cloudcreate.essentials.components.foundation.transaction.jdbi that implement HandleAwareUnitOfWork Modifier and Type Class Description static classGenericHandleAwareUnitOfWorkFactory.GenericHandleAwareUnitOfWork -
Uses of HandleAwareUnitOfWork in dk.cloudcreate.essentials.components.foundation.transaction.spring.jdbi
Classes in dk.cloudcreate.essentials.components.foundation.transaction.spring.jdbi that implement HandleAwareUnitOfWork Modifier and Type Class Description static classSpringTransactionAwareJdbiUnitOfWorkFactory.SpringTransactionAwareHandleAwareUnitOfWork
-