@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface FetchGroup
Modifier and Type | Optional Element and Description |
---|---|
FetchAttribute[] |
attributes
Included attributes.
|
java.lang.String[] |
fetchGroups
Included fetch groups.
|
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
public abstract java.lang.String[] fetchGroups