Class AbstractDataObjectDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
com.flowable.dataobject.engine.impl.persistence.entity.data.AbstractDataObjectDataManager<EntityImpl>
- All Implemented Interfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisDataObjectDefinitionDataManager,MybatisDataObjectDeploymentDataManager,MybatisDataObjectInstanceDataManager,MybatisDataObjectResourceDataManager,MybatisDataObjectSchemaDefinitionDataManager,MybatisDataObjectVariableDataManager,MybatisMasterDataInstanceDataManager
public abstract class AbstractDataObjectDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>
extends org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description protected DataObjectEngineConfigurationdataObjectEngineConfiguration -
Constructor Summary
Constructors Constructor Description AbstractDataObjectDataManager(DataObjectEngineConfiguration dataObjectEngineConfiguration) -
Method Summary
Modifier and Type Method Description protected org.flowable.common.engine.impl.cfg.IdGeneratorgetIdGenerator()Methods inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntityClass, getManagedEntitySubClasses, getSession, insert, isEntityInserted, update
-
Field Details
-
Constructor Details
-
Method Details
-
getIdGenerator
protected org.flowable.common.engine.impl.cfg.IdGenerator getIdGenerator()- Specified by:
getIdGeneratorin classorg.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>
-