Uses of Interface
org.flowable.engine.impl.persistence.entity.ModelEntityManager
Packages that use ModelEntityManager
Package
Description
-
Uses of ModelEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ModelEntityManagerModifier and TypeFieldDescriptionprotected ModelEntityManager
ProcessEngineConfigurationImpl.modelEntityManager
Methods in org.flowable.engine.impl.cfg that return ModelEntityManagerMethods in org.flowable.engine.impl.cfg with parameters of type ModelEntityManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setModelEntityManager
(ModelEntityManager modelEntityManager) -
Uses of ModelEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return ModelEntityManagerModifier and TypeMethodDescriptionprotected ModelEntityManager
AbstractManager.getModelEntityManager()
-
Uses of ModelEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement ModelEntityManagerMethods in org.flowable.engine.impl.persistence.entity that return ModelEntityManagerModifier and TypeMethodDescriptionprotected ModelEntityManager
DeploymentEntityManagerImpl.getModelEntityManager()
-
Uses of ModelEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return ModelEntityManagerModifier and TypeMethodDescriptionstatic ModelEntityManager
CommandContextUtil.getModelEntityManager()
static ModelEntityManager
CommandContextUtil.getModelEntityManager
(CommandContext commandContext)