| Package | Description |
|---|---|
| info.archinnov.achilles.internal.consistency | |
| info.archinnov.achilles.internal.context | |
| info.archinnov.achilles.persistence | |
| info.archinnov.achilles.type |
| Modifier and Type | Method and Description |
|---|---|
Options |
ConsistencyOverrider.overrideRuntimeValueByBatchSetting(Options options,
AbstractFlushContext flushContext) |
| Modifier and Type | Method and Description |
|---|---|
Options |
ConsistencyOverrider.overrideRuntimeValueByBatchSetting(Options options,
AbstractFlushContext flushContext) |
| Modifier and Type | Field and Description |
|---|---|
protected Options |
PersistenceContext.options |
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
PersistenceContextFactory.newContext(Class<?> entityClass,
Object primaryKey,
Options options) |
PersistenceContext |
PersistenceContextFactory.newContext(Object entity,
Options options) |
PersistenceContext |
PersistenceContextFactory.newContextWithFlushContext(Class<?> entityClass,
Object primaryKey,
Options options,
AbstractFlushContext flushContext) |
PersistenceContext |
PersistenceContextFactory.newContextWithFlushContext(Object entity,
Options options,
AbstractFlushContext flushContext) |
| 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) |
| 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) |
<T> T |
BatchingPersistenceManager.persist(T entity,
Options options) |
<T> T |
PersistenceManager.persist(T entity,
Options options)
Persist an entity with the given options.
|
void |
BatchingPersistenceManager.remove(Object entity,
Options options) |
void |
PersistenceManager.remove(Object entity,
Options options)
Remove an entity with the given Consistency Level for write.
|
void |
BatchingPersistenceManager.update(Object entity,
Options options) |
void |
PersistenceManager.update(Object entity,
Options options)
Update a "managed" entity
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OptionsBuilder.InternalOptionsBuilder |
static class |
OptionsBuilder.NoOptions |
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.duplicateWithNewConsistencyLevel(ConsistencyLevel consistencyLevel) |
Options |
Options.duplicateWithNewTimestamp(Long timestamp) |
Options |
Options.duplicateWithoutTtlAndTimestamp() |
Copyright © 2012-2014. All Rights Reserved.