| Package | Description | 
|---|---|
| org.hibernate.engine.profile | 
 Models the fetch profiles defined by the application 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Association | 
Fetch.getAssociation()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FetchProfile.addFetch(Association association,
        Fetch.Style style)
Add a fetch to the profile. 
 | 
void | 
FetchProfile.addFetch(Association association,
        String fetchStyleName)
Add a fetch to the profile. 
 | 
| Constructor and Description | 
|---|
Fetch(Association association,
     Fetch.Style style)
Constructs a Fetch 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.