@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface FetchGroup
Modifier and Type | Required Element and Description |
---|---|
FetchAttribute[] |
attributes
(Required) The list of attributes to fetch.
|
java.lang.String |
name
(Required) The fetch group name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
load
(Optional) Indicates whether all relationship attributes
specified in the fetch group should be loaded.
|
public abstract java.lang.String name
public abstract FetchAttribute[] attributes
public abstract boolean load