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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeySubgraph
(EntityGraphImpl entityGraphImpl) void
addSubgraph
(EntityGraphImpl entityGraphImpl)
-
Field Details
-
currentAttribute
-
subgraphs
-
keySubgraphs
-
-
Constructor Details
-
AttributeNodeImpl
protected AttributeNodeImpl() -
AttributeNodeImpl
-
-
Method Details
-
getAttributeName
- Specified by:
getAttributeName
in interfaceAttributeNode<X>
-
getSubgraphs
- Specified by:
getSubgraphs
in interfaceAttributeNode<X>
-
getKeySubgraphs
- Specified by:
getKeySubgraphs
in interfaceAttributeNode<X>
-
addSubgraph
-
addKeySubgraph
-