|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NamedEntityGraph
Used to specify the path and boundaries for a find operation or query.
Optional Element Summary | |
---|---|
NamedAttributeNode[] |
attributeNodes
(Optional) A list of attributes of the entity that are included in this graph. |
boolean |
includeAllAttributes
(Optional) Includes all of the attributes of the annotated entity class as attribute nodes in the NamedEntityGraph without the need to explicitly list them. |
java.lang.String |
name
(Optional) The name of the entity graph. |
NamedSubgraph[] |
subclassSubgraphs
(Optional) A list of subgraphs that will add additional attributes for subclasses of the annotated entity class to the entity graph. |
NamedSubgraph[] |
subgraphs
(Optional) A list of subgraphs that are included in the entity graph. |
public abstract java.lang.String name
public abstract NamedAttributeNode[] attributeNodes
public abstract boolean includeAllAttributes
public abstract NamedSubgraph[] subgraphs
public abstract NamedSubgraph[] subclassSubgraphs
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |