Uses of Class
org.hibernate.mapping.FetchProfile.Fetch
Packages that use FetchProfile.Fetch
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of FetchProfile.Fetch in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type FetchProfile.FetchModifier and TypeMethodDescriptionFetchProfile.getFetches()
Retrieve the fetches associated with this profileMethods in org.hibernate.mapping with parameters of type FetchProfile.FetchModifier and TypeMethodDescriptionvoid
FetchProfile.addFetch
(FetchProfile.Fetch fetch) Adds a fetch to this profile.