Uses of Interface
dk.cloudcreate.essentials.components.foundation.transaction.jdbi.HandleAwareUnitOfWorkFactory
Packages that use HandleAwareUnitOfWorkFactory
Package
Description
-
Uses of HandleAwareUnitOfWorkFactory in dk.cloudcreate.essentials.components.foundation.transaction.jdbi
Classes in dk.cloudcreate.essentials.components.foundation.transaction.jdbi that implement HandleAwareUnitOfWorkFactoryModifier and TypeClassDescriptionclassGenericHandleAwareUnitOfWorkFactory<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.class -
Uses of HandleAwareUnitOfWorkFactory in dk.cloudcreate.essentials.components.foundation.transaction.spring.jdbi
Classes in dk.cloudcreate.essentials.components.foundation.transaction.spring.jdbi that implement HandleAwareUnitOfWorkFactoryModifier and TypeClassDescriptionclassASpringTransactionAwareUnitOfWorkFactoryversion of theHandleAwareUnitOfWorkFactorywhich supports the standardHandleAwareUnitOfWorkusingJdbi