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 | |
org.camunda.bpm.engine.impl.db.entitymanager | |
org.camunda.bpm.engine.impl.db.entitymanager.operation.executor |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
DbEntityManager.initialize(DbSqlSessionFactory dbSqlSessionFactory,
org.apache.ibatis.session.SqlSession sqlSession) |
Constructor and Description |
---|
DbEntityManager(DbSqlSessionFactory dbSqlSessionFactory,
org.apache.ibatis.session.SqlSession sqlSession) |
Modifier and Type | Field and Description |
---|---|
protected DbSqlSessionFactory |
SqlDbOperationExecutor.dbSqlSessionFactory |
Constructor and Description |
---|
SqlDbOperationExecutor(org.apache.ibatis.session.SqlSession sqlSession,
DbSqlSessionFactory dbSqlSessionFactory) |
Copyright © 2015. All rights reserved.