public class AttributeNodeImpl<X> extends Object implements jakarta.persistence.AttributeNode<X>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currentAttribute |
protected Map<Class,jakarta.persistence.Subgraph> |
keySubgraphs |
protected Map<Class,jakarta.persistence.Subgraph> |
subgraphs |
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeNodeImpl() |
protected |
AttributeNodeImpl(String attribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeySubgraph(EntityGraphImpl entityGraphImpl) |
void |
addSubgraph(EntityGraphImpl entityGraphImpl) |
String |
getAttributeName() |
Map<Class,jakarta.persistence.Subgraph> |
getKeySubgraphs() |
Map<Class,jakarta.persistence.Subgraph> |
getSubgraphs() |
protected String currentAttribute
protected AttributeNodeImpl()
protected AttributeNodeImpl(String attribute)
public String getAttributeName()
getAttributeName in interface jakarta.persistence.AttributeNode<X>public Map<Class,jakarta.persistence.Subgraph> getSubgraphs()
getSubgraphs in interface jakarta.persistence.AttributeNode<X>public Map<Class,jakarta.persistence.Subgraph> getKeySubgraphs()
getKeySubgraphs in interface jakarta.persistence.AttributeNode<X>public void addSubgraph(EntityGraphImpl entityGraphImpl)
public void addKeySubgraph(EntityGraphImpl entityGraphImpl)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.