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
 

Fields in org.hibernate.cfg with type parameters of type FetchProfile
protected  Map<String,FetchProfile> Configuration.fetchProfiles
           
 

Methods in org.hibernate.cfg that return FetchProfile
 FetchProfile Configuration.MappingsImpl.findOrCreateFetchProfile(String name, MetadataSource source)
           
 FetchProfile Mappings.findOrCreateFetchProfile(String name, MetadataSource source)
          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 Configuration.addFetchProfile(FetchProfile fetchProfile)
           
 



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