Uses of Interface
org.eclipse.persistence.jaxb.AttributeNode
-
Packages that use AttributeNode Package Description org.eclipse.persistence.internal.jaxb org.eclipse.persistence.jaxb -
-
Uses of AttributeNode in org.eclipse.persistence.internal.jaxb
Classes in org.eclipse.persistence.internal.jaxb that implement AttributeNode Modifier and Type Class Description classAttributeNodeImpl<X>classObjectGraphImplMethods in org.eclipse.persistence.internal.jaxb that return types with arguments of type AttributeNode Modifier and Type Method Description List<AttributeNode>ObjectGraphImpl. getAttributeNodes() -
Uses of AttributeNode in org.eclipse.persistence.jaxb
Subinterfaces of AttributeNode in org.eclipse.persistence.jaxb Modifier and Type Interface Description interfaceSubgraphThis type represents a AttributeNode of an EntityGraph that corresponds to a Managed Type.Methods in org.eclipse.persistence.jaxb that return types with arguments of type AttributeNode Modifier and Type Method Description List<AttributeNode>ObjectGraph. getAttributeNodes()List<AttributeNode>Subgraph. getAttributeNodes()returns the attributes of this managed type that are included in the sub-graph
-