Uses of Class
org.hibernate.engine.profile.FetchProfile
Packages that use FetchProfile
Package
Description
Models the fetch profiles defined by the application.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Implementation of the SPIs for native SQL query support.
Package defining support for creating and consuming a SQL AST.
-
Uses of FetchProfile in org.hibernate.engine.profile
Subclasses of FetchProfile in org.hibernate.engine.profile -
Uses of FetchProfile in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FetchProfileModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getFetchProfile
(String name) SessionFactoryImplementor.getFetchProfile
(String name) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FetchProfile in org.hibernate.internal
Methods in org.hibernate.internal that return FetchProfileMethods in org.hibernate.internal that return types with arguments of type FetchProfileModifier and TypeMethodDescriptionstatic Map<String,
FetchProfile> FetchProfileHelper.getFetchProfiles
(MetadataImplementor bootMetamodel, RuntimeMetamodels runtimeMetamodels) -
Uses of FetchProfile in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return FetchProfileConstructor parameters in org.hibernate.query.sql.internal with type arguments of type FetchProfileModifierConstructorDescriptionSqlTranslationEngineImpl
(SessionFactoryImplementor factory, TypeConfiguration typeConfiguration, Map<String, FetchProfile> fetchProfiles) -
Uses of FetchProfile in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return FetchProfileModifier and TypeMethodDescriptionSqlAstCreationContext.getFetchProfile
(String name) Obtain the definition of a namedFetchProfile
.
SqlAstCreationContext.getFetchProfile(String)