| Package | Description | 
|---|---|
| org.hibernate.cfg | 
 
        This package defines APIs for configuring Hibernate, and classes
        for building the Hibernate configuration-time metamodel. 
 | 
| org.hibernate.mapping | 
 
        This package defines the Hibernate configuration-time metamodel. 
 | 
| 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 | 
|---|---|
MetadataSource | 
FetchProfile.getSource()
Retrieve the fetch profile source. 
 | 
static MetadataSource | 
MetadataSource.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MetadataSource[] | 
MetadataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
FetchProfile(String name,
            MetadataSource source)
Create a fetch profile representation. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.