Uses of Interface
org.hibernate.sql.results.graph.FetchOptions
-
Packages that use FetchOptions Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.query.derived org.hibernate.sql.results.graph -
-
Uses of FetchOptions in org.hibernate.metamodel.mapping
Subinterfaces of FetchOptions in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEntityDiscriminatorMappinginterfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedIddoes.Methods in org.hibernate.metamodel.mapping that return FetchOptions Modifier and Type Method Description default FetchOptionsEntityDiscriminatorMapping. getMappedFetchOptions() -
Uses of FetchOptions in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchOptions Modifier and Type Class Description classAnonymousTupleNonAggregatedEntityIdentifierMappingMethods in org.hibernate.query.derived that return FetchOptions Modifier and Type Method Description FetchOptionsAnonymousTupleBasicValuedModelPart. getMappedFetchOptions()FetchOptionsAnonymousTupleEmbeddableValuedModelPart. getMappedFetchOptions() -
Uses of FetchOptions in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchOptions Modifier and Type Method Description FetchOptionsFetchable. getMappedFetchOptions()The configured fetch timing and stylestatic FetchOptionsFetchOptions. valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle)
-