Uses of Class
org.hibernate.engine.FetchStyle
-
Packages that use FetchStyle Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.engine 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 -
-
Uses of FetchStyle in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return FetchStyle Modifier and Type Method Description FetchStyle
FetchCharacteristicsPluralAttributeImpl. getFetchStyle()
FetchStyle
FetchCharacteristicsSingularAssociationImpl. getFetchStyle()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type FetchStyle Modifier and Type Method Description FetchCharacteristicsPluralAttributeImpl.Builder
FetchCharacteristicsPluralAttributeImpl.Builder. setFetchStyle(FetchStyle fetchStyle)
FetchCharacteristicsSingularAssociationImpl.Builder
FetchCharacteristicsSingularAssociationImpl.Builder. setFetchStyle(FetchStyle fetchStyle)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type FetchStyle Constructor Description FetchCharacteristicsPluralAttributeImpl(FetchTiming fetchTiming, FetchStyle fetchStyle, Integer batchSize, boolean extraLazy)
-
Uses of FetchStyle in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return FetchStyle Modifier and Type Method Description FetchStyle
FetchCharacteristics. getFetchStyle()
FetchStyle
SecondaryTableSource. getFetchStyle()
-
Uses of FetchStyle in org.hibernate.engine
Methods in org.hibernate.engine that return FetchStyle Modifier and Type Method Description static FetchStyle
FetchStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static FetchStyle[]
FetchStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FetchStyle in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return FetchStyle Modifier and Type Method Description FetchStyle
AbstractCompositeIdentifierMapping. getStyle()
-
Uses of FetchStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return FetchStyle Modifier and Type Method Description default FetchStyle
EntityDiscriminatorMapping. getStyle()
-
Uses of FetchStyle in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return FetchStyle Modifier and Type Method Description static FetchStyle
FetchOptionsHelper. determineFetchStyleByMetadata(FetchMode mappingFetchMode, AssociationType type, SessionFactoryImplementor sessionFactory)
FetchStyle
AbstractStateArrayContributorMapping. getStyle()
FetchStyle
AnyDiscriminatorPart. getStyle()
FetchStyle
AnyKeyPart. getStyle()
FetchStyle
BasicEntityIdentifierMappingImpl. getStyle()
FetchStyle
BasicValuedCollectionPart. getStyle()
FetchStyle
CollectionIdentifierDescriptorImpl. getStyle()
FetchStyle
DiscriminatedAssociationMapping. getStyle()
FetchStyle
EmbeddedCollectionPart. getStyle()
FetchStyle
EntityCollectionPart. getStyle()
FetchStyle
EntityVersionMappingImpl. getStyle()
FetchStyle
PluralAttributeMappingImpl. getStyle()
FetchStyle
SimpleForeignKeyDescriptor. getStyle()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type FetchStyle Modifier and Type Method Description static FetchTiming
FetchOptionsHelper. determineFetchTiming(FetchStyle style, AssociationType type, boolean lazy, String role, SessionFactoryImplementor sessionFactory)
static FetchTiming
FetchOptionsHelper. determineFetchTiming(FetchStyle style, AssociationType type, SessionFactoryImplementor sessionFactory)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type FetchStyle Constructor Description AbstractSingularAttributeMapping(String name, int stateArrayPosition, AttributeMetadataAccess attributeMetadataAccess, FetchTiming fetchTiming, FetchStyle fetchStyle, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
AbstractStateArrayContributorMapping(String name, AttributeMetadataAccess attributeMetadataAccess, FetchTiming fetchTiming, FetchStyle fetchStyle, int stateArrayPosition, ManagedMappingType declaringType)
BasicAttributeMapping(String attributeName, NavigableRole navigableRole, int stateArrayPosition, AttributeMetadataAccess attributeMetadataAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, String tableExpression, String mappedColumnExpression, boolean isFormula, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, JdbcMapping jdbcMapping, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
PluralAttributeMappingImpl(String attributeName, Collection bootDescriptor, PropertyAccess propertyAccess, AttributeMetadataAccess attributeMetadataAccess, CollectionMappingType<?> collectionMappingType, int stateArrayPosition, CollectionPart elementDescriptor, CollectionPart indexDescriptor, CollectionIdentifierDescriptor identifierDescriptor, FetchTiming fetchTiming, FetchStyle fetchStyle, CascadeStyle cascadeStyle, ManagedMappingType declaringType, CollectionPersister collectionDescriptor)
ToOneAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, ToOne bootValue, AttributeMetadataAccess attributeMetadataAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)
VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
-
Uses of FetchStyle in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return FetchStyle Modifier and Type Method Description FetchStyle
AnonymousTupleNonAggregatedEntityIdentifierMapping. getStyle()
-
Uses of FetchStyle in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchStyle Modifier and Type Method Description FetchStyle
FetchStyleAccess. getStyle()
Methods in org.hibernate.sql.results.graph with parameters of type FetchStyle Modifier and Type Method Description static FetchOptions
FetchOptions. valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle)
-