Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/DesignDocs/317962/Design Doc Links"

Line 55: Line 55:
 
|  
 
|  
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-element xml-element]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-element xml-element]
|-
 
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElements.html XmlElements]
 
|
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase6#xml-elements xml-elements]
 
 
|-
 
|-
 
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementDecl.html XmlElementDecl]
 
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementDecl.html XmlElementDecl]
Line 71: Line 67:
 
|  
 
|  
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase6#xml-element-refs xml-element-refs]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase6#xml-element-refs xml-element-refs]
 +
|-
 +
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElements.html XmlElements]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase6#xml-elements xml-elements]
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementWrapper.html XmlElementWrapper]
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementWrapper.html XmlElementWrapper]

Revision as of 12:53, 6 October 2010

Annotations/XML Metadata

JAXB/JPA Annotation MOXy Annotation XML Metadata
container-type
XmlAccessorOrder xml-accessor-order
XmlAccessorType xml-accessor-type
XmlAnyElement xml-any-attribute
XmlAnyElement xml-any-element
XmlAttachmentRef xml-attachment-ref
XmlAttribute xml-attribute
XmlClassExtractor xml-class-extractor
XmlCustomizer xml-customizer
XmlDiscriminatorNode xml-discriminator-node
XmlDiscriminatorValue xml-discriminator-value
XmlElement xml-element
XmlElementDecl xml-element-decl
XmlElementRef xml-element-ref
XmlElementRefs xml-element-refs
XmlElements xml-elements
XmlElementWrapper xml-element-wrapper
XmlEnum xml-enum
XmlEnumValue xml-enum-value
XmlID xml-id
XmlIDREF xml-idref
XmlInlineBinaryData xml-inline-binary-data
XmlAdapter xml-java-type-adapter
JoinColumn XmlJoinNode xml-join-node
JoinColumns XmlJoinNodes xml-join-nodes
XmlKey xml-key
XmlList xml-list
xml-map
XmlMimeType xml-mime-type
XmlMixed xml-mixed
XmlNs xml-ns
XmlProperty xml-property
XmlProperties xml-properties
XmlReadTransformer xml-read-transformer
XmlRegistry xml-registry
XmlRootElement xml-root-element
XmlSeeAlso xml-see-also
XmlSchemaType xml-schema-type
XmlSchemaTypes xml-schema-types
XmlTransformation xml-transformation
XmlTransient xml-transient
XmlType xml-type
XmlValue xml-value
WriteTransformer xml-write-transformer
XmlWriteTransformers

Back to the top