Uses of Interface
org.camunda.bpm.engine.impl.db.PersistenceSession
-
Packages that use PersistenceSession Package Description org.camunda.bpm.engine.impl.db org.camunda.bpm.engine.impl.db.entitymanager org.camunda.bpm.engine.impl.db.sql -
-
Uses of PersistenceSession in org.camunda.bpm.engine.impl.db
Classes in org.camunda.bpm.engine.impl.db that implement PersistenceSession Modifier and Type Class Description class
AbstractPersistenceSession
-
Uses of PersistenceSession in org.camunda.bpm.engine.impl.db.entitymanager
Fields in org.camunda.bpm.engine.impl.db.entitymanager declared as PersistenceSession Modifier and Type Field Description protected PersistenceSession
DbEntityManager. persistenceSession
Constructors in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type PersistenceSession Constructor Description DbEntityManager(IdGenerator idGenerator, PersistenceSession persistenceSession)
-
Uses of PersistenceSession in org.camunda.bpm.engine.impl.db.sql
Classes in org.camunda.bpm.engine.impl.db.sql that implement PersistenceSession Modifier and Type Class Description class
BatchDbSqlSession
For mybatisExecutorType.BATCH
class
DbSqlSession
class
SimpleDbSqlSession
For mybatisExecutorType.SIMPLE
-