Package | Description |
---|---|
org.hibernate.engine.profile |
Models the fetch profiles defined by the application
|
Modifier and Type | Method and Description |
---|---|
Fetch |
FetchProfile.getFetchByRole(java.lang.String role)
Obtain the fetch associated with the given role.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Fetch> |
FetchProfile.getFetches()
Getter for property 'fetches'.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchProfile.addFetch(Fetch fetch)
Add a fetch to the profile.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.