|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface FetchGroup
Annotation for the fetch group of a class. Corresponds to the xml element "fetch-group".
Required Element Summary | |
---|---|
Persistent[] |
members
Members (fields and properties) of the fetch group. |
Optional Element Summary | |
---|---|
String[] |
fetchGroups
Fetch groups to be nested (included) in this fetch group. |
String |
name
Name of the fetch group. |
String |
postLoad
Whether we should load this group as part of the post load process. |
Element Detail |
---|
public abstract Persistent[] members
public abstract String name
public abstract String postLoad
public abstract String[] fetchGroups
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |