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(String name)
           
 FetchProfile Mappings.findOrCreateFetchProfile(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 ExtendedMappings.addAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
          Add the specified profile to the list of fetch profiles configured via annotations.
 void AnnotationConfiguration.ExtendedMappingsImpl.addAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
           
 void Configuration.addFetchProfile(FetchProfile fetchProfile)
           
 boolean ExtendedMappings.containsAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
           
 boolean AnnotationConfiguration.ExtendedMappingsImpl.containsAnnotationConfiguredFetchProfile(FetchProfile fetchProfile)
           
 



Copyright © 2002-2011 Red Hat Middleware, LLC. All Rights Reserved