Uses of Interface
dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkLifecycleCallback
Packages that use UnitOfWorkLifecycleCallback
Package
Description
-
Uses of UnitOfWorkLifecycleCallback in dk.cloudcreate.essentials.components.foundation.transaction
Methods in dk.cloudcreate.essentials.components.foundation.transaction with parameters of type UnitOfWorkLifecycleCallbackModifier and TypeMethodDescription<T> TUnitOfWork.registerLifecycleCallbackForResource(T resource, UnitOfWorkLifecycleCallback<T> associatedUnitOfWorkCallback) TODO: Adjust example to the new API Register a resource (e.g. -
Uses of UnitOfWorkLifecycleCallback in dk.cloudcreate.essentials.components.foundation.transaction.jdbi
Methods in dk.cloudcreate.essentials.components.foundation.transaction.jdbi with parameters of type UnitOfWorkLifecycleCallbackModifier and TypeMethodDescription<T> TGenericHandleAwareUnitOfWorkFactory.GenericHandleAwareUnitOfWork.registerLifecycleCallbackForResource(T resource, UnitOfWorkLifecycleCallback<T> associatedUnitOfWorkCallback) -
Uses of UnitOfWorkLifecycleCallback in dk.cloudcreate.essentials.components.foundation.transaction.spring
Fields in dk.cloudcreate.essentials.components.foundation.transaction.spring with type parameters of type UnitOfWorkLifecycleCallbackModifier and TypeFieldDescriptionprotected Map<UnitOfWorkLifecycleCallback<Object>,List<Object>> SpringTransactionAwareUnitOfWork.unitOfWorkLifecycleCallbackResourcesMethods in dk.cloudcreate.essentials.components.foundation.transaction.spring with parameters of type UnitOfWorkLifecycleCallbackModifier and TypeMethodDescription<T> TSpringTransactionAwareUnitOfWork.registerLifecycleCallbackForResource(T resource, UnitOfWorkLifecycleCallback<T> associatedUnitOfWorkCallback)