EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.annotations
Annotation Type NamedAttributeNode


@Target(value={})
@Retention(value=RUNTIME)
public @interface NamedAttributeNode

A component is a member attribute of an EntityGraph.

See Also:
org.eclipse.persistence.jpa.NamedEntityGraph, org.eclipse.persistence.jpa.NamedSubgraph, org.eclipse.persistence.jpa.NamedAttributeNode
Author:
Gordon Yorke
Since:
EclipseLink 2.4.2

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

value

public abstract java.lang.String value
(Required) the name of the attribute that must be in the sub-graph.

subgraphName

public abstract java.lang.String subgraphName
(Optional) if this attribute references a managed type that has its own components then this refers to that subgraph definition.

Default:
""

keySubgraph

public abstract java.lang.String keySubgraph
Default:
""

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference