Uses of Interface
org.camunda.bpm.engine.impl.interceptor.SessionFactory
-
Packages that use SessionFactory 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.entitymanager org.camunda.bpm.engine.impl.db.sql org.camunda.bpm.engine.impl.interceptor org.camunda.bpm.engine.impl.persistence org.camunda.bpm.engine.impl.variable.serializer.jpa -
-
Uses of SessionFactory in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl with type parameters of type SessionFactory Modifier and Type Field Description protected Map<Class<?>,SessionFactory>ProcessEngineImpl. sessionFactories -
Uses of SessionFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as SessionFactory Modifier and Type Field Description protected SessionFactoryProcessEngineConfigurationImpl. identityProviderSessionFactorysession factory to be used for obtaining identity provider sessionsFields in org.camunda.bpm.engine.impl.cfg with type parameters of type SessionFactory Modifier and Type Field Description protected List<SessionFactory>ProcessEngineConfigurationImpl. customSessionFactoriesprotected Map<Class<?>,SessionFactory>ProcessEngineConfigurationImpl. sessionFactoriesMethods in org.camunda.bpm.engine.impl.cfg that return SessionFactory Modifier and Type Method Description SessionFactoryProcessEngineConfigurationImpl. getIdentityProviderSessionFactory()Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type SessionFactory Modifier and Type Method Description List<SessionFactory>ProcessEngineConfigurationImpl. getCustomSessionFactories()Map<Class<?>,SessionFactory>ProcessEngineConfigurationImpl. getSessionFactories()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type SessionFactory Modifier and Type Method Description protected voidProcessEngineConfigurationImpl. addSessionFactory(SessionFactory sessionFactory)voidProcessEngineConfigurationImpl. setIdentityProviderSessionFactory(SessionFactory identityProviderSessionFactory)Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type SessionFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomSessionFactories(List<SessionFactory> customSessionFactories)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setSessionFactories(Map<Class<?>,SessionFactory> sessionFactories) -
Uses of SessionFactory in org.camunda.bpm.engine.impl.db.entitymanager
Classes in org.camunda.bpm.engine.impl.db.entitymanager that implement SessionFactory Modifier and Type Class Description classDbEntityManagerFactory -
Uses of SessionFactory in org.camunda.bpm.engine.impl.db.sql
Classes in org.camunda.bpm.engine.impl.db.sql that implement SessionFactory Modifier and Type Class Description classDbSqlPersistenceProviderFactoryProvides theDbSqlSessionasPersistenceSession.classDbSqlSessionFactory -
Uses of SessionFactory in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor with type parameters of type SessionFactory Modifier and Type Field Description protected Map<Class<?>,SessionFactory>CommandContext. sessionFactoriesMethods in org.camunda.bpm.engine.impl.interceptor that return types with arguments of type SessionFactory Modifier and Type Method Description Map<Class<?>,SessionFactory>CommandContext. getSessionFactories() -
Uses of SessionFactory in org.camunda.bpm.engine.impl.persistence
Classes in org.camunda.bpm.engine.impl.persistence that implement SessionFactory Modifier and Type Class Description classGenericManagerFactory -
Uses of SessionFactory in org.camunda.bpm.engine.impl.variable.serializer.jpa
Classes in org.camunda.bpm.engine.impl.variable.serializer.jpa that implement SessionFactory Modifier and Type Class Description classEntityManagerSessionFactory
-