Uses of Interface
org.flowable.common.engine.impl.persistence.entity.Entity
-
-
Uses of Entity in org.flowable.common.engine.impl
Methods in org.flowable.common.engine.impl that return types with arguments of type Entity Modifier and Type Method Description protected abstract List<Class<? extends Entity>>AbstractEngineConfigurator. getEntityDeletionOrder()protected abstract List<Class<? extends Entity>>AbstractEngineConfigurator. getEntityInsertionOrder()Method parameters in org.flowable.common.engine.impl with type arguments of type Entity Modifier and Type Method Description protected voidAbstractEngineConfiguration. defaultInitDbSqlSessionFactoryEntitySettings(List<Class<? extends Entity>> insertOrder, List<Class<? extends Entity>> deleteOrder) -
Uses of Entity in org.flowable.common.engine.impl.db
Classes in org.flowable.common.engine.impl.db with type parameters of type Entity Modifier and Type Class Description classAbstractDataManager<EntityImpl extends Entity>interfaceSingleCachedEntityMatcher<EntityImpl extends Entity>Interface to express a condition whether or not one specific cached entity should be used in the return result of a query.Fields in org.flowable.common.engine.impl.db with type parameters of type Entity Modifier and Type Field Description protected Map<Class<? extends Entity>,List<BulkDeleteOperation>>DbSqlSession. bulkDeleteOperationsprotected Set<Class<? extends Entity>>DbSqlSessionFactory. bulkInserteableEntityClassesprotected Map<Class<? extends Entity>,Map<String,Entity>>DbSqlSession. deletedObjectsprotected Map<Class<? extends Entity>,Map<String,Entity>>DbSqlSession. deletedObjectsprotected List<Class<? extends Entity>>DbSqlSessionFactory. deletionOrderprotected Map<Class<? extends Entity>,Map<String,Entity>>DbSqlSession. insertedObjectsprotected Map<Class<? extends Entity>,Map<String,Entity>>DbSqlSession. insertedObjectsprotected List<Class<? extends Entity>>DbSqlSessionFactory. insertionOrderprotected List<Entity>DbSqlSession. updatedObjectsMethods in org.flowable.common.engine.impl.db with type parameters of type Entity Modifier and Type Method Description <T extends Entity>
TDbSqlSession. selectById(Class<T> entityClass, String id)<T extends Entity>
TDbSqlSession. selectById(Class<T> entityClass, String id, boolean useCache)Methods in org.flowable.common.engine.impl.db that return Entity Modifier and Type Method Description protected EntityDbSqlSession. cacheLoadOrStore(Entity entity, Object parameter)Returns the object in the cache.Methods in org.flowable.common.engine.impl.db that return types with arguments of type Entity Modifier and Type Method Description Set<Class<? extends Entity>>DbSqlSessionFactory. getBulkInserteableEntityClasses()List<Class<? extends Entity>>DbSqlSessionFactory. getDeletionOrder()List<Class<? extends Entity>>DbSqlSessionFactory. getInsertionOrder()Methods in org.flowable.common.engine.impl.db with parameters of type Entity Modifier and Type Method Description protected EntityDbSqlSession. cacheLoadOrStore(Entity entity, Object parameter)Returns the object in the cache.voidDbSqlSession. delete(Entity entity)protected voidDbSqlSession. flushRegularInsert(Entity entity, Class<? extends Entity> clazz)StringDbSqlSessionFactory. getInsertStatement(Entity object)StringDbSqlSessionFactory. getUpdateStatement(Entity object)protected voidDbSqlSession. incrementRevision(Entity insertedObject)voidDbSqlSession. insert(Entity entity, IdGenerator idGenerator)booleanDbSqlSession. isEntityInserted(Entity entity)booleanDbSqlSession. isEntityToBeDeleted(Entity entity)voidDbSqlSession. update(Entity entity)Method parameters in org.flowable.common.engine.impl.db with type arguments of type Entity Modifier and Type Method Description voidDbSqlSession. delete(String statement, Object parameter, Class<? extends Entity> entityClass)Executes aBulkDeleteOperation, with the sql in the statement parameter.voidBulkDeleteOperation. execute(org.apache.ibatis.session.SqlSession sqlSession, Class<? extends Entity> clazz)protected voidDbSqlSession. flushBulkDeletes(Class<? extends Entity> entityClass, List<BulkDeleteOperation> deleteOperations)protected voidDbSqlSession. flushBulkInsert(Collection<Entity> entities, Class<? extends Entity> clazz)protected voidDbSqlSession. flushBulkInsert(Collection<Entity> entities, Class<? extends Entity> clazz)protected voidDbSqlSession. flushDeleteEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete)protected voidDbSqlSession. flushDeleteEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete)protected voidDbSqlSession. flushInsertEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToInsert)protected voidDbSqlSession. flushInsertEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToInsert)protected voidDbSqlSession. flushRegularInsert(Entity entity, Class<? extends Entity> clazz)StringDbSqlSessionFactory. getInsertStatement(Class<? extends Entity> clazz)BooleanDbSqlSessionFactory. isBulkInsertable(Class<? extends Entity> entityClass)voidDbSqlSessionFactory. setBulkInserteableEntityClasses(Set<Class<? extends Entity>> bulkInserteableEntityClasses)voidDbSqlSessionFactory. setDeletionOrder(List<Class<? extends Entity>> deletionOrder)voidDbSqlSessionFactory. setInsertionOrder(List<Class<? extends Entity>> insertionOrder) -
Uses of Entity in org.flowable.common.engine.impl.persistence.cache
Classes in org.flowable.common.engine.impl.persistence.cache with type parameters of type Entity Modifier and Type Interface Description interfaceCachedEntityMatcher<EntityImpl extends Entity>Interface to express a condition whether or not a cached entity should be used in the return result of a query.classCachedEntityMatcherAdapter<EntityImpl extends Entity>Fields in org.flowable.common.engine.impl.persistence.cache declared as Entity Modifier and Type Field Description protected EntityCachedEntity. entityThe actualEntityinstance.Methods in org.flowable.common.engine.impl.persistence.cache that return Entity Modifier and Type Method Description EntityCachedEntity. getEntity()Methods in org.flowable.common.engine.impl.persistence.cache with parameters of type Entity Modifier and Type Method Description CachedEntityEntityCache. put(Entity entity, boolean storeState)Adds the givesEntityto the cache.CachedEntityEntityCacheImpl. put(Entity entity, boolean storeState)voidCachedEntity. setEntity(Entity entity)Constructors in org.flowable.common.engine.impl.persistence.cache with parameters of type Entity Constructor Description CachedEntity(Entity entity, boolean storeState) -
Uses of Entity in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity with type parameters of type Entity Modifier and Type Class Description classAbstractEngineEntityManager<T extends AbstractEngineConfiguration,EntityImpl extends Entity,DM extends DataManager<EntityImpl>>classAbstractEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>>classAbstractServiceEngineEntityManager<T extends AbstractServiceConfiguration,EntityImpl extends Entity,DM extends DataManager<EntityImpl>>interfaceEntityManager<EntityImpl extends Entity>Subinterfaces of Entity in org.flowable.common.engine.impl.persistence.entity Modifier and Type Interface Description interfaceByteArrayEntityinterfacePropertyEntityClasses in org.flowable.common.engine.impl.persistence.entity that implement Entity Modifier and Type Class Description classAbstractEntityAbstract superclass for the common properties of allEntityimplementations.classAbstractEntityNoRevisionAbstract superclass for the common properties of allEntityimplementations.classByteArrayEntityImplclassPropertyEntityImplMethods in org.flowable.common.engine.impl.persistence.entity with parameters of type Entity Modifier and Type Method Description protected FlowableEntityEventAbstractEntityManager. createEntityEvent(FlowableEngineEventType eventType, Entity entity)protected voidAbstractEntityManager. fireEntityDeletedEvent(Entity entity)protected voidAbstractEntityManager. fireEntityInsertedEvent(Entity entity)protected voidAbstractEntityManager. fireEntityUpdatedEvent(Entity entity) -
Uses of Entity in org.flowable.common.engine.impl.persistence.entity.data
Classes in org.flowable.common.engine.impl.persistence.entity.data with type parameters of type Entity Modifier and Type Interface Description interfaceDataManager<EntityImpl extends Entity>
-