Uses of Enum Class
dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkStatus
Packages that use UnitOfWorkStatus
Package
Description
-
Uses of UnitOfWorkStatus in dk.cloudcreate.essentials.components.foundation.transaction
Methods in dk.cloudcreate.essentials.components.foundation.transaction that return UnitOfWorkStatusModifier and TypeMethodDescriptionUnitOfWork.status()Get the status of theUnitOfWorkstatic UnitOfWorkStatusReturns the enum constant of this class with the specified name.static UnitOfWorkStatus[]UnitOfWorkStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UnitOfWorkStatus in dk.cloudcreate.essentials.components.foundation.transaction.jdbi
Methods in dk.cloudcreate.essentials.components.foundation.transaction.jdbi that return UnitOfWorkStatusModifier and TypeMethodDescriptionGenericHandleAwareUnitOfWorkFactory.GenericHandleAwareUnitOfWork.status() -
Uses of UnitOfWorkStatus in dk.cloudcreate.essentials.components.foundation.transaction.spring
Methods in dk.cloudcreate.essentials.components.foundation.transaction.spring that return UnitOfWorkStatus