|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface NamedAttributeNode
A component is a member attribute of an EntityGraph.
org.eclipse.persistence.jpa.NamedEntityGraph
,
org.eclipse.persistence.jpa.NamedSubgraph
,
org.eclipse.persistence.jpa.NamedAttributeNode
Required Element Summary | |
---|---|
java.lang.String |
value
(Required) the name of the attribute that must be in the sub-graph. |
Optional Element Summary | |
---|---|
java.lang.String |
keySubgraph
|
java.lang.String |
subgraphName
(Optional) if this attribute references a managed type that has its own components then this refers to that subgraph definition. |
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String subgraphName
public abstract java.lang.String keySubgraph
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |