| Package | Description |
|---|---|
| info.archinnov.achilles.internal.context | |
| info.archinnov.achilles.internal.statement.wrapper |
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractStatementWrapper> |
AbstractFlushContext.counterStatementWrappers |
protected List<AbstractStatementWrapper> |
AbstractFlushContext.statementWrappers |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.ResultSet |
DaoContext.execute(AbstractStatementWrapper statementWrapper) |
com.datastax.driver.core.ResultSet |
AbstractFlushContext.executeImmediate(AbstractStatementWrapper statementWrapper) |
com.datastax.driver.core.ResultSet |
PersistenceContext.executeImmediate(AbstractStatementWrapper bsWrapper) |
void |
AbstractFlushContext.pushCounterStatement(AbstractStatementWrapper statementWrapper) |
void |
PersistenceContext.pushCounterStatement(AbstractStatementWrapper statementWrapper) |
void |
AbstractFlushContext.pushStatement(AbstractStatementWrapper statementWrapper) |
void |
PersistenceContext.pushStatement(AbstractStatementWrapper statementWrapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlushContext.executeBatch(com.datastax.driver.core.BatchStatement.Type batchType,
List<AbstractStatementWrapper> statementWrappers) |
| Constructor and Description |
|---|
AbstractFlushContext(DaoContext daoContext,
List<AbstractStatementWrapper> statementWrappers,
ConsistencyLevel consistencyLevel) |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundStatementWrapper |
class |
RegularStatementWrapper |
class |
SimpleStatementWrapper |
Copyright © 2012-2014. All Rights Reserved.