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.5.2, "build v20140319-9ad6abd" API Reference