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.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Defines domain result graphs.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
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
Subclasses with type arguments of type FetchStyle in org.hibernate.engineModifier and TypeClassDescriptionenumEnumeration of values describing how fetching should occur.Methods in org.hibernate.engine that return FetchStyleModifier and TypeMethodDescriptionstatic FetchStyleReturns 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.mapping
Methods in org.hibernate.mapping that return FetchStyleModifier and TypeMethodDescriptionCollection.getFetchStyle()Fetchable.getFetchStyle()OneToMany.getFetchStyle()SimpleValue.getFetchStyle()ToOne.getFetchStyle()Value.getFetchStyle()The fetch style explicitly requested via mapping (e.g.Methods in org.hibernate.mapping with parameters of type FetchStyleModifier and TypeMethodDescriptionvoidCollection.setFetchStyle(FetchStyle fetchStyle) voidFetchable.setFetchStyle(FetchStyle fetchStyle) voidToOne.setFetchStyle(FetchStyle fetchStyle) -
Uses of FetchStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return FetchStyle -
Uses of FetchStyle in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return FetchStyleMethods in org.hibernate.persister.entity with parameters of type FetchStyleModifier and TypeMethodDescriptionprotected AttributeMappingAbstractEntityPersister.buildPluralAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchStyle fetchStyle, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) For Hibernate Reactive -
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 FetchOptionsFetchOptions.valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle) -
Uses of FetchStyle in org.hibernate.type
Methods in org.hibernate.type that return FetchStyleModifier and TypeMethodDescriptionAnyType.getFetchStyle(int i) ComponentType.getFetchStyle(int i) CompositeType.getFetchStyle(int index) Retrieve the fetch style of the indicated component property, ornullif unspecified.