Interface SpiFetchGroup<T>

All Superinterfaces:
FetchGroup<T>

public interface SpiFetchGroup<T> extends FetchGroup<T>
Service API of FetchGroup.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the detail to use for query execution.
    Return the underlying detail for copy purposes.
  • Method Details

    • detail

      OrmQueryDetail detail()
      Return the detail to use for query execution.
    • underlying

      OrmQueryDetail underlying()
      Return the underlying detail for copy purposes.