8889909192939495969798
rangeConditions); if(entry != null) { if(isLastIndexField(index, field)) { range = entry; } else { throw new QueryConditionException("range condition must be at the last field in a index, the invalid field is " + field.getName()); } } } }