Uses of Interface
org.hibernate.sql.results.graph.FetchOptions
-
Packages that use FetchOptions Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.sql.results.graph -
-
Uses of FetchOptions in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchOptions Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase implementation for composite identifier mappingsMethods in org.hibernate.metamodel.internal that return FetchOptions Modifier and Type Method Description FetchOptionsAbstractCompositeIdentifierMapping. getMappedFetchOptions() -
Uses of FetchOptions in org.hibernate.metamodel.mapping
Subinterfaces of FetchOptions in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEntityDiscriminatorMappingDetails about the discriminator for an entity hierarchy.interfaceNonAggregatedIdentifierMappingA "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 FetchOptions Modifier and Type Method Description default FetchOptionsEntityDiscriminatorMapping. getMappedFetchOptions() -
Uses of FetchOptions in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement FetchOptions Modifier and Type Class Description classAbstractDiscriminatorMappingclassAbstractEntityCollectionPartBase support for EntityCollectionPart implementationsclassAbstractSingularAttributeMappingclassAbstractStateArrayContributorMappingclassAnyDiscriminatorPartActs as a ModelPart for the discriminator portion of an any-valued mappingclassAnyKeyPartActs as a ModelPart for the key portion of an any-valued mappingclassBasicAttributeMappingclassBasicEntityIdentifierMappingImplMapping of a simple identifierclassBasicValuedCollectionPartModels a basic collection element/value or index/keyclassCaseStatementDiscriminatorMappingImplclassCollectionIdentifierDescriptorImplclassDiscriminatedAssociationAttributeMappingSingular, any-valued attributeclassDiscriminatedAssociationMappingRepresents the "type" of an any-valued mappingclassEmbeddedAttributeMappingclassEmbeddedCollectionPartclassEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassEntityVersionMappingImplclassExplicitColumnDiscriminatorMappingImplclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.classOneToManyCollectionPartorder( id, ...classPluralAttributeMappingImplclassSimpleForeignKeyDescriptorclassToOneAttributeMappingclassVirtualEmbeddedAttributeMappingMethods in org.hibernate.metamodel.mapping.internal that return FetchOptions Modifier and Type Method Description FetchOptionsAbstractEntityCollectionPart. getMappedFetchOptions()FetchOptionsAbstractStateArrayContributorMapping. getMappedFetchOptions()FetchOptionsAnyDiscriminatorPart. getMappedFetchOptions()FetchOptionsAnyKeyPart. getMappedFetchOptions()FetchOptionsBasicEntityIdentifierMappingImpl. getMappedFetchOptions()FetchOptionsBasicValuedCollectionPart. getMappedFetchOptions()FetchOptionsCollectionIdentifierDescriptorImpl. getMappedFetchOptions()FetchOptionsDiscriminatedCollectionPart. getMappedFetchOptions()FetchOptionsEmbeddedCollectionPart. getMappedFetchOptions()FetchOptionsEntityVersionMappingImpl. getMappedFetchOptions()FetchOptionsPluralAttributeMappingImpl. getMappedFetchOptions()FetchOptionsSimpleForeignKeyDescriptor. getMappedFetchOptions()Methods in org.hibernate.metamodel.mapping.internal with parameters of type FetchOptions Modifier and Type Method Description static booleanFetchOptionsHelper. isJoinFetched(FetchOptions fetchOptions)Constructors in org.hibernate.metamodel.mapping.internal with parameters of type FetchOptions Constructor Description AbstractSingularAttributeMapping(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)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 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)
-