Uses of Interface
org.camunda.bpm.engine.impl.interceptor.SessionFactory
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of SessionFactory in org.camunda.bpm.engine.impl
Modifier and TypeFieldDescriptionprotected Map<Class<?>,
SessionFactory> ProcessEngineImpl.sessionFactories
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected SessionFactory
ProcessEngineConfigurationImpl.identityProviderSessionFactory
session factory to be used for obtaining identity provider sessionsModifier and TypeFieldDescriptionprotected List<SessionFactory>
ProcessEngineConfigurationImpl.customSessionFactories
protected Map<Class<?>,
SessionFactory> ProcessEngineConfigurationImpl.sessionFactories
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getIdentityProviderSessionFactory()
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomSessionFactories()
Map<Class<?>,
SessionFactory> ProcessEngineConfigurationImpl.getSessionFactories()
Modifier and TypeMethodDescriptionprotected void
ProcessEngineConfigurationImpl.addSessionFactory
(SessionFactory sessionFactory) void
ProcessEngineConfigurationImpl.setIdentityProviderSessionFactory
(SessionFactory identityProviderSessionFactory) Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomSessionFactories
(List<SessionFactory> customSessionFactories) ProcessEngineConfigurationImpl.setSessionFactories
(Map<Class<?>, SessionFactory> sessionFactories) -
Uses of SessionFactory in org.camunda.bpm.engine.impl.db.entitymanager
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.db.sql
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeFieldDescriptionprotected Map<Class<?>,
SessionFactory> CommandContext.sessionFactories
Modifier and TypeMethodDescriptionMap<Class<?>,
SessionFactory> CommandContext.getSessionFactories()
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.persistence
-
Uses of SessionFactory in org.camunda.bpm.identity.impl.ldap
-
Uses of SessionFactory in org.camunda.bpm.spring.boot.starter.security.oauth2.impl