Uses of Interface
org.flowable.common.engine.impl.persistence.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in org.flowable.common.engine.impl
Methods in org.flowable.common.engine.impl that return types with arguments of type EntityModifier and TypeMethodDescriptionAbstractEngineConfigurator.getEntityDeletionOrder()AbstractEngineConfigurator.getEntityInsertionOrder()Method parameters in org.flowable.common.engine.impl with type arguments of type Entity -
Uses of Entity in org.flowable.common.engine.impl.db
Classes in org.flowable.common.engine.impl.db with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractDataManager<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 EntityModifier and TypeFieldDescriptionprotected Map<Class<? extends Entity>,List<BulkDeleteOperation>> DbSqlSession.bulkDeleteOperationsDbSqlSessionFactory.bulkInserteableEntityClassesDbSqlSession.deletedObjectsDbSqlSession.deletedObjectsDbSqlSessionFactory.deletionOrderDbSqlSession.insertedObjectsDbSqlSession.insertedObjectsDbSqlSessionFactory.insertionOrderDbSqlSession.updatedObjectsMethods in org.flowable.common.engine.impl.db with type parameters of type EntityModifier and TypeMethodDescription<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 EntityModifier and TypeMethodDescriptionprotected 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 EntityModifier and TypeMethodDescriptionDbSqlSessionFactory.getBulkInserteableEntityClasses()DbSqlSessionFactory.getDeletionOrder()DbSqlSessionFactory.getInsertionOrder()Methods in org.flowable.common.engine.impl.db with parameters of type EntityModifier and TypeMethodDescriptionprotected EntityDbSqlSession.cacheLoadOrStore(Entity entity, Object parameter) Returns the object in the cache.voidprotected voidDbSqlSession.flushRegularInsert(Entity entity, Class<? extends Entity> clazz) DbSqlSessionFactory.getInsertStatement(Entity object) DbSqlSessionFactory.getUpdateStatement(Entity object) protected voidDbSqlSession.incrementRevision(Entity insertedObject) voidDbSqlSession.insert(Entity entity, IdGenerator idGenerator) booleanDbSqlSession.isEntityInserted(Entity entity) booleanDbSqlSession.isEntityToBeDeleted(Entity entity) voidMethod parameters in org.flowable.common.engine.impl.db with type arguments of type EntityModifier and TypeMethodDescriptionvoidExecutes 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) DbSqlSessionFactory.getInsertStatement(Class<? extends Entity> clazz) DbSqlSessionFactory.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 EntityModifier and TypeInterfaceDescriptioninterfaceCachedEntityMatcher<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 EntityModifier and TypeFieldDescriptionprotected EntityCachedEntity.entityThe actualEntityinstance.Methods in org.flowable.common.engine.impl.persistence.cache that return EntityMethods in org.flowable.common.engine.impl.persistence.cache with parameters of type EntityConstructors in org.flowable.common.engine.impl.persistence.cache with parameters of type Entity -
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 EntityModifier and TypeClassDescriptionclassAbstractEngineEntityManager<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.entityClasses in org.flowable.common.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassAbstract superclass for the common properties of allEntityimplementations.classAbstract superclass for the common properties of allEntityimplementations.classclassMethods in org.flowable.common.engine.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected 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