Uses of Interface
dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkLifecycleCallback
-
-
Uses of UnitOfWorkLifecycleCallback in dk.cloudcreate.essentials.components.foundation.transaction
Methods in dk.cloudcreate.essentials.components.foundation.transaction with parameters of type UnitOfWorkLifecycleCallback Modifier and Type Method Description <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 UnitOfWorkLifecycleCallback Modifier and Type Method Description <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 UnitOfWorkLifecycleCallback Modifier and Type Field Description protected Map<UnitOfWorkLifecycleCallback<Object>,List<Object>>SpringTransactionAwareUnitOfWork. unitOfWorkLifecycleCallbackResourcesMethods in dk.cloudcreate.essentials.components.foundation.transaction.spring with parameters of type UnitOfWorkLifecycleCallback Modifier and Type Method Description <T> TSpringTransactionAwareUnitOfWork. registerLifecycleCallbackForResource(T resource, UnitOfWorkLifecycleCallback<T> associatedUnitOfWorkCallback)
-