Uses of Interface
org.flowable.engine.impl.persistence.entity.ModelEntityManager
-
Packages that use ModelEntityManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.util -
-
Uses of ModelEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ModelEntityManager Modifier and Type Field Description protected ModelEntityManagerProcessEngineConfigurationImpl. modelEntityManagerMethods in org.flowable.engine.impl.cfg that return ModelEntityManager Modifier and Type Method Description ModelEntityManagerProcessEngineConfigurationImpl. getModelEntityManager()Methods in org.flowable.engine.impl.cfg with parameters of type ModelEntityManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setModelEntityManager(ModelEntityManager modelEntityManager) -
Uses of ModelEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return ModelEntityManager Modifier and Type Method Description protected ModelEntityManagerAbstractManager. getModelEntityManager() -
Uses of ModelEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement ModelEntityManager Modifier and Type Class Description classModelEntityManagerImplMethods in org.flowable.engine.impl.persistence.entity that return ModelEntityManager Modifier and Type Method Description protected ModelEntityManagerDeploymentEntityManagerImpl. getModelEntityManager() -
Uses of ModelEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return ModelEntityManager Modifier and Type Method Description static ModelEntityManagerCommandContextUtil. getModelEntityManager()static ModelEntityManagerCommandContextUtil. getModelEntityManager(CommandContext commandContext)
-