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 7: Line 7:
 
! MOXy Annotation  
 
! MOXy Annotation  
 
! XML Metadata
 
! XML Metadata
 +
|-
 +
|
 +
| [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/322284#Solution container-type]
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/322284#Solution container-type]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlIsSetParameter]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#xml-is-set-null-policy is-set-parameter]
 +
|-
 +
|
 +
| [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/Phase1#XmlWriteOnly XmlWriteOnly]
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#write-only write-only]
 +
|-
 +
|
 +
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlAccessMethods XmlAccessMethods]
 +
| [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://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAccessorOrder.html XmlAccessorOrder]
Line 95: Line 115:
 
|  
 
|  
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/Phase9#xml-inline-binary-data xml-inline-binary-data]
 
| [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://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/adapters/XmlAdapter.html XmlAdapter]
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/adapters/XmlAdapter.html XmlAdapter]
Line 131: Line 155:
 
|  
 
|  
 
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase1#xml-schema_.26_xml-ns xml-ns]
 
| [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]
 +
|
 
|-
 
|-
 
|  
 
|  

Revision as of 13:28, 6 October 2010

Annotations/XML Metadata

JAXB/JPA Annotation MOXy Annotation XML Metadata
XmlCData cdata
container-type
[1] is-set-parameter
XmlReadOnly read-only
XmlWriteOnly write-only
XmlAccessMethods xml-access-methods
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
XmlIsSetNullPolicy xml-is-set-null-policy
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
XmlNullPolicy xml-null-policy
XmlPath xml-path
XmlPaths
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