EclipseLink 2.5.0, build 'v20130110-d839ca4' API Reference

javax.persistence
Interface AttributeNode<T>

Type Parameters:
T - The type of the attribute.
All Known Subinterfaces:
Subgraph<T>

public interface AttributeNode<T>

Represents an attribute node of an entity graph.

See Also:
EntityGraph
Since:
Java Persistence 2.1

Method Summary
 java.lang.String getAttributeName()
          Return the name of the attribute corresponding to the attribute node.
 Type<T> getType()
          Return the Type of the attribute node.
 

Method Detail

getType

Type<T> getType()
Return the Type of the attribute node.

Returns:
Type object for the attribute node

getAttributeName

java.lang.String getAttributeName()
Return the name of the attribute corresponding to the attribute node.

Returns:
name of the attribute

EclipseLink 2.5.0, build 'v20130110-d839ca4' API Reference