Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.db |
Modifier and Type | Method and Description |
---|---|
DbSqlSessionFactory |
ProcessEngineImpl.getDbSqlSessionFactory() |
Modifier and Type | Field and Description |
---|---|
protected DbSqlSessionFactory |
ProcessEngineConfigurationImpl.dbSqlSessionFactory |
Modifier and Type | Method and Description |
---|---|
DbSqlSessionFactory |
ProcessEngineConfigurationImpl.getDbSqlSessionFactory() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.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) |
DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory,
Connection connection,
String catalog,
String schema) |
Copyright © 2015. All rights reserved.