|
||||||||||
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 | |
---|---|
java.lang.String[] |
fetchGroups
Fetch groups to be nested (included) in this fetch group. |
java.lang.String |
name
Name of the fetch group. |
java.lang.String |
postLoad
Whether we should load this group as part of the post load process. |
Element Detail |
---|
public abstract Persistent[] members
public abstract java.lang.String name
public abstract java.lang.String postLoad
public abstract java.lang.String[] fetchGroups
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |