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.
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.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)