|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NamedEntityGraph
A NamedEntityGraph allows for the static definition of an entity graph. Once defined this graph may be used as a template for persistence operations.
org.eclipse.persistence.jpa.NamedEntityGraph
Required Element Summary | |
---|---|
NamedAttributeNode[] |
attributes
(Required) list of attributes that exist in this sub-graph. |
Optional Element Summary | |
---|---|
java.lang.String |
name
(Optional) The name of the sub-graph. |
NamedSubgraph[] |
subclassSubgraphs
|
NamedSubgraph[] |
subgraphs
(Optional) This is a list of ManagedComponents that exist in the sub-graph. |
Element Detail |
---|
public abstract NamedAttributeNode[] attributes
public abstract java.lang.String name
public abstract NamedSubgraph[] subgraphs
public abstract NamedSubgraph[] subclassSubgraphs
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |