Interface FetchMemento
- All Superinterfaces:
ModelPartReferenceMemento, ResultMappingMementoNode
- All Known Subinterfaces:
FetchMementoBasic
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe parent node for the fetch -
Method Summary
Modifier and TypeMethodDescriptionresolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, org.hibernate.query.internal.ResultSetMappingResolutionContext context) Resolve the fetch-memento into the result-graph-node builderdefault jakarta.persistence.sql.MemberMapping<?> toJpaMemberMapping(FetchMemento.Parent parent, SessionFactory sessionFactory) Methods inherited from interface ModelPartReferenceMemento
getNavigablePath
-
Method Details
-
resolve
FetchBuilder resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, org.hibernate.query.internal.ResultSetMappingResolutionContext context) Resolve the fetch-memento into the result-graph-node builder -
toJpaMemberMapping
default jakarta.persistence.sql.MemberMapping<?> toJpaMemberMapping(FetchMemento.Parent parent, SessionFactory sessionFactory)
-