Uses of Class
org.hibernate.metamodel.binding.FetchProfile

Packages that use FetchProfile
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.source   
org.hibernate.metamodel.source.internal   
 

Uses of FetchProfile in org.hibernate.metamodel
 

Methods in org.hibernate.metamodel that return types with arguments of type FetchProfile
 Iterable<FetchProfile> Metadata.getFetchProfiles()
           
 

Uses of FetchProfile in org.hibernate.metamodel.source
 

Methods in org.hibernate.metamodel.source with parameters of type FetchProfile
 void MetadataImplementor.addFetchProfile(FetchProfile profile)
           
 

Uses of FetchProfile in org.hibernate.metamodel.source.internal
 

Methods in org.hibernate.metamodel.source.internal that return types with arguments of type FetchProfile
 Iterable<FetchProfile> MetadataImpl.getFetchProfiles()
           
 

Methods in org.hibernate.metamodel.source.internal with parameters of type FetchProfile
 void MetadataImpl.addFetchProfile(FetchProfile profile)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.