|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbSqlSessionFactory | |
|---|---|
| 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 | |
| Uses of DbSqlSessionFactory in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl that return DbSqlSessionFactory | |
|---|---|
DbSqlSessionFactory |
ProcessEngineImpl.getDbSqlSessionFactory()
|
| Uses of DbSqlSessionFactory in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg declared as DbSqlSessionFactory | |
|---|---|
protected DbSqlSessionFactory |
ProcessEngineConfigurationImpl.dbSqlSessionFactory
|
| Methods in org.camunda.bpm.engine.impl.cfg that return DbSqlSessionFactory | |
|---|---|
DbSqlSessionFactory |
ProcessEngineConfigurationImpl.getDbSqlSessionFactory()
|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DbSqlSessionFactory | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setDbSqlSessionFactory(DbSqlSessionFactory dbSqlSessionFactory)
|
| Uses of DbSqlSessionFactory in org.camunda.bpm.engine.impl.db |
|---|
| Fields in org.camunda.bpm.engine.impl.db declared as DbSqlSessionFactory | |
|---|---|
protected DbSqlSessionFactory |
DbSqlSession.dbSqlSessionFactory
|
| Methods in org.camunda.bpm.engine.impl.db that return DbSqlSessionFactory | |
|---|---|
DbSqlSessionFactory |
DbSqlSession.getDbSqlSessionFactory()
|
| Constructors in org.camunda.bpm.engine.impl.db with parameters of type DbSqlSessionFactory | |
|---|---|
DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory)
|
|
DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory,
Connection connection,
String catalog,
String schema)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||