Annotation Type XmlNamedSubgraph
-
@Target(TYPE) @Retention(RUNTIME) public @interface XmlNamedSubgraph
AXmlNamedSubgraph
is a member element of aXmlNamedObjectGraph
. TheXmlNamedSubgraph
is only referenced from within an XmlNamedObjectGraph and can not be referenced independently. It is referenced by itsname
from anXmlNamedAttributeNode
element of theXmlNamedObjectGraph
.- See Also:
XmlNamedObjectGraph
,XmlNamedAttributeNode
- Since:
- EclipseLink 2.5
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description XmlNamedAttributeNode[]
attributeNodes
The list of properties to include in this graphjava.lang.String
name
required: the name of the subgraph
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class
type
optional: only required for inheritance or with ChoiceMappings to specify which of the possible targets this subgraph is to be applied to.
-
-
-
-
attributeNodes
XmlNamedAttributeNode[] attributeNodes
The list of properties to include in this graph
-
-