Class AbstractEventDataManager<EntityImpl extends Entity>
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
org.flowable.eventregistry.impl.persistence.entity.data.AbstractEventDataManager<EntityImpl>
- All Implemented Interfaces:
DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisChannelDefinitionDataManager, MybatisEventDefinitionDataManager, MybatisEventDeploymentDataManager, MybatisEventResourceDataManager
public abstract class AbstractEventDataManager<EntityImpl extends Entity>
extends AbstractDataManager<EntityImpl>
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
FieldsFields inherited from class AbstractDataManager
MAX_ENTRIES_IN_CLAUSE -
Constructor Summary
ConstructorsConstructorDescriptionAbstractEventDataManager(EventRegistryEngineConfiguration eventRegistryConfiguration) -
Method Summary
Methods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataManager
create
-
Field Details
-
eventRegistryConfiguration
-
-
Constructor Details
-
AbstractEventDataManager
-
-
Method Details
-
getIdGenerator
- Specified by:
getIdGeneratorin classAbstractDataManager<EntityImpl extends Entity>
-