Uses of Interface
org.hibernate.sql.results.graph.FetchOptions
-
Packages that use FetchOptions Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.sql.results.graph org.hibernate.sql.results.internal.domain -
-
Uses of FetchOptions in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchOptions Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappingsMethods in org.hibernate.metamodel.internal that return FetchOptions Modifier and Type Method Description FetchOptions
AbstractCompositeIdentifierMapping. getMappedFetchOptions()
-
Uses of FetchOptions in org.hibernate.metamodel.mapping
Subinterfaces of FetchOptions in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityDiscriminatorMapping
interface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
does.Methods in org.hibernate.metamodel.mapping that return FetchOptions Modifier and Type Method Description default FetchOptions
EntityDiscriminatorMapping. getMappedFetchOptions()
-
Uses of FetchOptions in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return FetchOptions Modifier and Type Method Description FetchOptions
AbstractStateArrayContributorMapping. getMappedFetchOptions()
FetchOptions
AnyDiscriminatorPart. getMappedFetchOptions()
FetchOptions
AnyKeyPart. getMappedFetchOptions()
FetchOptions
BasicEntityIdentifierMappingImpl. getMappedFetchOptions()
FetchOptions
BasicValuedCollectionPart. getMappedFetchOptions()
FetchOptions
CollectionIdentifierDescriptorImpl. getMappedFetchOptions()
FetchOptions
DiscriminatedCollectionPart. getMappedFetchOptions()
FetchOptions
EmbeddedCollectionPart. getMappedFetchOptions()
FetchOptions
EntityCollectionPart. getMappedFetchOptions()
FetchOptions
EntityVersionMappingImpl. getMappedFetchOptions()
FetchOptions
PluralAttributeMappingImpl. getMappedFetchOptions()
FetchOptions
SimpleForeignKeyDescriptor. getMappedFetchOptions()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type FetchOptions Modifier and Type Method Description static boolean
FetchOptionsHelper. isJoinFetched(FetchOptions fetchOptions)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type FetchOptions Constructor Description AbstractSingularAttributeMapping(String name, int stateArrayPosition, AttributeMetadataAccess attributeMetadataAccess, FetchOptions mappedFetchOptions, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
AbstractStateArrayContributorMapping(String name, AttributeMetadataAccess attributeMetadataAccess, FetchOptions mappedFetchOptions, int stateArrayPosition, ManagedMappingType declaringType)
ToOneAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, ToOne bootValue, AttributeMetadataAccess attributeMetadataAccess, FetchOptions mappedFetchOptions, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)
-
Uses of FetchOptions in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchOptions Modifier and Type Class Description class
AnonymousTupleNonAggregatedEntityIdentifierMapping
Methods in org.hibernate.query.derived that return FetchOptions Modifier and Type Method Description FetchOptions
AnonymousTupleBasicValuedModelPart. getMappedFetchOptions()
FetchOptions
AnonymousTupleEmbeddableValuedModelPart. 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 FetchOptions
Fetchable. getMappedFetchOptions()
The configured fetch timing and stylestatic FetchOptions
FetchOptions. valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle)
-
Uses of FetchOptions in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return FetchOptions Modifier and Type Method Description FetchOptions
CircularBiDirectionalFetchImpl. getMappedFetchOptions()
FetchOptions
CircularFetchImpl. getMappedFetchOptions()
-