@Target(value=TYPE) @Retention(value=RUNTIME) @Repeatable(value=FetchGroups.class) public @interface FetchGroup
Modifier and Type | Required Element and Description |
---|---|
FetchAttribute[] |
attributes
(Required) The list of attributes to fetch.
|
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 String name
public abstract FetchAttribute[] attributes
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.