Uses of Interface
org.camunda.bpm.engine.impl.interceptor.SessionFactory
-
Packages that use SessionFactory Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.db.entitymanager org.camunda.bpm.engine.impl.db.sql org.camunda.bpm.engine.impl.interceptor org.camunda.bpm.engine.impl.persistence org.camunda.bpm.engine.impl.variable.serializer.jpa org.camunda.bpm.engine.spring org.camunda.bpm.identity.impl.ldap -
-
Uses of SessionFactory in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.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.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as SessionFactory Modifier and Type Field Description protected SessionFactory
ProcessEngineConfigurationImpl. identityProviderSessionFactory
session factory to be used for obtaining identity provider sessionsFields in org.camunda.bpm.engine.impl.cfg with type parameters of type SessionFactory Modifier and Type Field Description protected java.util.List<SessionFactory>
ProcessEngineConfigurationImpl. customSessionFactories
protected java.util.Map<java.lang.Class<?>,SessionFactory>
ProcessEngineConfigurationImpl. sessionFactories
Methods in org.camunda.bpm.engine.impl.cfg that return SessionFactory Modifier and Type Method Description SessionFactory
ProcessEngineConfigurationImpl. getIdentityProviderSessionFactory()
Methods in org.camunda.bpm.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.camunda.bpm.engine.impl.cfg with parameters of type SessionFactory Modifier and Type Method Description protected void
ProcessEngineConfigurationImpl. addSessionFactory(SessionFactory sessionFactory)
void
ProcessEngineConfigurationImpl. setIdentityProviderSessionFactory(SessionFactory identityProviderSessionFactory)
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type SessionFactory Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setCustomSessionFactories(java.util.List<SessionFactory> customSessionFactories)
ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setSessionFactories(java.util.Map<java.lang.Class<?>,SessionFactory> sessionFactories)
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.db.entitymanager
Classes in org.camunda.bpm.engine.impl.db.entitymanager that implement SessionFactory Modifier and Type Class Description class
DbEntityManagerFactory
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.db.sql
Classes in org.camunda.bpm.engine.impl.db.sql that implement SessionFactory Modifier and Type Class Description class
DbSqlPersistenceProviderFactory
Provides theDbSqlSession
asPersistenceSession
.class
DbSqlSessionFactory
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor with type parameters of type SessionFactory Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,SessionFactory>
CommandContext. sessionFactories
Methods in org.camunda.bpm.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.camunda.bpm.engine.impl.persistence
Classes in org.camunda.bpm.engine.impl.persistence that implement SessionFactory Modifier and Type Class Description class
GenericManagerFactory
-
Uses of SessionFactory in org.camunda.bpm.engine.impl.variable.serializer.jpa
Classes in org.camunda.bpm.engine.impl.variable.serializer.jpa that implement SessionFactory Modifier and Type Class Description class
EntityManagerSessionFactory
-
Uses of SessionFactory in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement SessionFactory Modifier and Type Class Description class
SpringEntityManagerSessionFactory
Session Factory forEntityManagerSession
. -
Uses of SessionFactory in org.camunda.bpm.identity.impl.ldap
Classes in org.camunda.bpm.identity.impl.ldap that implement SessionFactory Modifier and Type Class Description class
LdapIdentityProviderFactory
-