Uses of Interface
org.flowable.common.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.flowable.cmmn.engine.impl.agenda
Classes in org.flowable.cmmn.engine.impl.agenda that implement SessionFactory -
Uses of SessionFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type SessionFactoryModifier and TypeFieldDescriptionprotected List<SessionFactory>
AbstractEngineConfiguration.customSessionFactories
protected Map<Class<?>,
SessionFactory> AbstractEngineConfiguration.sessionFactories
Methods in org.flowable.common.engine.impl that return types with arguments of type SessionFactoryModifier and TypeMethodDescriptionAbstractEngineConfiguration.getCustomSessionFactories()
Map<Class<?>,
SessionFactory> AbstractEngineConfiguration.getSessionFactories()
Methods in org.flowable.common.engine.impl with parameters of type SessionFactoryModifier and TypeMethodDescriptionAbstractEngineConfiguration.addCustomSessionFactory
(SessionFactory sessionFactory) void
AbstractEngineConfiguration.addSessionFactory
(SessionFactory sessionFactory) Method parameters in org.flowable.common.engine.impl with type arguments of type SessionFactoryModifier and TypeMethodDescriptionAbstractEngineConfiguration.setCustomSessionFactories
(List<SessionFactory> customSessionFactories) AbstractEngineConfiguration.setSessionFactories
(Map<Class<?>, SessionFactory> sessionFactories) -
Uses of SessionFactory in org.flowable.common.engine.impl.db
Classes in org.flowable.common.engine.impl.db that implement SessionFactory -
Uses of SessionFactory in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor with type parameters of type SessionFactoryModifier and TypeFieldDescriptionprotected Map<Class<?>,
SessionFactory> CommandContext.sessionFactories
protected Map<Class<?>,
SessionFactory> CommandContextFactory.sessionFactories
Methods in org.flowable.common.engine.impl.interceptor that return types with arguments of type SessionFactoryModifier and TypeMethodDescriptionMap<Class<?>,
SessionFactory> CommandContext.getSessionFactories()
Map<Class<?>,
SessionFactory> CommandContextFactory.getSessionFactories()
Method parameters in org.flowable.common.engine.impl.interceptor with type arguments of type SessionFactoryModifier and TypeMethodDescriptionvoid
CommandContext.setSessionFactories
(Map<Class<?>, SessionFactory> sessionFactories) void
CommandContextFactory.setSessionFactories
(Map<Class<?>, SessionFactory> sessionFactories) -
Uses of SessionFactory in org.flowable.common.engine.impl.logging
Classes in org.flowable.common.engine.impl.logging that implement SessionFactory -
Uses of SessionFactory in org.flowable.common.engine.impl.persistence
Classes in org.flowable.common.engine.impl.persistence that implement SessionFactory -
Uses of SessionFactory in org.flowable.common.engine.impl.variablelistener
Classes in org.flowable.common.engine.impl.variablelistener that implement SessionFactory -
Uses of SessionFactory in org.flowable.dmn.engine
Method parameters in org.flowable.dmn.engine with type arguments of type SessionFactoryModifier and TypeMethodDescriptionDmnEngineConfiguration.setCustomSessionFactories
(List<SessionFactory> customSessionFactories) DmnEngineConfiguration.setSessionFactories
(Map<Class<?>, SessionFactory> sessionFactories) -
Uses of SessionFactory in org.flowable.dmn.engine.impl.agenda
Classes in org.flowable.dmn.engine.impl.agenda that implement SessionFactory -
Uses of SessionFactory in org.flowable.engine.impl
Fields in org.flowable.engine.impl with type parameters of type SessionFactoryModifier and TypeFieldDescriptionprotected Map<Class<?>,
SessionFactory> ProcessEngineImpl.sessionFactories
-
Uses of SessionFactory in org.flowable.engine.impl.agenda
Classes in org.flowable.engine.impl.agenda that implement SessionFactory -
Uses of SessionFactory in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type SessionFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.addCustomSessionFactory
(SessionFactory sessionFactory) Method parameters in org.flowable.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.flowable.engine.test.profiler
Classes in org.flowable.engine.test.profiler that implement SessionFactory -
Uses of SessionFactory in org.flowable.idm.engine
Method parameters in org.flowable.idm.engine with type arguments of type SessionFactoryModifier and TypeMethodDescriptionIdmEngineConfiguration.setCustomSessionFactories
(List<SessionFactory> customSessionFactories) IdmEngineConfiguration.setSessionFactories
(Map<Class<?>, SessionFactory> sessionFactories) -
Uses of SessionFactory in org.flowable.spring
Classes in org.flowable.spring that implement SessionFactory -
Uses of SessionFactory in org.flowable.variable.service.impl.types
Classes in org.flowable.variable.service.impl.types that implement SessionFactory