| Modifier and Type | Method and Description |
|---|---|
ConfigurationContext |
ArgumentExtractor.initConfigContext(Map<String,Object> configurationMap) |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationContext |
PersistenceContext.configContext |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContext |
PersistenceContext.getConfigContext() |
| Constructor and Description |
|---|
PersistenceContext(EntityMeta entityMeta,
ConfigurationContext configContext,
DaoContext daoContext,
AbstractFlushContext flushContext,
Class<?> entityClass,
Object primaryKey,
Options options) |
PersistenceContext(EntityMeta entityMeta,
ConfigurationContext configContext,
DaoContext daoContext,
AbstractFlushContext flushContext,
Object entity,
Options options) |
PersistenceContextFactory(DaoContext daoContext,
ConfigurationContext configContext,
Map<Class<?>,EntityMeta> entityMetaMap) |
| Modifier and Type | Method and Description |
|---|---|
Pair<Map<Class<?>,EntityMeta>,Boolean> |
AchillesBootstrapper.buildMetaDatas(ConfigurationContext configContext,
List<Class<?>> entities) |
| Constructor and Description |
|---|
SliceQueryExecutor(PersistenceContextFactory contextFactory,
ConfigurationContext configContext,
DaoContext daoContext) |
| Constructor and Description |
|---|
EntityParsingContext(ConfigurationContext configContext,
Class<?> currentEntityClass) |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationContext |
PersistenceManager.configContext |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationContext |
PersistenceManager.getConfigContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PersistenceManager.setConfigContext(ConfigurationContext configContext) |
| Constructor and Description |
|---|
PersistenceManager(Map<Class<?>,EntityMeta> entityMetaMap,
PersistenceContextFactory contextFactory,
DaoContext daoContext,
ConfigurationContext configContext) |
Copyright © 2012-2014. All Rights Reserved.