| Package | Description | 
|---|---|
| org.hibernate.cfg | 
 
        This package defines APIs for configuring Hibernate, and classes
        for building the Hibernate configuration-time metamodel. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,FetchProfile> | 
Configuration.fetchProfiles  | 
| Modifier and Type | Method and Description | 
|---|---|
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). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Configuration.addFetchProfile(FetchProfile fetchProfile)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.