| Package | Description |
|---|---|
| org.flowable.common.engine.impl.cfg.standalone | |
| org.flowable.common.engine.impl.db |
| 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 boolean |
AbstractDataManager.isEntityInserted(DbSqlSession dbSqlSession,
String entityLogicalName,
String entityId) |
Copyright © 2019 Flowable. All rights reserved.