public class ObjectGraphImpl extends AttributeNodeImpl implements ObjectGraph, Subgraph
currentAttribute| Constructor and Description | 
|---|
| ObjectGraphImpl(CoreAttributeGroup group) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addAttributeNodes(String... attributeName)Add an AttributeNode attribute to the entity graph. | 
| Subgraph | addSubgraph(String attribute)Used to add a node of the graph that corresponds to a managed type. | 
| Subgraph | addSubgraph(String attribute,
           Class type)Used to add a node of the graph that corresponds to a managed type with
 inheritance. | 
| CoreAttributeGroup | getAttributeGroup() | 
| List<AttributeNode> | getAttributeNodes()returns the attributes of this managed type that are included in the
 sub-graph | 
| Class | getClassType()returns the type of this sub-graph if it was used to extend a superclass
 sub-graph definition. | 
| String | getName()Returns the name of the static EntityGraph. | 
getAttributeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNamepublic ObjectGraphImpl(CoreAttributeGroup group)
public Class getClassType()
SubgraphgetClassType in interface Subgraphpublic String getName()
ObjectGraphgetName in interface ObjectGraphpublic void addAttributeNodes(String... attributeName)
SubgraphaddAttributeNodes in interface ObjectGraphaddAttributeNodes in interface Subgraphpublic Subgraph addSubgraph(String attribute)
SubgraphaddSubgraph in interface ObjectGraphaddSubgraph in interface Subgraphpublic Subgraph addSubgraph(String attribute, Class type)
ObjectGraphaddSubgraph in interface ObjectGraphaddSubgraph in interface Subgraphpublic List<AttributeNode> getAttributeNodes()
SubgraphgetAttributeNodes in interface ObjectGraphgetAttributeNodes in interface Subgraphpublic CoreAttributeGroup getAttributeGroup()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.