public class GroupedQuery<E extends Entity> extends Object
Grouped query interface.
List<IdBox<List<E>>>
get()
ObjectStream<IdBox<List<E>>>
stream()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectStream<IdBox<List<E>>> stream()
Stream the groups of entities.
public List<IdBox<List<E>>> get()
Get the grouped entities as a list of groups.