Uses of Interface
io.ebean.FetchGroup
Packages that use FetchGroup
-
Uses of FetchGroup in io.ebean
Methods in io.ebean that return FetchGroupModifier and TypeMethodDescriptionFetchGroupBuilder.build()
Build and return the FetchGroup.static <T> FetchGroup<T>
Return the FetchGroup with the given select clause.Methods in io.ebean with parameters of type FetchGroupModifier 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
Methods in io.ebean.service that return FetchGroupModifier and TypeMethodDescriptionSpiFetchGroupQuery.buildFetchGroup()
Build the fetch group with select and fetch clauses.<T> FetchGroup<T>
Return the FetchGroup with the given select clause.