| Package | Description |
|---|---|
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.db |
| Modifier and Type | Field and Description |
|---|---|
protected DbSqlSessionFactory |
AbstractEngineConfiguration.dbSqlSessionFactory |
| Modifier and Type | Method and Description |
|---|---|
DbSqlSessionFactory |
AbstractEngineConfiguration.createDbSqlSessionFactory() |
DbSqlSessionFactory |
AbstractEngineConfiguration.getDbSqlSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setDbSqlSessionFactory(DbSqlSessionFactory dbSqlSessionFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected DbSqlSessionFactory |
DbSqlSession.dbSqlSessionFactory |
| Modifier and Type | Method and Description |
|---|---|
DbSqlSessionFactory |
DbSqlSession.getDbSqlSessionFactory() |
| Constructor and Description |
|---|
DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory,
EntityCache entityCache) |
DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory,
EntityCache entityCache,
Connection connection,
String catalog,
String schema) |
Copyright © 2019 Flowable. All rights reserved.