Uses of Class
org.flowable.common.engine.impl.db.DbSqlSession
-
-
Uses of DbSqlSession in org.flowable.common.engine.impl.cfg.standalone
Fields in org.flowable.common.engine.impl.cfg.standalone declared as DbSqlSession Modifier and Type Field Description protected DbSqlSessionStandaloneMybatisTransactionContext. dbSqlSession -
Uses of DbSqlSession in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return DbSqlSession Modifier and Type Method Description protected DbSqlSessionDbSqlSessionFactory. createDbSqlSession()protected DbSqlSessionAbstractDataManager. getDbSqlSession()DbSqlSessionAbstractSqlScriptBasedDbSchemaManager. getDbSqlSession()Methods in org.flowable.common.engine.impl.db with parameters of type DbSqlSession Modifier and Type Method Description protected 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 Modifier and Type Method Description protected DbSqlSessionTableDataManagerImpl. getDbSqlSession() -
Uses of DbSqlSession in org.flowable.common.engine.impl.tenant
Methods in org.flowable.common.engine.impl.tenant with parameters of type DbSqlSession Modifier and Type Method Description protected abstract Map<String,Long>BaseChangeTenantIdCmd. executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)protected Map<String,Long>ExecuteChangeTenantIdCmd. executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)protected Map<String,Long>SimulateChangeTenantIdCmd. executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)
-