Uses of Class
org.hibernate.engine.profile.FetchProfile
Packages that use FetchProfile
Package
Description
Models the fetch profiles defined by the application.
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.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return FetchProfileModifier and TypeMethodDescriptionSqlAstCreationContext.getFetchProfile(String name) Obtain the definition of a namedFetchProfile.