Uses of Enum Class
org.hibernate.FetchMode
Packages that use FetchMode
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
Most contracts here have been replaced by the new runtime
mapping model.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of FetchMode in org.hibernate
Methods in org.hibernate that return FetchMode -
Uses of FetchMode in org.hibernate.annotations
Methods in org.hibernate.annotations that return FetchMode -
Uses of FetchMode in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return FetchMode -
Uses of FetchMode in org.hibernate.id
Methods in org.hibernate.id that return FetchMode -
Uses of FetchMode in org.hibernate.mapping
Methods in org.hibernate.mapping that return FetchModeModifier and TypeMethodDescriptionCollection.getFetchMode()
Fetchable.getFetchMode()
OneToMany.getFetchMode()
SimpleValue.getFetchMode()
ToOne.getFetchMode()
Value.getFetchMode()
Methods in org.hibernate.mapping with parameters of type FetchModeModifier and TypeMethodDescriptionvoid
Collection.setFetchMode
(FetchMode fetchMode) void
Fetchable.setFetchMode
(FetchMode joinedFetch) void
ToOne.setFetchMode
(FetchMode fetchMode) -
Uses of FetchMode in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type FetchModeModifier and TypeMethodDescriptionstatic PluralAttributeMapping
MappingModelCreationHelper.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess) static PluralAttributeMapping
MappingModelCreationHelper.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess, Function<PluralAttributeMappingImpl, PluralAttributeMappingImpl> mappingConverter) For Hibernate Reactivestatic FetchStyle
FetchOptionsHelper.determineFetchStyleByMetadata
(FetchMode mappingFetchMode, AssociationType type, SessionFactoryImplementor sessionFactory) -
Uses of FetchMode in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return FetchModeMethods in org.hibernate.persister.entity with parameters of type FetchModeModifier and TypeMethodDescriptionprotected AttributeMapping
AbstractEntityPersister.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess) For Hibernate Reactive -
Uses of FetchMode in org.hibernate.tuple
Methods in org.hibernate.tuple that return FetchModeModifier and TypeMethodDescriptionAbstractNonIdentifierAttribute.getFetchMode()
Deprecated, for removal: This API element is subject to removal in a future version.BaselineAttributeInformation.getFetchMode()
Deprecated, for removal: This API element is subject to removal in a future version.NonIdentifierAttribute.getFetchMode()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.tuple with parameters of type FetchModeModifier and TypeMethodDescriptionBaselineAttributeInformation.Builder.setFetchMode
(FetchMode fetchMode) Constructors in org.hibernate.tuple with parameters of type FetchModeModifierConstructorDescriptionBaselineAttributeInformation
(boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode) Deprecated, for removal: This API element is subject to removal in a future version.StandardProperty
(String name, Type type, boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode) Deprecated, for removal: This API element is subject to removal in a future version.Constructs NonIdentifierProperty instances. -
Uses of FetchMode in org.hibernate.type
Methods in org.hibernate.type that return FetchModeModifier and TypeMethodDescriptionAnyType.getFetchMode
(int i) ComponentType.getFetchMode
(int i) CompositeType.getFetchMode
(int index) Retrieve the fetch mode of the indicated component property.