Class PropertyEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<IdmPropertyEntity, PropertyDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<IdmEngineConfiguration, IdmPropertyEntity, PropertyDataManager>
org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntityManager<IdmPropertyEntity, PropertyDataManager>
org.flowable.idm.engine.impl.persistence.entity.PropertyEntityManagerImpl
- All Implemented Interfaces:
EntityManager<IdmPropertyEntity>, PropertyEntityManager
public class PropertyEntityManagerImpl
extends AbstractIdmEngineEntityManager<IdmPropertyEntity, PropertyDataManager>
implements PropertyEntityManager
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
Fields inherited from class AbstractEngineEntityManager
engineConfigurationFields inherited from class AbstractEntityManager
dataManager, engineType -
Constructor Summary
ConstructorsConstructorDescriptionPropertyEntityManagerImpl(IdmEngineConfiguration idmEngineConfiguration, PropertyDataManager propertyDataManager) -
Method Summary
Methods inherited from class AbstractIdmEngineEntityManager
createEntityEventMethods inherited from class AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcherMethods inherited from class AbstractEntityManager
create, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
Constructor Details
-
PropertyEntityManagerImpl
public PropertyEntityManagerImpl(IdmEngineConfiguration idmEngineConfiguration, PropertyDataManager propertyDataManager)
-
-
Method Details
-
findAll
- Specified by:
findAllin interfacePropertyEntityManager
-