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 17: Line 17:
 
|-
 
|-
 
|  
 
|  
| [http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#XmlIsSetParameter]
+
| [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://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase1#xml-is-set-null-policy is-set-parameter]
 
|-
 
|-

Revision as of 13:31, 6 October 2010

Annotations/XML Metadata

JAXB/JPA Annotation MOXy Annotation XML Metadata
XmlCData cdata
container-type
XmlIsSetParameter 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