}
protected <T> List<T> mapKeysOnly(Query<T> query, List<Entity> entities) {
Class<T> clazz = query.getQueriedClass();
List<T> results = GaeMappingUtils.mapEntitiesKeysOnly(entities, clazz);
ClassInfo info = ClassInfo.getClassInfo(clazz);
// maps model relations to be able to associate children to aggregators
GaeMappingUtils.mapRelations(query, results, info);
// DOESN'T MANAGE OWNED/AGGREGATED/JOIN fields