-
Fetch all the properties at the given path.
Fetch the path with the nested fetch group.
Fetch the path including specified properties.
Fetch the path including all its properties using L2 cache.
Fetch the path including specified properties using L2 cache.
Fetch the path including all its properties lazily.
Fetch the path lazily with the nested fetch group.
Fetch the path including specified properties lazily.
Fetch the path including all its properties using a query join.
Fetch the path using a query join with the nested fetch group.
Fetch the path including specified properties using a query join.
Return the FetchGroupBuilder with the given select clause that we can add fetch clauses to.
Specify specific properties to select (top level properties).
-
SpiFetchGroupService.of(Class<T> beanType)
Create and return a FetchGroupBuilder starting with a select() clause.