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. through theJdbiUnitOfWorkFactory
If you e.g. need to have aUnitOfWorkjoin in with an existing Spring Managed transaction then please use the Spring specificUnitOfWorkFactory,SpringManagedUnitOfWorkFactory, provided with the spring-postgresql-event-store module.final 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