Class AbstractPolicyDataManager<EntityImpl extends Entity>
- java.lang.Object
-
- org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
-
- com.flowable.policy.engine.impl.persistence.entity.data.AbstractPolicyDataManager<EntityImpl>
-
- All Implemented Interfaces:
DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisPolicyDefinitionDataManager
,MybatisPolicyDefinitionLinkDataManager
,MybatisPolicyDeploymentDataManager
,MybatisPolicyResourceDataManager
public abstract class AbstractPolicyDataManager<EntityImpl extends Entity> extends AbstractDataManager<EntityImpl>
- Author:
- Joram Barrez, Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected PolicyEngineConfiguration
policyEngineConfiguration
-
Fields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
-
Constructor Summary
Constructors Constructor Description AbstractPolicyDataManager(PolicyEngineConfiguration policyEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IdGenerator
getIdGenerator()
-
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 Detail
-
policyEngineConfiguration
protected PolicyEngineConfiguration policyEngineConfiguration
-
-
Constructor Detail
-
AbstractPolicyDataManager
public AbstractPolicyDataManager(PolicyEngineConfiguration policyEngineConfiguration)
-
-
Method Detail
-
getIdGenerator
protected IdGenerator getIdGenerator()
- Specified by:
getIdGenerator
in classAbstractDataManager<EntityImpl extends Entity>
-
-