| 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 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<Class<?>,SessionFactory> | 
ProcessEngineImpl.sessionFactories  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SessionFactory | 
ProcessEngineConfigurationImpl.identityProviderSessionFactory
session factory to be used for obtaining identity provider sessions 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<SessionFactory> | 
ProcessEngineConfigurationImpl.customSessionFactories  | 
protected Map<Class<?>,SessionFactory> | 
ProcessEngineConfigurationImpl.sessionFactories  | 
| Modifier and Type | Method and Description | 
|---|---|
SessionFactory | 
ProcessEngineConfigurationImpl.getIdentityProviderSessionFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SessionFactory> | 
ProcessEngineConfigurationImpl.getCustomSessionFactories()  | 
Map<Class<?>,SessionFactory> | 
ProcessEngineConfigurationImpl.getSessionFactories()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ProcessEngineConfigurationImpl.addSessionFactory(SessionFactory sessionFactory)  | 
void | 
ProcessEngineConfigurationImpl.setIdentityProviderSessionFactory(SessionFactory identityProviderSessionFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessEngineConfigurationImpl | 
ProcessEngineConfigurationImpl.setCustomSessionFactories(List<SessionFactory> customSessionFactories)  | 
ProcessEngineConfigurationImpl | 
ProcessEngineConfigurationImpl.setSessionFactories(Map<Class<?>,SessionFactory> sessionFactories)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DbEntityManagerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DbSqlPersistenceProviderFactory
Provides the  
DbSqlSession as PersistenceSession. | 
class  | 
DbSqlSessionFactory  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<Class<?>,SessionFactory> | 
CommandContext.sessionFactories  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Class<?>,SessionFactory> | 
CommandContext.getSessionFactories()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GenericManagerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EntityManagerSessionFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpringEntityManagerSessionFactory
Session Factory for  
EntityManagerSession. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LdapIdentityProviderFactory  | 
Copyright © 2021. All rights reserved.