Class AbstractAppDataManager<EntityImpl extends Entity>
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
com.flowable.app.engine.impl.persistence.entity.data.AbstractAppDataManager<EntityImpl>
- All Implemented Interfaces:
DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisAppDefinitionDataManager,MybatisAppDeploymentDataManager,MybatisAppIncidentDataManager,MybatisAppVariableDataManager,MybatisPageDefinitionDataManager,MybatisResourceDataManager
public abstract class AbstractAppDataManager<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
Constructors -
Method Summary
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, 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
-
appEngineConfiguration
-
-
Constructor Details
-
AbstractAppDataManager
-
-
Method Details
-
getAppEngineConfiguration
-
getIdGenerator
- Specified by:
getIdGeneratorin classAbstractDataManager<EntityImpl extends Entity>
-