Class AbstractEngageDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
com.flowable.engage.engine.impl.persistence.entity.data.AbstractEngageDataManager<EntityImpl>
- All Implemented Interfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisArchiveConversationEventDataManager
,MybatisArchiveJobEventDataManager
,MybatisConversationDataManager
,MybatisConversationDefinitionDataManager
,MyBatisConversationRegistryEntryDataManager
,MybatisConversationStatusDataManager
,MyBatisConversationUserAccountMappingDataManager
,MybatisDeviceDataManager
,MybatisMessageAuditDataManager
,MybatisMessageDataManager
,MyBatisMessageReferenceMappingDataManager
,MybatisReactionDataManager
,MybatisTemporaryMessageDataManager
,MybatisUserAnalyticsDataManager
public abstract class AbstractEngageDataManager<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
FieldsFields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractEngageDataManager
(EngageEngineConfiguration engageEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.common.engine.impl.cfg.IdGenerator
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
-
engageEngineConfiguration
-
-
Constructor Details
-
AbstractEngageDataManager
-
-
Method Details
-
getIdGenerator
protected org.flowable.common.engine.impl.cfg.IdGenerator getIdGenerator()- Specified by:
getIdGenerator
in classorg.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>
-