Interface SpiFetchGroupService

    • Method Detail

      • of

        <T> FetchGroup<T> of​(Class<T> beanType,
                             String select)
        Return the FetchGroup with the given select clause.
        Parameters:
        beanType - The type of entity bean the fetch group is for
        select - The properties to select (top level properties)
      • of

        <T> FetchGroupBuilder<T> of​(Class<T> beanType)
        Create and return a FetchGroupBuilder starting with a select() clause.
        Parameters:
        beanType - The type of entity bean the fetch group is for
        Returns:
        The FetchGroupBuilder to add additional select and fetch clauses