public class BatchingFlushContext extends AbstractFlushContext
AbstractFlushContext.FlushType| Modifier and Type | Field and Description |
|---|---|
protected List<EventHolder> |
eventHolders |
consistencyLevel, counterStatementWrappers, daoContext, statementWrappers| Constructor and Description |
|---|
BatchingFlushContext(DaoContext daoContext,
ConsistencyLevel consistencyLevel) |
| Modifier and Type | Method and Description |
|---|---|
BatchingFlushContext |
duplicate() |
BatchingFlushContext |
duplicateWithNoData(ConsistencyLevel defaultConsistencyLevel) |
void |
endBatch() |
void |
flush() |
void |
startBatch() |
void |
triggerInterceptor(EntityMeta meta,
Object entity,
Event event) |
AbstractFlushContext.FlushType |
type() |
executeBatch, executeImmediate, getConsistencyLevel, pushCounterStatement, pushStatement, setConsistencyLevel, toStringprotected List<EventHolder> eventHolders
public BatchingFlushContext(DaoContext daoContext, ConsistencyLevel consistencyLevel)
public void startBatch()
startBatch in class AbstractFlushContextpublic void flush()
flush in class AbstractFlushContextpublic void endBatch()
endBatch in class AbstractFlushContextpublic AbstractFlushContext.FlushType type()
type in class AbstractFlushContextpublic BatchingFlushContext duplicate()
duplicate in class AbstractFlushContextpublic void triggerInterceptor(EntityMeta meta, Object entity, Event event)
triggerInterceptor in class AbstractFlushContextpublic BatchingFlushContext duplicateWithNoData(ConsistencyLevel defaultConsistencyLevel)
Copyright © 2012-2014. All Rights Reserved.