if (unindexedAnn != null)
this.unindexConditions = ifGenerator.generateIfConditions(unindexedAnn.value(), field);
// Now watch out for @IgnoreSave conditions
IgnoreSave ignoreSave = field.getAnnotation(IgnoreSave.class);
if (ignoreSave != null)
ignoreSaveConditions = ifGenerator.generateIfConditions(ignoreSave.value(), field);
}