| Modifier and Type | Field and Description |
|---|---|
protected DaoContext |
AbstractFlushContext.daoContext |
protected DaoContext |
PersistenceContext.daoContext |
| Modifier and Type | Method and Description |
|---|---|
DaoContext |
DaoContextFactory.build(com.datastax.driver.core.Session session,
Map<Class<?>,EntityMeta> entityMetaMap,
boolean hasSimpleCounter) |
| Constructor and Description |
|---|
AbstractFlushContext(DaoContext daoContext,
ConsistencyLevel consistencyLevel) |
AbstractFlushContext(DaoContext daoContext,
List<AbstractStatementWrapper> statementWrappers,
ConsistencyLevel consistencyLevel) |
BatchingFlushContext(DaoContext daoContext,
ConsistencyLevel consistencyLevel) |
ImmediateFlushContext(DaoContext daoContext,
ConsistencyLevel consistencyLevel) |
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 |
|---|---|
DaoContext |
AchillesBootstrapper.buildDaoContext(com.datastax.driver.core.Session session,
Map<Class<?>,EntityMeta> entityMetaMap,
boolean hasSimpleCounter) |
| Constructor and Description |
|---|
SliceQueryExecutor(PersistenceContextFactory contextFactory,
ConfigurationContext configContext,
DaoContext daoContext) |
| Modifier and Type | Field and Description |
|---|---|
protected DaoContext |
PersistenceManager.daoContext |
| Constructor and Description |
|---|
PersistenceManager(Map<Class<?>,EntityMeta> entityMetaMap,
PersistenceContextFactory contextFactory,
DaoContext daoContext,
ConfigurationContext configContext) |
| Constructor and Description |
|---|
NativeQueryBuilder(DaoContext daoContext,
String queryString,
Object... boundValues) |
| Constructor and Description |
|---|
TypedQueryBuilder(Class<T> entityClass,
DaoContext daoContext,
String queryString,
EntityMeta meta,
PersistenceContextFactory contextFactory,
boolean managed,
boolean shouldNormalizeQuery,
Object[] boundValues) |
Copyright © 2012-2014. All Rights Reserved.