Uses of Interface
org.flowable.common.engine.impl.interceptor.SessionFactory
-
-
Uses of SessionFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type SessionFactory Modifier and Type Field Description protected List<SessionFactory>AbstractEngineConfiguration. customSessionFactoriesprotected Map<Class<?>,SessionFactory>AbstractEngineConfiguration. sessionFactoriesMethods in org.flowable.common.engine.impl that return types with arguments of type SessionFactory Modifier and Type Method Description List<SessionFactory>AbstractEngineConfiguration. getCustomSessionFactories()Map<Class<?>,SessionFactory>AbstractEngineConfiguration. getSessionFactories()Methods in org.flowable.common.engine.impl with parameters of type SessionFactory Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. addCustomSessionFactory(SessionFactory sessionFactory)voidAbstractEngineConfiguration. addSessionFactory(SessionFactory sessionFactory)Method parameters in org.flowable.common.engine.impl with type arguments of type SessionFactory Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setCustomSessionFactories(List<SessionFactory> customSessionFactories)AbstractEngineConfigurationAbstractEngineConfiguration. 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 Modifier and Type Class Description classDbSqlSessionFactory -
Uses of SessionFactory in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor with type parameters of type SessionFactory Modifier and Type Field Description protected Map<Class<?>,SessionFactory>CommandContext. sessionFactoriesprotected Map<Class<?>,SessionFactory>CommandContextFactory. sessionFactoriesMethods in org.flowable.common.engine.impl.interceptor that return types with arguments of type SessionFactory Modifier and Type Method Description Map<Class<?>,SessionFactory>CommandContext. getSessionFactories()Map<Class<?>,SessionFactory>CommandContextFactory. getSessionFactories()Method parameters in org.flowable.common.engine.impl.interceptor with type arguments of type SessionFactory Modifier and Type Method Description voidCommandContext. setSessionFactories(Map<Class<?>,SessionFactory> sessionFactories)voidCommandContextFactory. 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 Modifier and Type Class Description classLoggingSessionFactory -
Uses of SessionFactory in org.flowable.common.engine.impl.persistence
Classes in org.flowable.common.engine.impl.persistence that implement SessionFactory Modifier and Type Class Description classGenericManagerFactory -
Uses of SessionFactory in org.flowable.common.engine.impl.variablelistener
Classes in org.flowable.common.engine.impl.variablelistener that implement SessionFactory Modifier and Type Class Description classVariableListenerSessionFactory
-