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