public class ImmediateFlushContext extends AbstractFlushContext
AbstractFlushContext.FlushTypeconsistencyLevel, counterStatementWrappers, daoContext, statementWrappers| Constructor and Description |
|---|
ImmediateFlushContext(DaoContext daoContext,
ConsistencyLevel consistencyLevel) |
| Modifier and Type | Method and Description |
|---|---|
ImmediateFlushContext |
duplicate() |
void |
endBatch() |
void |
flush() |
void |
startBatch() |
void |
triggerInterceptor(EntityMeta meta,
Object entity,
Event event) |
AbstractFlushContext.FlushType |
type() |
executeBatch, executeImmediate, getConsistencyLevel, pushCounterStatement, pushStatement, setConsistencyLevel, toStringpublic ImmediateFlushContext(DaoContext daoContext, ConsistencyLevel consistencyLevel)
public void startBatch()
startBatch in class AbstractFlushContextpublic void endBatch()
endBatch in class AbstractFlushContextpublic void flush()
flush in class AbstractFlushContextpublic AbstractFlushContext.FlushType type()
type in class AbstractFlushContextpublic ImmediateFlushContext duplicate()
duplicate in class AbstractFlushContextpublic void triggerInterceptor(EntityMeta meta, Object entity, Event event)
triggerInterceptor in class AbstractFlushContextCopyright © 2012-2014. All Rights Reserved.