| 
 | |||||||||
| 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. | 
|  java.lang.String[] | fetchGroupsIncluded fetch groups. | 
|  java.lang.String | nameName of fetch group. | 
|  boolean | postLoadWhether loading this group results in a post-load callback. | 
public abstract java.lang.String name
public abstract boolean postLoad
public abstract FetchAttribute[] attributes
public abstract java.lang.String[] fetchGroups
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||