|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the attribute.public interface AttributeNode<T>
Represents an attribute node of an entity graph.
EntityGraph
,
Subgraph
,
NamedAttributeNode
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Return the name of the attribute corresponding to the attribute node. |
java.util.Map<java.lang.Class,Subgraph> |
getKeySubgraphs()
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node's map key. |
java.util.Map<java.lang.Class,Subgraph> |
getSubgraphs()
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node. |
Method Detail |
---|
java.lang.String getAttributeName()
java.util.Map<java.lang.Class,Subgraph> getSubgraphs()
java.util.Map<java.lang.Class,Subgraph> getKeySubgraphs()
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |