Uses of Interface
org.camunda.bpm.engine.impl.interceptor.SessionFactory
Packages that use SessionFactory
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of SessionFactory in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl with type parameters of type SessionFactoryModifier and TypeFieldDescriptionprotected 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 SessionFactoryModifier and TypeFieldDescriptionprotected SessionFactory
ProcessEngineConfigurationImpl.identityProviderSessionFactory
session factory to be used for obtaining identity provider sessionsFields in org.camunda.bpm.engine.impl.cfg with type parameters of type SessionFactoryModifier and TypeFieldDescriptionprotected List<SessionFactory>
ProcessEngineConfigurationImpl.customSessionFactories
protected Map<Class<?>,
SessionFactory> ProcessEngineConfigurationImpl.sessionFactories
Methods in org.camunda.bpm.engine.impl.cfg that return SessionFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getIdentityProviderSessionFactory()
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type SessionFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomSessionFactories()
Map<Class<?>,
SessionFactory> ProcessEngineConfigurationImpl.getSessionFactories()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type SessionFactoryModifier and TypeMethodDescriptionprotected void
ProcessEngineConfigurationImpl.addSessionFactory
(SessionFactory sessionFactory) void
ProcessEngineConfigurationImpl.setIdentityProviderSessionFactory
(SessionFactory identityProviderSessionFactory) Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type SessionFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomSessionFactories
(List<SessionFactory> customSessionFactories) ProcessEngineConfigurationImpl.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 -
Uses of SessionFactory in org.camunda.bpm.engine.impl.db.sql
Classes in org.camunda.bpm.engine.impl.db.sql that implement SessionFactory -
Uses of SessionFactory in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor with type parameters of type SessionFactoryModifier and TypeFieldDescriptionprotected Map<Class<?>,
SessionFactory> CommandContext.sessionFactories
Methods in org.camunda.bpm.engine.impl.interceptor that return types with arguments of type SessionFactoryModifier and TypeMethodDescriptionMap<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 -
Uses of SessionFactory in org.camunda.bpm.identity.impl.ldap
Classes in org.camunda.bpm.identity.impl.ldap that implement SessionFactory -
Uses of SessionFactory in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl that implement SessionFactory