Uses of Interface
io.ebean.FetchGroupBuilder
Packages that use FetchGroupBuilder
-
Uses of FetchGroupBuilder in io.ebean
Methods in io.ebean that return FetchGroupBuilderModifier and TypeMethodDescriptionFetch all the properties at the given path.FetchGroupBuilder.fetch
(String path, FetchGroup<?> nestedGroup) Fetch the path with the nested fetch group.Fetch the path including specified properties.FetchGroupBuilder.fetchCache
(String path) Fetch the path including all its properties using L2 cache.FetchGroupBuilder.fetchCache
(String path, String properties) Fetch the path including specified properties using L2 cache.Fetch the path including all its properties lazily.FetchGroupBuilder.fetchLazy
(String path, FetchGroup<?> nestedGroup) Fetch the path lazily with the nested fetch group.Fetch the path including specified properties lazily.FetchGroupBuilder.fetchQuery
(String path) Fetch the path including all its properties using a query join.FetchGroupBuilder.fetchQuery
(String path, FetchGroup<?> nestedGroup) Fetch the path using a query join with the nested fetch group.FetchGroupBuilder.fetchQuery
(String path, String properties) Fetch the path including specified properties using a query join.static <T> FetchGroupBuilder<T>
Return the FetchGroupBuilder with the given select clause that we can add fetch clauses to.Specify specific properties to select (top level properties). -
Uses of FetchGroupBuilder in io.ebean.service
Methods in io.ebean.service that return FetchGroupBuilderModifier and TypeMethodDescription<T> FetchGroupBuilder<T>
Create and return a FetchGroupBuilder starting with a select() clause.