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.internal
Classes in org.hibernate.metamodel.internal that implement FetchOptionsModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappingsMethods in org.hibernate.metamodel.internal that return FetchOptions -
Uses of FetchOptions in org.hibernate.metamodel.mapping
Subinterfaces of FetchOptions in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Details about the discriminator for an embeddable hierarchy.interface
Details about the discriminator for an entity hierarchy.interface
A "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 FetchOptions
EntityDiscriminatorMapping.getMappedFetchOptions()
-
Uses of FetchOptions in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement FetchOptionsModifier and TypeClassDescriptionclass
class
Base support for EntityCollectionPart implementationsclass
class
class
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
Acts as a ModelPart for the key portion of an any-valued mappingclass
class
Mapping of a simple identifierclass
Models a basic collection element/value or index/keyclass
class
class
Singular, any-valued attributeclass
Represents the "type" of an any-valued mappingclass
class
class
Support forEmbeddedId
class
class
class
The inverse part of a "non-aggregated" composite identifier.class
Entity-valued collection-part mapped through a join table.class
A "non-aggregated" composite identifier.class
order( id, ...class
class
class
class
Methods in org.hibernate.metamodel.mapping.internal that return FetchOptionsModifier and TypeMethodDescriptionAbstractEntityCollectionPart.getMappedFetchOptions()
AbstractStateArrayContributorMapping.getMappedFetchOptions()
AnyDiscriminatorPart.getMappedFetchOptions()
AnyKeyPart.getMappedFetchOptions()
BasicEntityIdentifierMappingImpl.getMappedFetchOptions()
BasicValuedCollectionPart.getMappedFetchOptions()
CollectionIdentifierDescriptorImpl.getMappedFetchOptions()
DiscriminatedCollectionPart.getMappedFetchOptions()
EmbeddedCollectionPart.getMappedFetchOptions()
EntityRowIdMappingImpl.getMappedFetchOptions()
EntityVersionMappingImpl.getMappedFetchOptions()
PluralAttributeMappingImpl.getMappedFetchOptions()
SimpleForeignKeyDescriptor.getMappedFetchOptions()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type FetchOptionsModifier and TypeMethodDescriptionstatic boolean
FetchOptionsHelper.isJoinFetched
(FetchOptions fetchOptions) Constructors in org.hibernate.metamodel.mapping.internal with parameters of type FetchOptionsModifierConstructorDescriptionAbstractSingularAttributeMapping
(String name, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchOptions mappedFetchOptions, ManagedMappingType declaringType, PropertyAccess propertyAccess) AbstractStateArrayContributorMapping
(String name, AttributeMetadata attributeMetadata, FetchOptions mappedFetchOptions, int stateArrayPosition, int fetchableIndex, ManagedMappingType declaringType, PropertyAccess propertyAccess) ToOneAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, ToOne bootValue, AttributeMetadata attributeMetadata, 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 FetchOptionsMethods in org.hibernate.query.derived that return FetchOptionsModifier and TypeMethodDescriptionAnonymousTupleBasicValuedModelPart.getMappedFetchOptions()
AnonymousTupleEmbeddableValuedModelPart.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 FetchOptions
FetchOptions.valueOf
(FetchTiming fetchTiming, FetchStyle fetchStyle)