Interface SpiQueryFetch

All Known Subinterfaces:
SpiQuery<T>
All Known Implementing Classes:
DefaultOrmQuery

public interface SpiQueryFetch
Query select and fetch properties (that avoids parsing).
  • Method Details

    • selectProperties

      void selectProperties(Set<String> properties)
      Specify the select properties.
    • fetchProperties

      void fetchProperties(String name, Set<String> properties, FetchConfig config)
      Specify the fetch properties for the given path.
    • addNested

      void addNested(String name, OrmQueryDetail nestedDetail, FetchConfig config)
      Add a nested fetch graph.