java.lang.ObjectA fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.org.hibernate.mapping.FetchProfile
Steve - Ebersole| Nested Class Summary: | ||
|---|---|---|
| public static class | FetchProfile.Fetch | Defines an individual association fetch within the given profile. |
| Constructor: |
|---|
|
| Method from org.hibernate.mapping.FetchProfile Summary: |
|---|
| addFetch, equals, getFetches, getName, hashCode |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.hibernate.mapping.FetchProfile Detail: |
|---|
|
|
|
|
|