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

EclipseLink/DesignDocs/317962/Phase2.1

< EclipseLink‎ | DesignDocs‎ | 317962
Revision as of 15:13, 7 July 2010 by Unnamed Poltroon (Talk) (Xml Metadata Tags)

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 Metadata Tags

The following Xml metadata tags will be targeted in this phase:

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

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