public class AttributeNodeImpl<X>
extends java.lang.Object
implements javax.persistence.AttributeNode<X>
| Modifier and Type | Method and Description |
|---|---|
void |
addKeySubgraph(EntityGraphImpl entityGraphImpl) |
void |
addSubgraph(EntityGraphImpl entityGraphImpl) |
java.lang.String |
getAttributeName() |
java.util.Map<java.lang.Class,javax.persistence.Subgraph> |
getKeySubgraphs() |
java.util.Map<java.lang.Class,javax.persistence.Subgraph> |
getSubgraphs() |
public java.lang.String getAttributeName()
getAttributeName in interface javax.persistence.AttributeNode<X>public java.util.Map<java.lang.Class,javax.persistence.Subgraph> getSubgraphs()
getSubgraphs in interface javax.persistence.AttributeNode<X>public java.util.Map<java.lang.Class,javax.persistence.Subgraph> getKeySubgraphs()
getKeySubgraphs in interface javax.persistence.AttributeNode<X>public void addSubgraph(EntityGraphImpl entityGraphImpl)
public void addKeySubgraph(EntityGraphImpl entityGraphImpl)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference