Uses of Class
org.hibernate.mapping.FetchProfile

Packages that use FetchProfile
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

Uses of FetchProfile in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return FetchProfile
 FetchProfile Configuration.MappingsImpl.findOrCreateFetchProfile(java.lang.String name)
           
 FetchProfile Mappings.findOrCreateFetchProfile(java.lang.String name)
          Retrieves a fetch profile by either finding one currently in this repository matching the given name or by creating one (and adding it).
 

Methods in org.hibernate.cfg with parameters of type FetchProfile
 void AnnotationConfiguration.ExtendedMappingsImpl.addAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
           
 void ExtendedMappings.addAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
          Add the specified profile to the list of fetch profiles configured via annotations.
 void Configuration.addFetchProfile(FetchProfile fetchProfile)
           
 boolean AnnotationConfiguration.ExtendedMappingsImpl.containsAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
           
 boolean ExtendedMappings.containsAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
           
 



Copyright © 2011. All Rights Reserved.