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"

 
(2 intermediate revisions by the same user not shown)
Line 28: Line 28:
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-java-type-adapter xml-java-type-adapter]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-java-type-adapter xml-java-type-adapter]
 
|-
 
|-
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAnyElement.html XmlAnyElement]
+
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAnyAttribute.html XmlAnyAttribute]
 
|  
 
|  
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-any-attribute xml-any-attribute]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-any-attribute xml-any-attribute]
Line 184: Line 184:
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase2#xml-root-element xml-root-element]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase2#xml-root-element xml-root-element]
 
|-
 
|-
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlSeeAlso.html XmlSeeAlso]
+
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlSchema.html XmlSchema]
 
|  
 
|  
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase1#xml-see-also xml-see-also]
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase1#xml-schema_.26_xml-ns xml-schema]
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlSchemaType.html XmlSchemaType]
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlSchemaType.html XmlSchemaType]
Line 195: Line 195:
 
|  
 
|  
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase7#xml-schema-types xml-schema-types]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase7#xml-schema-types xml-schema-types]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlSeeAlso.html XmlSeeAlso]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase1#xml-see-also xml-see-also]
 
|-
 
|-
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlTransformation XmlTransformation]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlTransformation XmlTransformation]
Line 217: Line 221:
 
|-
 
|-
 
|  
 
|  
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlWriteTransformer WriteTransformer]
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlWriteTransformer XmlWriteTransformer]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#xml-write-transformer xml-write-transformer]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#xml-write-transformer xml-write-transformer]
 
|-
 
|-

Latest revision as of 12:01, 18 October 2010

Annotations/XML Metadata

JAXB/JPA Annotation MOXy Annotation XML Metadata
container-type
XmlAccessMethods xml-access-methods
XmlAccessorOrder xml-accessor-order
XmlAccessorType xml-accessor-type
XmlAdapter xml-java-type-adapter
XmlAnyAttribute xml-any-attribute
XmlAnyElement xml-any-element
XmlAttachmentRef xml-attachment-ref
XmlAttribute xml-attribute
XmlCData cdata
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
XmlIsSetNullPolicy xml-is-set-null-policy
XmlIsSetParameter is-set-parameter
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
XmlNullPolicy xml-null-policy
XmlPath xml-path
XmlPaths
XmlProperty xml-property
XmlProperties xml-properties
XmlReadOnly read-only
XmlReadTransformer xml-read-transformer
XmlRegistry xml-registry
XmlRootElement xml-root-element
XmlSchema xml-schema
XmlSchemaType xml-schema-type
XmlSchemaTypes xml-schema-types
XmlSeeAlso xml-see-also
XmlTransformation xml-transformation
XmlTransient xml-transient
XmlType xml-type
XmlValue xml-value
XmlWriteOnly write-only
XmlWriteTransformer xml-write-transformer
XmlWriteTransformers

Back to the top