Uses of Interface
org.flowable.common.engine.impl.persistence.entity.PropertyEntityManager
-
Packages that use PropertyEntityManager Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.persistence.entity -
-
Uses of PropertyEntityManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as PropertyEntityManager Modifier and Type Field Description protected PropertyEntityManagerAbstractEngineConfiguration. propertyEntityManagerMethods in org.flowable.common.engine.impl that return PropertyEntityManager Modifier and Type Method Description PropertyEntityManagerAbstractEngineConfiguration. getPropertyEntityManager()Methods in org.flowable.common.engine.impl with parameters of type PropertyEntityManager Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setPropertyEntityManager(PropertyEntityManager propertyEntityManager) -
Uses of PropertyEntityManager in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity that implement PropertyEntityManager Modifier and Type Class Description classPropertyEntityManagerImpl
-