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 classAbstractPersistenceSession -
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 PersistenceSessionDbEntityManager. persistenceSessionConstructors 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 classBatchDbSqlSessionFor mybatisExecutorType.BATCHclassDbSqlSessionclassSimpleDbSqlSessionFor mybatisExecutorType.SIMPLE
-