Uses of Enum Class
org.hibernate.engine.FetchStyle
Packages that use FetchStyle
Package
Description
This package contains classes which are "shared" by other subsystems,
and implementations of some key algorithms.
Models the fetch profiles defined by the application.
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 FetchStyle in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return FetchStyleModifier and TypeMethodDescriptionFetchCharacteristicsPluralAttributeImpl.getFetchStyle()
FetchCharacteristicsSingularAssociationImpl.getFetchStyle()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type FetchStyleModifier and TypeMethodDescriptionFetchCharacteristicsPluralAttributeImpl.Builder.setFetchStyle
(FetchStyle fetchStyle) FetchCharacteristicsSingularAssociationImpl.Builder.setFetchStyle
(FetchStyle fetchStyle) Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type FetchStyleModifierConstructorDescriptionFetchCharacteristicsPluralAttributeImpl
(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 FetchStyleModifier and TypeMethodDescriptionFetchCharacteristics.getFetchStyle()
SecondaryTableSource.getFetchStyle()
-
Uses of FetchStyle in org.hibernate.engine
Methods in org.hibernate.engine that return FetchStyleModifier and TypeMethodDescriptionstatic FetchStyle
Returns the enum constant of this class with the specified name.static FetchStyle[]
FetchStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FetchStyle in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return FetchStyleModifier and TypeMethodDescriptionFetch.getMethod()
The fetch method to be applied to the association.Constructors in org.hibernate.engine.profile with parameters of type FetchStyleModifierConstructorDescriptionFetch
(Association association, FetchStyle method, FetchTiming timing) Constructs aFetch
. -
Uses of FetchStyle in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return FetchStyle -
Uses of FetchStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return FetchStyle -
Uses of FetchStyle in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return FetchStyleModifier and TypeMethodDescriptionstatic FetchStyle
FetchOptionsHelper.determineFetchStyleByMetadata
(FetchMode mappingFetchMode, AssociationType type, SessionFactoryImplementor sessionFactory) AbstractEntityCollectionPart.getStyle()
AbstractStateArrayContributorMapping.getStyle()
AnyDiscriminatorPart.getStyle()
AnyKeyPart.getStyle()
BasicEntityIdentifierMappingImpl.getStyle()
BasicValuedCollectionPart.getStyle()
CollectionIdentifierDescriptorImpl.getStyle()
DiscriminatedAssociationMapping.getStyle()
EmbeddedCollectionPart.getStyle()
EntityVersionMappingImpl.getStyle()
PluralAttributeMappingImpl.getStyle()
SimpleForeignKeyDescriptor.getStyle()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type FetchStyleModifier and TypeMethodDescriptionstatic 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 FetchStyleModifierConstructorDescriptionAbstractSingularAttributeMapping
(String name, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming fetchTiming, FetchStyle fetchStyle, ManagedMappingType declaringType, PropertyAccess propertyAccess) AbstractStateArrayContributorMapping
(String name, AttributeMetadata attributeMetadata, FetchTiming fetchTiming, FetchStyle fetchStyle, int stateArrayPosition, int fetchableIndex, ManagedMappingType declaringType, PropertyAccess propertyAccess) BasicAttributeMapping
(String attributeName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, String tableExpression, String mappedColumnExpression, SelectablePath selectablePath, boolean isFormula, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, JdbcMapping jdbcMapping, ManagedMappingType declaringType, PropertyAccess propertyAccess) EmbeddedAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess) EmbeddedAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess) PluralAttributeMappingImpl
(String attributeName, Collection bootDescriptor, PropertyAccess propertyAccess, AttributeMetadata attributeMetadata, CollectionMappingType<?> collectionMappingType, int stateArrayPosition, int fetchableIndex, CollectionPart elementDescriptor, CollectionPart indexDescriptor, CollectionIdentifierDescriptor identifierDescriptor, FetchTiming fetchTiming, FetchStyle fetchStyle, CascadeStyle cascadeStyle, ManagedMappingType declaringType, CollectionPersister collectionDescriptor, MappingModelCreationProcess creationProcess) ToOneAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, ToOne bootValue, AttributeMetadata attributeMetadata, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess) VirtualEmbeddedAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess) VirtualEmbeddedAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess) -
Uses of FetchStyle in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return FetchStyle -
Uses of FetchStyle in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchStyleMethods in org.hibernate.sql.results.graph with parameters of type FetchStyleModifier and TypeMethodDescriptionstatic FetchOptions
FetchOptions.valueOf
(FetchTiming fetchTiming, FetchStyle fetchStyle)