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"

(New page: <div style="border: 1px solid rgb(0, 0, 0); margin: 5px; padding: 5px; float: right;">__TOC__</div> = Annotations/XML Metadata = {|{{BMTableStyle}} |-{{BMTHStyle}} ! JPA Annotation ! MOX...)
 
 
(13 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
{|{{BMTableStyle}}
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
|-{{BMTHStyle}}
! JPA Annotation
+
! JAXB/JPA Annotation
 
! MOXy Annotation  
 
! MOXy Annotation  
 
! XML Metadata
 
! XML Metadata
 
|-
 
|-
| [http://download-llnw.oracle.com/javaee/6/api/javax/persistence/DiscriminatorColumn.html DiscriminatorColumn]
+
|
| XmlDiscriminatorNode
+
|
| xml-discriminator-node
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/322284#Solution container-type]
 
|-
 
|-
| [http://download-llnw.oracle.com/javaee/6/api/javax/persistence/DiscriminatorValue.html DiscriminatorValue]
+
|
| XmlDiscriminatorValue  
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlAccessMethods XmlAccessMethods]
| xml-discriminator-value  
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#xml-access-methods xml-access-methods]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAccessorOrder.html XmlAccessorOrder]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase2#xml-accessor-order xml-accessor-order]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAccessorType.html XmlAccessorType]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase2#xml-accessor-type xml-accessor-type]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/adapters/XmlAdapter.html XmlAdapter]
 +
|
 +
| [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/XmlAnyAttribute.html XmlAnyAttribute]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-any-attribute xml-any-attribute]
 +
|-
 +
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAnyElement.html XmlAnyElement]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-any-element xml-any-element]
 +
|-
 +
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAttachmentRef.html XmlAttachmentRef]
 +
|  
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase5.1#xml-attachment-ref xml-attachment-ref]
 +
|-
 +
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAttribute.html XmlAttribute]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-attribute xml-attribute]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlCData XmlCData]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#cdata cdata]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlClassExtractor XmlClassExtractor]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#xml-class-extractor xml-class-extractor]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#Example:_XmlAttribute.2C_XmlElement_and_XmlCustomizer_annotations XmlCustomizer]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-customizer xml-customizer]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#XmlDiscriminatorNode XmlDiscriminatorNode]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#xml-discriminator-node xml-discriminator-node]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#XmlDiscriminatorValue XmlDiscriminatorValue]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#xml-discriminator-value xml-discriminator-value]
 +
|-
 +
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElement.html XmlElement]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-element xml-element]
 +
|-
 +
| [http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementDecl.html XmlElementDecl]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase10#xml-element-decl xml-element-decl]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementRef.html XmlElementRef]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase6#xml-element-ref xml-element-ref]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementRefs.html XmlElementRefs]
 +
|
 +
| [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://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-element-wrapper xml-element-wrapper]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlEnum.html XmlEnum]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase8#xml-enum xml-enum]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlEnumValue.html XmlEnumValue]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase8#xml-enum-value xml-enum-value]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlID.html XmlID]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase5#xml-id xml-id]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlIDREF.html XmlIDREF]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase5#xml-idref xml-idref]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlInlineBinaryData.html XmlInlineBinaryData]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase9#xml-inline-binary-data xml-inline-binary-data]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlIsSetNullPolicy XmlIsSetNullPolicy]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#xml-is-set-null-policy xml-is-set-null-policy]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlIsSetParameter XmlIsSetParameter]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#xml-is-set-null-policy is-set-parameter]
 
|-
 
|-
 
| [http://download-llnw.oracle.com/javaee/6/api/javax/persistence/JoinColumn.html JoinColumn]
 
| [http://download-llnw.oracle.com/javaee/6/api/javax/persistence/JoinColumn.html JoinColumn]
| XmlJoinNode  
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#XmlJoinNode XmlJoinNode]
| xml-join-node  
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#xml-join-node xml-join-node]
 
|-
 
|-
 
| [http://download-llnw.oracle.com/javaee/6/api/javax/persistence/JoinColumns.html JoinColumns]
 
| [http://download-llnw.oracle.com/javaee/6/api/javax/persistence/JoinColumns.html JoinColumns]
| XmlJoinNodes  
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#XmlJoinNodes XmlJoinNodes]
| xml-join-nodes  
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#xml-join-nodes xml-join-nodes]
 
|-
 
|-
 
|  
 
|  
| XmlKey
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#XmlKey XmlKey]
| xml-key  
+
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase3#xml-key xml-key]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlList.html XmlList]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-list xml-list]
 +
|-
 +
|
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-map xml-map]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlMimeType.html XmlMimeType]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase5.1#xml-mime-type xml-mime-type]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlMixed.html XmlMixed]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-mixed xml-mixed]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlNs.html XmlNs]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase1#xml-schema_.26_xml-ns xml-ns]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlNullPolicy XmlNullPolicy]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#xml-null-policy xml-null-policy]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlPaths XmlPath]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#xml-path xml-path]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlPaths XmlPaths]
 +
|
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlProperty XmlProperty]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#xml-property xml-property]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlProperties XmlProperties]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#xml-properties xml-properties]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlReadOnly XmlReadOnly]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#read-only read-only]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#.40XmlReadTransformer XmlReadTransformer]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#xml-read-transformer xml-read-transformer]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlRegistry.html XmlRegistry]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase10#xml-registry xml-registry]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlRootElement.html XmlRootElement]
 +
|
 +
| [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/XmlSchema.html XmlSchema]
 +
|
 +
| [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://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase7#xml-schema-type xml-schema-type]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlSchemaTypes.html XmlSchemaTypes]
 +
|
 +
| [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#xml-transformation xml-transformation]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlTransient.html XmlTransient]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase1#xml-transient xml-transient]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlType.html XmlType]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase2#xml-type xml-type]
 +
|-
 +
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlValue.html XmlValue]
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-value xml-value]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlWriteOnly XmlWriteOnly]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#write-only write-only]
 +
|-
 +
|
 +
| [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#.40XmlWriteTransformers XmlWriteTransformers]
 +
|
 
|}
 
|}

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