Uses of Interface
org.activiti.engine.impl.interceptor.SessionFactory
-
-
Uses of SessionFactory in org.activiti.engine.impl
Fields in org.activiti.engine.impl with type parameters of type SessionFactory Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,SessionFactory>ProcessEngineImpl. sessionFactories -
Uses of SessionFactory in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type SessionFactory Modifier and Type Field Description protected java.util.List<SessionFactory>ProcessEngineConfigurationImpl. customSessionFactoriesprotected java.util.Map<java.lang.Class<?>,SessionFactory>ProcessEngineConfigurationImpl. sessionFactoriesMethods in org.activiti.engine.impl.cfg that return types with arguments of type SessionFactory Modifier and Type Method Description java.util.List<SessionFactory>ProcessEngineConfigurationImpl. getCustomSessionFactories()java.util.Map<java.lang.Class<?>,SessionFactory>ProcessEngineConfigurationImpl. getSessionFactories()Methods in org.activiti.engine.impl.cfg with parameters of type SessionFactory Modifier and Type Method Description voidProcessEngineConfigurationImpl. addSessionFactory(SessionFactory sessionFactory)Method parameters in org.activiti.engine.impl.cfg with type arguments of type SessionFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomSessionFactories(java.util.List<SessionFactory> customSessionFactories)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setSessionFactories(java.util.Map<java.lang.Class<?>,SessionFactory> sessionFactories) -
Uses of SessionFactory in org.activiti.engine.impl.db
Classes in org.activiti.engine.impl.db that implement SessionFactory Modifier and Type Class Description classDbSqlSessionFactory -
Uses of SessionFactory in org.activiti.engine.impl.interceptor
Fields in org.activiti.engine.impl.interceptor with type parameters of type SessionFactory Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,SessionFactory>CommandContext. sessionFactoriesMethods in org.activiti.engine.impl.interceptor that return types with arguments of type SessionFactory Modifier and Type Method Description java.util.Map<java.lang.Class<?>,SessionFactory>CommandContext. getSessionFactories() -
Uses of SessionFactory in org.activiti.engine.impl.persistence
Classes in org.activiti.engine.impl.persistence that implement SessionFactory Modifier and Type Class Description classGenericManagerFactory -
Uses of SessionFactory in org.activiti.engine.impl.variable
Classes in org.activiti.engine.impl.variable that implement SessionFactory Modifier and Type Class Description classEntityManagerSessionFactory -
Uses of SessionFactory in org.activiti.engine.test.profiler
Classes in org.activiti.engine.test.profiler that implement SessionFactory Modifier and Type Class Description classProfilingDbSqlSessionFactory
-