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"

(New page: <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 con...)
 
(Example: xxx annotation)
Line 67: Line 67:
 
|}
 
|}
  
== Example: xxx annotation ==
+
== Example: xxx ==
  
The following example will demonstrate how the xxx annotation can be applied:
+
The following example will demonstrate how the xxx can be applied:
  
A property can be configured xxx via annotations as follows:
+
A property can be configured xxx via annotation as follows:
 
<source lang="java">
 
<source lang="java">
 
</source>
 
</source>

Revision as of 15:11, 7 July 2010

Phase 2.1 - Provide 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

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