Uses of Enum Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityState
Package
Description
-
Uses of DbEntityState in org.camunda.bpm.engine.impl.db
Modifier and TypeMethodDescriptionEnginePersistenceLogger.alreadyMarkedEntityInEntityCacheException
(String id, Class<? extends DbEntity> entityClass, DbEntityState state) EnginePersistenceLogger.entityCacheDuplicateEntryException
(String currentState, String id, Class<? extends DbEntity> entityClass, DbEntityState foundState) -
Uses of DbEntityState in org.camunda.bpm.engine.impl.db.entitymanager.cache
Modifier and TypeMethodDescriptionCachedDbEntity.getEntityState()
static DbEntityState
Returns the enum constant of this class with the specified name.static DbEntityState[]
DbEntityState.values()
Returns an array containing the constants of this enum class, in the order they are declared.