Uses of Class
org.hibernate.engine.profile.FetchProfile
-
Packages that use FetchProfile Package Description org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of FetchProfile in org.hibernate.engine.profile
Subclasses of FetchProfile in org.hibernate.engine.profile Modifier and Type Class Description classDefaultFetchProfile -
Uses of FetchProfile in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FetchProfile Modifier and Type Method Description FetchProfileSessionFactoryDelegatingImpl. getFetchProfile(String name)FetchProfileSessionFactoryImplementor. getFetchProfile(String name)Retrieve fetch profile by name.
-