Class DFetchGroupService

java.lang.Object
io.ebeaninternal.server.query.DFetchGroupService
All Implemented Interfaces:
io.ebean.service.BootstrapService, io.ebean.service.SpiFetchGroupService

public final class DFetchGroupService extends Object implements io.ebean.service.SpiFetchGroupService
Default implementation of SpiFetchGroupService.
  • Constructor Details

    • DFetchGroupService

      public DFetchGroupService()
  • Method Details

    • of

      public <T> io.ebean.FetchGroup<T> of(Class<T> cls, String select)
      Specified by:
      of in interface io.ebean.service.SpiFetchGroupService
    • of

      public <T> io.ebean.FetchGroupBuilder<T> of(Class<T> cls)
      Specified by:
      of in interface io.ebean.service.SpiFetchGroupService
    • queryFor

      public <T> io.ebean.service.SpiFetchGroupQuery<T> queryFor(Class<T> beanType)
      Specified by:
      queryFor in interface io.ebean.service.SpiFetchGroupService