Uses of Class
dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkStatus
-
-
Uses of UnitOfWorkStatus in dk.cloudcreate.essentials.components.foundation.transaction
Methods in dk.cloudcreate.essentials.components.foundation.transaction that return UnitOfWorkStatus Modifier and Type Method Description UnitOfWorkStatusUnitOfWork. status()Get the status of theUnitOfWorkstatic UnitOfWorkStatusUnitOfWorkStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static UnitOfWorkStatus[]UnitOfWorkStatus. values()Returns an array containing the constants of this enum type, 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 UnitOfWorkStatus Modifier and Type Method Description UnitOfWorkStatusGenericHandleAwareUnitOfWorkFactory.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 Modifier and Type Method Description UnitOfWorkStatusSpringTransactionAwareUnitOfWork. status()
-