Uses of Interface
org.hibernate.sql.results.graph.FetchOptions
Packages that use FetchOptions
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines domain result graphs.
-
Uses of FetchOptions in org.hibernate.metamodel.mapping
Subinterfaces of FetchOptions in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceDetails about the discriminator for an embeddable hierarchy.interfaceDetails about the discriminator for an entity hierarchy.interfaceA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.Methods in org.hibernate.metamodel.mapping that return FetchOptionsModifier and TypeMethodDescriptiondefault FetchOptionsEntityDiscriminatorMapping.getMappedFetchOptions() -
Uses of FetchOptions in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchOptionsModifier and TypeMethodDescriptionFetchable.getMappedFetchOptions()The configured fetch timing and stylestatic FetchOptionsFetchOptions.valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle)