+ "and only use functions that are supported by your database."
+ "\nIf this cannot be helped, you can turn off joining in app-schema.properties file.",
mapping.getFeatureIdExpression(), ns, separator, typeName));
}
JoiningQuery jQuery = new JoiningQuery(newQuery);
jQuery.setDenormalised(((JoiningQuery) query).isDenormalised());
jQuery.setQueryJoins(((JoiningQuery) query).getQueryJoins());
jQuery.setSubset(((JoiningQuery) query).isSubset());
for (String att : extractor.getAttributeNameSet()) {
sort.add(new SortByImpl(filterFac.property(att), SortOrder.ASCENDING));
jQuery.addId(att);
}
unrolledQuery = jQuery;
} else {