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