Module eclipselink
Annotation Interface XmlNamedSubgraph
A XmlNamedSubgraph is a member element of a XmlNamedObjectGraph.
The XmlNamedSubgraph is only referenced from within an XmlNamedObjectGraph
and can not be referenced independently. It is referenced by its "name"
from an XmlNamedAttributeNode element of the XmlNamedObjectGraph.
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe list of properties to include in this graph.The name of the subgraph -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<?> Only required for inheritance or with XMLChoiceCollectionMapping or XMLChoiceObjectMapping to specify which of the possible targets this subgraph is to be applied to.
-
Element Details
-
name
String nameThe name of the subgraph -
type
Class<?> typeOnly required for inheritance or with XMLChoiceCollectionMapping or XMLChoiceObjectMapping to specify which of the possible targets this subgraph is to be applied to.- Default:
java.lang.Object.class
-
attributeNodes
XmlNamedAttributeNode[] attributeNodesThe list of properties to include in this graph.
-