Like in “Relationships” example, if I have a list ...
# server
o
Like in “Relationships” example, if I have a list of
AbstractPerson
and want to inspect their groups, I’d better avoid roundtrips for every person and make a more complex query to fetch all groups for all persons in a single resultset.