Related Entities do not appear for one-to-many association. #PL-6139

This commit is contained in:
Konstantin Krivopustov 2015-10-12 13:15:03 +00:00
parent 7440b9f51e
commit 7bb5aa6f85

View File

@ -225,6 +225,9 @@ public class FetchGroupManager {
result.add(attribute);
}
}
if (result.isEmpty()) {
result.add(toManyField.path() + "." + inverseProp.getName() + ".id");
}
});
return result;