| Package | Description |
|---|---|
| org.flowable.engine.common | |
| org.flowable.engine.common.impl.db |
| Modifier and Type | Field and Description |
|---|---|
protected DbSqlSessionFactory |
AbstractEngineConfiguration.dbSqlSessionFactory |
| Modifier and Type | Method and Description |
|---|---|
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 © 2017 Flowable. All rights reserved.