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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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, bulkDeleteEntities, bulkUpdateEntities, 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
    • Method Detail

      • getIdGenerator

        protected org.flowable.common.engine.impl.cfg.IdGenerator getIdGenerator()
        Specified by:
        getIdGenerator in class org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>