Interface HandleAwareUnitOfWorkFactory<UOW extends HandleAwareUnitOfWork>
-
- All Superinterfaces:
UnitOfWorkFactory<UOW>
- All Known Implementing Classes:
GenericHandleAwareUnitOfWorkFactory,JdbiUnitOfWorkFactory,SpringTransactionAwareJdbiUnitOfWorkFactory
public interface HandleAwareUnitOfWorkFactory<UOW extends HandleAwareUnitOfWork> extends UnitOfWorkFactory<UOW>
Specialization ofUnitOfWorkFactorythat created and maintainsHandleAwareUnitOfWork's
-
-
Field Summary
-
Fields inherited from interface dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkFactory
unitOfWorkLog
-
-
Method Summary
-
Methods inherited from interface dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkFactory
getCurrentUnitOfWork, getOrCreateNewUnitOfWork, getRequiredUnitOfWork, usingUnitOfWork, usingUnitOfWork, withUnitOfWork, withUnitOfWork
-
-