public interface SpiFetchGroupService
Service that parses FetchGroup expressions.
-
Method Summary
Modifier and TypeMethodDescription<T> FetchGroupBuilder<T>
Create and return a FetchGroupBuilder starting with a select() clause.<T> FetchGroup<T>
Return the FetchGroup with the given select clause.<T> SpiFetchGroupQuery<T>
Return a new FetchGroupQuery for building FetchGroup via query beans.
-
Method Details
-
of
Return the FetchGroup with the given select clause.- Parameters:
beanType
- The type of entity bean the fetch group is forselect
- The properties to select (top level properties)
-
of
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
-
queryFor
Return a new FetchGroupQuery for building FetchGroup via query beans.
-