Uses of Class
org.flowable.common.engine.impl.db.DbSqlSession
Packages that use DbSqlSession
Package
Description
-
Uses of DbSqlSession in org.flowable.common.engine.impl.cfg.standalone
Fields in org.flowable.common.engine.impl.cfg.standalone declared as DbSqlSessionModifier and TypeFieldDescriptionprotected DbSqlSessionStandaloneMybatisTransactionContext.dbSqlSession -
Uses of DbSqlSession in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return DbSqlSessionModifier and TypeMethodDescriptionprotected DbSqlSessionDbSqlSessionFactory.createDbSqlSession()protected DbSqlSessionAbstractDataManager.getDbSqlSession()AbstractSqlScriptBasedDbSchemaManager.getDbSqlSession()Methods in org.flowable.common.engine.impl.db with parameters of type DbSqlSessionModifier and TypeMethodDescriptionprotected voidAbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession, Collection<CachedEntity> cachedObjects, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) protected voidAbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) protected List<EntityImpl>AbstractDataManager.getList(DbSqlSession dbSqlSession, String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, boolean checkCache) protected List<EntityImpl>AbstractDataManager.getList(DbSqlSession dbSqlSession, String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, boolean checkCache, boolean includeDeleted) protected booleanAbstractDataManager.isEntityInserted(DbSqlSession dbSqlSession, String entityLogicalName, String entityId) -
Uses of DbSqlSession in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity that return DbSqlSession -
Uses of DbSqlSession in org.flowable.common.engine.impl.tenant
Methods in org.flowable.common.engine.impl.tenant with parameters of type DbSqlSessionModifier and TypeMethodDescriptionBaseChangeTenantIdCmd.executeOperation(DbSqlSession dbSqlSession, Map<String, Object> parameters) ExecuteChangeTenantIdCmd.executeOperation(DbSqlSession dbSqlSession, Map<String, Object> parameters) SimulateChangeTenantIdCmd.executeOperation(DbSqlSession dbSqlSession, Map<String, Object> parameters)