Uses of Interface
org.hibernate.query.named.FetchMemento.Parent
-
Packages that use FetchMemento.Parent Package Description org.hibernate.query.internal org.hibernate.query.named Support for named queries -
-
Uses of FetchMemento.Parent in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement FetchMemento.Parent Modifier and Type Class Description class
FetchMementoHbmStandard
class
ResultMementoEntityJpa
class
ResultMementoEntityStandard
Methods in org.hibernate.query.internal with parameters of type FetchMemento.Parent Modifier and Type Method Description FetchBuilder
FetchMementoBasicStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
FetchBuilder
FetchMementoEmbeddableStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
FetchBuilder
FetchMementoEntityStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
FetchBuilder
FetchMementoHbmStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
FetchBuilder
ImplicitAttributeFetchMemento. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
-
Uses of FetchMemento.Parent in org.hibernate.query.named
Methods in org.hibernate.query.named with parameters of type FetchMemento.Parent Modifier and Type Method Description FetchBuilder
FetchMemento. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Resolve the fetch-memento into the result-graph-node builderFetchBuilder
FetchMementoBasic. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
-