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/Phase2.1"

(Example: xxx annotation)
(Phase 2.1 - Provide additional MOXy external metadata support that allows similar configuration abilities as with deployment XML)
Line 1: Line 1:
 
<div style="border: 1px solid rgb(0, 0, 0); margin: 5px; padding: 5px; float: right;">__TOC__</div>  
 
<div style="border: 1px solid rgb(0, 0, 0); margin: 5px; padding: 5px; float: right;">__TOC__</div>  
= Phase 2.1 - Provide additional MOXy external metadata support that allows similar configuration abilities as with deployment XML =
+
= Phase 2.1 - Additional MOXy external metadata support =
  
 
This phase of development involves providing additional MOXy external metadata support that allows similar configuration abilities as with deployment XML
 
This phase of development involves providing additional MOXy external metadata support that allows similar configuration abilities as with deployment XML

Revision as of 15:12, 7 July 2010

Phase 2.1 - Additional MOXy external metadata support

This phase of development involves providing additional MOXy external metadata support that allows similar configuration abilities as with deployment XML

Xml Structures

The following Xml Structures will be targeted in this phase:

MOXy Annotation XML Metadata Tag Package Type Field Method
XmlClassExtractor xml-class-extractor        
XmlProperty xml-property        
XmlProperties xml-properties        
XmlTransformation xml-transformation        
XmlReadTransformer xml-read-transformer        
XmlWriteTransformer xml-write-transformer        
XmlWriteTransformers xml-write-transformers        

Example: xxx

The following example will demonstrate how the xxx can be applied:

A property can be configured xxx via annotation as follows:

 

The equivalent via EclipseLink XML metadata would look like:

 

Back to the top