Class AbstractActionDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
com.flowable.action.engine.impl.persistence.entity.data.AbstractActionDataManager<EntityImpl>
- All Implemented Interfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisActionDefinitionDataManager,MybatisActionDefinitionLinkDataManager,MybatisActionDeploymentDataManager,MybatisActionInstanceDataManager,MybatisActionLinkDataManager,MybatisActionResourceDataManager,MybatisActionTypeLinkDataManager,MybatisHistoricActionInstanceDataManager,MybatisHistoricActionLinkDataManager
public abstract class AbstractActionDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>
extends org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE -
Constructor Summary
ConstructorsConstructorDescriptionAbstractActionDataManager(ActionEngineConfiguration actionEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionEngineConfigurationprotected org.flowable.common.engine.impl.cfg.IdGeneratorMethods 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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create
-
Field Details
-
actionEngineConfiguration
-
-
Constructor Details
-
AbstractActionDataManager
-
-
Method Details
-
getActionEngineConfiguration
-
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>
-