Uses of Interface
org.flowable.common.engine.impl.persistence.entity.PropertyEntity
-
-
Uses of PropertyEntity in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity that implement PropertyEntity Modifier and Type Class Description classPropertyEntityImplMethods in org.flowable.common.engine.impl.persistence.entity that return types with arguments of type PropertyEntity Modifier and Type Method Description List<PropertyEntity>PropertyEntityManager. findAll()List<PropertyEntity>PropertyEntityManagerImpl. findAll() -
Uses of PropertyEntity in org.flowable.common.engine.impl.persistence.entity.data
Methods in org.flowable.common.engine.impl.persistence.entity.data that return types with arguments of type PropertyEntity Modifier and Type Method Description List<PropertyEntity>PropertyDataManager. findAll() -
Uses of PropertyEntity in org.flowable.common.engine.impl.persistence.entity.data.impl
Methods in org.flowable.common.engine.impl.persistence.entity.data.impl that return PropertyEntity Modifier and Type Method Description PropertyEntityMybatisPropertyDataManager. create()Methods in org.flowable.common.engine.impl.persistence.entity.data.impl that return types with arguments of type PropertyEntity Modifier and Type Method Description List<PropertyEntity>MybatisPropertyDataManager. findAll()Class<? extends PropertyEntity>MybatisPropertyDataManager. getManagedEntityClass()
-