Interface SpiQueryFetch

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 Type
    Method
    Description
    void
    addNested(String name, OrmQueryDetail nestedDetail, io.ebean.FetchConfig config)
    Add a nested fetch graph.
    void
    fetchProperties(String name, Set<String> properties, io.ebean.FetchConfig config)
    Specify the fetch properties for the given path.
    void
    Specify the select properties.
  • Method Details

    • selectProperties

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

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

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