| Package | Description |
|---|---|
| org.flowable.engine.common | |
| org.flowable.engine.common.impl.db | |
| org.flowable.engine.common.impl.interceptor | |
| org.flowable.engine.common.impl.persistence |
| 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 | Class and Description |
|---|---|
class |
DbSqlSessionFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,SessionFactory> |
CommandContextFactory.sessionFactories |
protected Map<Class<?>,SessionFactory> |
CommandContext.sessionFactories |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,SessionFactory> |
CommandContextFactory.getSessionFactories() |
Map<Class<?>,SessionFactory> |
CommandContext.getSessionFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContextFactory.setSessionFactories(Map<Class<?>,SessionFactory> sessionFactories) |
void |
CommandContext.setSessionFactories(Map<Class<?>,SessionFactory> sessionFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericManagerFactory |
Copyright © 2017 Flowable. All rights reserved.