Package sonia.scm.store
Interface QueryableStore.Result<T>
- Type Parameters:
T
- The type of the queried objects.
- Enclosing interface:
- QueryableStore<T>
public static interface QueryableStore.Result<T>
The result of a query that was built by
QueryableStore.Query.withIds()
. It contains the parent ids of the
found objects in addition to the objects and their ids themselves.-
Method Summary
-
Method Details