Uses of Interface
io.ebean.FetchGroup
-
Uses of FetchGroup in io.ebean
Modifier and TypeMethodDescriptionFetchGroupBuilder.build()
Build and return the FetchGroup.static <T> FetchGroup<T>
Return the FetchGroup with the given select clause.Modifier and TypeMethodDescriptionFetchGroupBuilder.fetch
(String path, FetchGroup<?> nestedGroup) Fetch the path with the nested fetch group.FetchGroupBuilder.fetchLazy
(String path, FetchGroup<?> nestedGroup) Fetch the path lazily with the nested fetch group.FetchGroupBuilder.fetchQuery
(String path, FetchGroup<?> nestedGroup) Fetch the path using a query join with the nested fetch group.ExpressionList.select
(FetchGroup<T> fetchGroup) Apply the fetchGroup which defines what part of the object graph to load.Query.select
(FetchGroup<T> fetchGroup) Apply the fetchGroup which defines what part of the object graph to load. -
Uses of FetchGroup in io.ebean.service
Modifier and TypeMethodDescriptionSpiFetchGroupQuery.buildFetchGroup()
Build the fetch group with select and fetch clauses.<T> FetchGroup<T>
Return the FetchGroup with the given select clause.