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 classFetchMementoHbmStandardclassResultMementoEntityJpaclassResultMementoEntityStandardMethods in org.hibernate.query.internal with parameters of type FetchMemento.Parent Modifier and Type Method Description FetchBuilderFetchMementoBasicStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)FetchBuilderFetchMementoEmbeddableStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)FetchBuilderFetchMementoEntityStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)FetchBuilderFetchMementoHbmStandard. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)FetchBuilderImplicitAttributeFetchMemento. 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 FetchBuilderFetchMemento. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)Resolve the fetch-memento into the result-graph-node builderFetchBuilderFetchMementoBasic. resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
-