|
||||||||||
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[] |
attributes
Included attributes. |
String[] |
fetchGroups
Included fetch groups. |
String |
name
Name of fetch group. |
boolean |
postLoad
Whether 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 |