| Modifier and Type | Method and Description |
|---|---|
ConsistencyLevel |
ConsistencyOverrider.getReadLevel(PersistenceContext context,
EntityMeta meta) |
ConsistencyLevel |
ConsistencyOverrider.getReadLevel(PersistenceContext context,
PropertyMeta pm) |
ConsistencyLevel |
ConsistencyOverrider.getWriteLevel(PersistenceContext context,
EntityMeta meta) |
ConsistencyLevel |
ConsistencyOverrider.getWriteLevel(PersistenceContext context,
PropertyMeta pm) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
PersistenceContext.duplicate(Object entity) |
PersistenceContext |
PersistenceContextFactory.newContext(Class<?> entityClass,
Object primaryKey,
Options options) |
PersistenceContext |
PersistenceContextFactory.newContext(Object entity) |
PersistenceContext |
PersistenceContextFactory.newContext(Object entity,
Options options) |
PersistenceContext |
PersistenceContextFactory.newContextForSliceQuery(Class<?> entityClass,
List<Object> partitionComponents,
ConsistencyLevel cl) |
PersistenceContext |
PersistenceContextFactory.newContextWithFlushContext(Class<?> entityClass,
Object primaryKey,
Options options,
AbstractFlushContext flushContext) |
PersistenceContext |
PersistenceContextFactory.newContextWithFlushContext(Object entity,
Options options,
AbstractFlushContext flushContext) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> PersistenceContext |
SliceQueryExecutor.buildContextForQuery(SliceQuery<T> sliceQuery) |
| Modifier and Type | Method and Description |
|---|---|
<T> EntityInterceptor<T> |
EntityProxifier.buildInterceptor(PersistenceContext context,
T entity,
Set<Method> alreadyLoaded) |
<T> T |
EntityProxifier.buildProxy(T entity,
PersistenceContext context,
Set<Method> alreadyLoaded) |
<T> T |
EntityProxifier.buildProxyWithAllFieldsLoadedExceptCounters(T entity,
PersistenceContext context) |
<T> T |
EntityProxifier.buildProxyWithNoFieldLoaded(T entity,
PersistenceContext context) |
<T> T |
EntityLoader.createEmptyEntity(PersistenceContext context,
Class<T> entityClass) |
<T> T |
EntityLoader.load(PersistenceContext context,
Class<T> entityClass) |
void |
CounterLoader.loadClusteredCounterColumn(PersistenceContext context,
Object realObject,
PropertyMeta counterMeta) |
<T> T |
CounterLoader.loadClusteredCounters(PersistenceContext context) |
void |
CounterLoader.loadCounter(PersistenceContext context,
Object entity,
PropertyMeta counterMeta) |
void |
EntityLoader.loadPropertyIntoObject(PersistenceContext context,
Object realObject,
PropertyMeta pm) |
void |
EntityPersister.persist(PersistenceContext context) |
void |
CounterPersister.persistClusteredCounters(PersistenceContext context) |
void |
CounterPersister.persistCounters(PersistenceContext context,
List<PropertyMeta> counterMetas) |
void |
EntityRefresher.refresh(Object proxifiedEntity,
PersistenceContext context) |
void |
EntityPersister.remove(PersistenceContext context) |
void |
CounterPersister.removeRelatedCounters(PersistenceContext context) |
void |
EntityUpdater.update(PersistenceContext context,
Object entity) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
EntityInterceptor.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EntityInterceptorBuilder<T> |
EntityInterceptorBuilder.builder(PersistenceContext context,
T entity) |
void |
EntityInterceptor.setContext(PersistenceContext context) |
| Constructor and Description |
|---|
EntityInterceptorBuilder(PersistenceContext context,
T entity) |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceContext |
AbstractWrapper.context |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWrapper.setContext(PersistenceContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceContext |
AbstractWrapperBuilder.context |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.PreparedStatement |
CacheManager.getCacheForFieldSelect(com.datastax.driver.core.Session session,
com.google.common.cache.Cache<StatementCacheKey,com.datastax.driver.core.PreparedStatement> dynamicPSCache,
PersistenceContext context,
PropertyMeta pm) |
com.datastax.driver.core.PreparedStatement |
CacheManager.getCacheForFieldsUpdate(com.datastax.driver.core.Session session,
com.google.common.cache.Cache<StatementCacheKey,com.datastax.driver.core.PreparedStatement> dynamicPSCache,
PersistenceContext context,
List<PropertyMeta> pms) |
| Constructor and Description |
|---|
SliceQueryIterator(CQLSliceQuery<T> sliceQuery,
PersistenceContext context,
Iterator<com.datastax.driver.core.Row> iterator) |
| Modifier and Type | Method and Description |
|---|---|
protected PersistenceContext |
BatchingPersistenceManager.initPersistenceContext(Class<?> entityClass,
Object primaryKey,
Options options) |
protected PersistenceContext |
PersistenceManager.initPersistenceContext(Class<?> entityClass,
Object primaryKey,
Options options) |
protected PersistenceContext |
BatchingPersistenceManager.initPersistenceContext(Object entity,
Options options) |
protected PersistenceContext |
PersistenceManager.initPersistenceContext(Object entity,
Options options) |
Copyright © 2012-2014. All Rights Reserved.