CommonBatch(Map<Class<?>, EntityMeta> entityMetaMap, PersistenceContextFactory contextFactory,
DaoContext daoContext, ConfigurationContext configContext, boolean orderedBatch) {
super(entityMetaMap, contextFactory, daoContext, configContext);
this.defaultConsistencyLevel = configContext.getDefaultWriteConsistencyLevel();
this.orderedBatch = orderedBatch;
this.flushContext = new BatchingFlushContext(daoContext, defaultConsistencyLevel, Optional.<com.datastax.driver.core.ConsistencyLevel>absent());
}