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

io.ebeaninternal.server.querydefn.SpiFetchGroup Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebeaninternal.server.querydefn;

import io.ebean.FetchGroup;

/**
 * Service API of FetchGroup.
 */
public interface SpiFetchGroup extends FetchGroup {

  /**
   * Return the detail to use for query execution.
   */
  OrmQueryDetail detail();

  /**
   * Return the underlying detail for copy purposes.
   */
  OrmQueryDetail underlying();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy