| Package | Description |
|---|---|
| org.flowable.engine.common | |
| org.flowable.engine.common.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected List<SessionFactory> |
AbstractEngineConfiguration.customSessionFactories |
protected Map<Class<?>,SessionFactory> |
AbstractEngineConfiguration.sessionFactories |
| Modifier and Type | Method and Description |
|---|---|
List<SessionFactory> |
AbstractEngineConfiguration.getCustomSessionFactories() |
Map<Class<?>,SessionFactory> |
AbstractEngineConfiguration.getSessionFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEngineConfiguration.addSessionFactory(SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCustomSessionFactories(List<SessionFactory> customSessionFactories) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setSessionFactories(Map<Class<?>,SessionFactory> sessionFactories) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,SessionFactory> |
AbstractCommandContext.sessionFactories |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,SessionFactory> |
AbstractCommandContext.getSessionFactories() |
Copyright © 2017 Flowable. All rights reserved.