Package | Description |
---|---|
org.camunda.bpm.engine.impl.db.sql | |
org.camunda.bpm.engine.impl.interceptor | |
org.camunda.bpm.engine.impl.persistence |
Modifier and Type | Class and Description |
---|---|
class |
BatchDbSqlSession
For mybatis
ExecutorType.BATCH |
class |
SimpleDbSqlSession
For mybatis
ExecutorType.SIMPLE |
Modifier and Type | Method and Description |
---|---|
DbSqlSession |
DbSqlSessionFactory.openSession(Connection connection,
String catalog,
String schema) |
Modifier and Type | Method and Description |
---|---|
DbSqlSession |
CommandContext.getDbSqlSession() |
Modifier and Type | Method and Description |
---|---|
protected DbSqlSession |
AbstractManager.getDbSqlSession() |
Copyright © 2022. All rights reserved.