All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.service.SpiFetchGroupQuery Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.service;

import io.ebean.FetchGroup;
import io.ebean.Query;

/**
 * Extension of Query to build FetchGroup via query beans.
 */
public interface SpiFetchGroupQuery extends Query {

  /**
   * Build the fetch group with select and fetch clauses.
   */
  FetchGroup buildFetchGroup();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy