public class AttributeNodeImpl<X> extends Object implements javax.persistence.AttributeNode<X>
Modifier and Type | Method and Description |
---|---|
void |
addKeySubgraph(EntityGraphImpl entityGraphImpl) |
void |
addSubgraph(EntityGraphImpl entityGraphImpl) |
String |
getAttributeName() |
Map<Class,javax.persistence.Subgraph> |
getKeySubgraphs() |
Map<Class,javax.persistence.Subgraph> |
getSubgraphs() |
public String getAttributeName()
getAttributeName
in interface javax.persistence.AttributeNode<X>
public Map<Class,javax.persistence.Subgraph> getSubgraphs()
getSubgraphs
in interface javax.persistence.AttributeNode<X>
public Map<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