@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface FetchGroup
Modifier and Type | Required Element and Description |
---|---|
Persistent[] |
members
Members (fields and properties) of the fetch group.
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|
public abstract Persistent[] members
public abstract java.lang.String name
public abstract java.lang.String postLoad
public abstract java.lang.String[] fetchGroups