Class AbstractProcessDataManager<EntityImpl extends Entity>
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
org.flowable.engine.impl.persistence.entity.data.AbstractProcessDataManager<EntityImpl>
- All Implemented Interfaces:
DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisActivityInstanceDataManager
,MybatisAttachmentDataManager
,MybatisCommentDataManager
,MybatisDeploymentDataManager
,MybatisEventLogEntryDataManager
,MybatisExecutionDataManager
,MybatisHistoricActivityInstanceDataManager
,MybatisHistoricDetailDataManager
,MybatisHistoricProcessInstanceDataManager
,MybatisModelDataManager
,MybatisProcessDefinitionDataManager
,MybatisProcessDefinitionInfoDataManager
,MybatisResourceDataManager
public abstract class AbstractProcessDataManager<EntityImpl extends Entity>
extends AbstractDataManager<EntityImpl>
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractProcessDataManager
(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected Clock
getClock()
protected IdGenerator
protected ProcessEngineConfigurationImpl
Methods inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
bulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntityClass, getManagedEntitySubClasses, getSession, insert, isEntityInserted, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
AbstractProcessDataManager
-
-
Method Details
-
getProcessEngineConfiguration
-
getClock
-
getIdGenerator
- Specified by:
getIdGenerator
in classAbstractDataManager<EntityImpl extends Entity>
-