- All Known Subinterfaces:
SpiQuery<T>
- All Known Implementing Classes:
DefaultOrmQuery
public interface SpiQueryFetch
Query select and fetch properties (that avoids parsing).
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNested(String name, OrmQueryDetail nestedDetail, FetchConfig config) Add a nested fetch graph.voidfetchProperties(String name, Set<String> properties, FetchConfig config) Specify the fetch properties for the given path.voidselectProperties(Set<String> properties) Specify the select properties.
-
Method Details
-
selectProperties
Specify the select properties. -
fetchProperties
Specify the fetch properties for the given path. -
addNested
Add a nested fetch graph.
-