public interface ObjectGraph
XmlNamedObjectGraph| Modifier and Type | Method and Description | 
|---|---|
| void | addAttributeNodes(String... attributeName) | 
| Subgraph | addSubgraph(String attribute) | 
| Subgraph | addSubgraph(String attribute,
           Class type)Used to add a node of the graph that corresponds to a managed type with
 inheritance. | 
| List<AttributeNode> | getAttributeNodes() | 
| String | getName()Returns the name of the static EntityGraph. | 
String getName()
void addAttributeNodes(String... attributeName)
Subgraph addSubgraph(String attribute, Class type)
IllegalArgumentException - if the attribute is not an attribute of
 this managed type.IllegalArgumentException - if the attribute's target type is not a managed typeIllegalStateException - if this EntityGraph has been statically definedList<AttributeNode> getAttributeNodes()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.