| Modifier and Type | Field and Description |
|---|---|
protected DbSqlSession |
StandaloneMybatisTransactionContext.dbSqlSession |
| Modifier and Type | Method and Description |
|---|---|
protected DbSqlSession |
DbSqlSessionFactory.createDbSqlSession() |
DbSqlSession |
AbstractSqlScriptBasedDbSchemaManager.getDbSqlSession() |
protected DbSqlSession |
AbstractDataManager.getDbSqlSession() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter) |
protected void |
AbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession,
Collection<CachedEntity> cachedObjects,
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 boolean |
AbstractDataManager.isEntityInserted(DbSqlSession dbSqlSession,
String entityLogicalName,
String entityId) |
| Modifier and Type | Method and Description |
|---|---|
protected DbSqlSession |
TableDataManagerImpl.getDbSqlSession() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,Long> |
BaseChangeTenantIdCmd.executeOperation(DbSqlSession dbSqlSession,
Map<String,Object> parameters) |
protected Map<String,Long> |
SimulateChangeTenantIdCmd.executeOperation(DbSqlSession dbSqlSession,
Map<String,Object> parameters) |
protected Map<String,Long> |
ExecuteChangeTenantIdCmd.executeOperation(DbSqlSession dbSqlSession,
Map<String,Object> parameters) |
Copyright © 2021 Flowable. All rights reserved.