Uses of Interface
org.activiti.engine.impl.interceptor.Session
-
-
Uses of Session in org.activiti.engine.impl.db
Classes in org.activiti.engine.impl.db that implement Session Modifier and Type Class Description classDbSqlSessionMethods in org.activiti.engine.impl.db that return Session Modifier and Type Method Description SessionDbSqlSessionFactory. openSession(CommandContext commandContext) -
Uses of Session in org.activiti.engine.impl.interceptor
Fields in org.activiti.engine.impl.interceptor with type parameters of type Session Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,Session>CommandContext. sessionsMethods in org.activiti.engine.impl.interceptor that return Session Modifier and Type Method Description SessionSessionFactory. openSession(CommandContext commandContext)Methods in org.activiti.engine.impl.interceptor that return types with arguments of type Session Modifier and Type Method Description java.util.Map<java.lang.Class<?>,Session>CommandContext. getSessions() -
Uses of Session in org.activiti.engine.impl.persistence
Fields in org.activiti.engine.impl.persistence with type parameters of type Session Modifier and Type Field Description protected java.lang.Class<? extends Session>GenericManagerFactory. implementationClassprotected java.lang.Class<? extends Session>GenericManagerFactory. typeClassMethods in org.activiti.engine.impl.persistence that return Session Modifier and Type Method Description SessionGenericManagerFactory. openSession(CommandContext commandContext)Constructor parameters in org.activiti.engine.impl.persistence with type arguments of type Session Constructor Description GenericManagerFactory(java.lang.Class<? extends Session> implementationClass)GenericManagerFactory(java.lang.Class<? extends Session> typeClass, java.lang.Class<? extends Session> implementationClass) -
Uses of Session in org.activiti.engine.impl.persistence.cache
Subinterfaces of Session in org.activiti.engine.impl.persistence.cache Modifier and Type Interface Description interfaceEntityCacheClasses in org.activiti.engine.impl.persistence.cache that implement Session Modifier and Type Class Description classEntityCacheImpl -
Uses of Session in org.activiti.engine.impl.variable
Subinterfaces of Session in org.activiti.engine.impl.variable Modifier and Type Interface Description interfaceEntityManagerSessionClasses in org.activiti.engine.impl.variable that implement Session Modifier and Type Class Description classEntityManagerSessionImplMethods in org.activiti.engine.impl.variable that return Session Modifier and Type Method Description SessionEntityManagerSessionFactory. openSession(CommandContext commandContext) -
Uses of Session in org.activiti.engine.test.profiler
Classes in org.activiti.engine.test.profiler that implement Session Modifier and Type Class Description classProfilingDbSqlSessionMethods in org.activiti.engine.test.profiler that return Session Modifier and Type Method Description SessionProfilingDbSqlSessionFactory. openSession(CommandContext commandContext)
-