Module org.eclipse.persistence.jpa
Class AttributeNodeImpl<X>
java.lang.Object
org.eclipse.persistence.internal.jpa.AttributeNodeImpl<X>
- All Implemented Interfaces:
AttributeNode<X>
- Direct Known Subclasses:
EntityGraphImpl
Concrete JPA AttributeNode class. For this implementation the AttributeNode includes information from live
AttributeItems.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeySubgraph(EntityGraphImpl entityGraphImpl) voidaddSubgraph(EntityGraphImpl entityGraphImpl)
-
Field Details
-
currentAttribute
-
subgraphs
-
keySubgraphs
-
-
Constructor Details
-
AttributeNodeImpl
protected AttributeNodeImpl() -
AttributeNodeImpl
-
-
Method Details
-
getAttributeName
- Specified by:
getAttributeNamein interfaceAttributeNode<X>
-
getSubgraphs
- Specified by:
getSubgraphsin interfaceAttributeNode<X>
-
getKeySubgraphs
- Specified by:
getKeySubgraphsin interfaceAttributeNode<X>
-
addSubgraph
-
addKeySubgraph
-