Module io.ebean.api

Interface SpiFetchGroupQuery<T>

All Superinterfaces:
CancelableQuery, Query<T>

public interface SpiFetchGroupQuery<T> extends Query<T>
Extension of Query to build FetchGroup via query beans.
  • Method Details

    • buildFetchGroup

      FetchGroup<T> buildFetchGroup()
      Build the fetch group with select and fetch clauses.