| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.cfg | |
| org.activiti.engine.impl.db | |
| org.activiti.engine.impl.interceptor | |
| org.activiti.engine.impl.persistence | |
| org.activiti.engine.impl.variable |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,SessionFactory> |
ProcessEngineImpl.sessionFactories |
| Modifier and Type | Field and Description |
|---|---|
protected List<SessionFactory> |
ProcessEngineConfigurationImpl.customSessionFactories |
protected Map<Class<?>,SessionFactory> |
ProcessEngineConfigurationImpl.sessionFactories |
| 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) |
| 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 |
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 |
DefaultHistoryManagerSessionFactory |
class |
GenericManagerFactory |
class |
GroupEntityManagerFactory |
class |
MembershipEntityManagerFactory |
class |
UserEntityManagerFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityManagerSessionFactory |
Copyright © 2016 Alfresco. All rights reserved.