Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Note:</strong> I'm the EclipseLink JAXB (MOXy) lead, and a member of the JAXB 2 (JSR-222) expert group.</p> <p>EclipseLink JAXB (MOXy) offers an extension that enables you to represent your metadata as XML allow which is necessary when mapping third party classes:</p> <p><strong>Sample</strong></p> <pre><code>&lt;?xml version="1.0"?&gt; &lt;xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" package-name="blog.bindingfile"&gt; &lt;xml-schema namespace="http://www.example.com/customer" element-form-default="QUALIFIED"/&gt; &lt;java-types&gt; &lt;java-type name="Customer"&gt; &lt;xml-root-element/&gt; &lt;xml-type prop-order="firstName lastName address phoneNumbers"/&gt; &lt;java-attributes&gt; &lt;xml-element java-attribute="firstName" name="first-name"/&gt; &lt;xml-element java-attribute="lastName" name="last-name"/&gt; &lt;xml-element java-attribute="phoneNumbers" name="phone-number"/&gt; &lt;/java-attributes&gt; &lt;/java-type&gt; &lt;java-type name="PhoneNumber"&gt; &lt;java-attributes&gt; &lt;xml-attribute java-attribute="type"/&gt; &lt;xml-value java-attribute="number"/&gt; &lt;/java-attributes&gt; &lt;/java-type&gt; &lt;/java-types&gt; &lt;/xml-bindings&gt; </code></pre> <p><strong>For More Information</strong></p> <ul> <li><a href="http://bdoughan.blogspot.com/2010/12/extending-jaxb-representing-annotations.html" rel="nofollow">http://bdoughan.blogspot.com/2010/12/extending-jaxb-representing-annotations.html</a></li> <li><a href="http://bdoughan.blogspot.com/2011/06/moxy-extensible-models-multiple.html" rel="nofollow">http://bdoughan.blogspot.com/2011/06/moxy-extensible-models-multiple.html</a></li> <li><a href="http://bdoughan.blogspot.com/2011/06/using-eclipselink-moxy-with-metadata.html" rel="nofollow">http://bdoughan.blogspot.com/2011/06/using-eclipselink-moxy-with-metadata.html</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload