| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface FetchGroup
Fetch group definition.
| Optional Element Summary | |
|---|---|
|  FetchAttribute[] | attributesIncluded attributes. | 
|  String[] | fetchGroupsIncluded fetch groups. | 
|  String | nameName of fetch group. | 
|  boolean | postLoadWhether loading this group results in a post-load callback. | 
public abstract String name
public abstract boolean postLoad
public abstract FetchAttribute[] attributes
public abstract String[] fetchGroups
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||