Class AbstractTemplateDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>

java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
com.flowable.template.engine.impl.persistence.entity.data.AbstractTemplateDataManager<EntityImpl>
All Implemented Interfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<EntityImpl>
Direct Known Subclasses:
MybatisTemplateDefinitionDataManager, MybatisTemplateDeploymentDataManager, MybatisTemplateResourceDataManager, MybatisTemplateVariationDefinitionDataManager

public abstract class AbstractTemplateDataManager<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

    Fields 
    Modifier and Type Field Description
    protected TemplateEngineConfiguration templateEngineConfiguration  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractTemplateDataManager​(TemplateEngineConfiguration templateEngineConfiguration)  
  • Method Summary

    Modifier and Type Method Description
    protected org.flowable.common.engine.impl.cfg.IdGenerator getIdGenerator()  

    Methods inherited from class org.flowable.common.engine.impl.db.AbstractDataManager

    bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, 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