Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Phase3"

(Annotations/XML Metadata)
Line 4: Line 4:
 
This phase of development involves providing additional MOXy annotations and XML metadata support equivalent to that of EclipseLink JPA.
 
This phase of development involves providing additional MOXy annotations and XML metadata support equivalent to that of EclipseLink JPA.
  
== Annotations/XML Metadata ==
+
== Annotations/XML Metadata ==
  
 
The following MOXy annotations/XML metadata will be targeted in this phase:  
 
The following MOXy annotations/XML metadata will be targeted in this phase:  
  
{|{{BMTableStyle}}
+
{|
|-{{BMTHStyle}}
+
|-
 
! MOXy Annotation  
 
! MOXy Annotation  
 
! XML Metadata Tag  
 
! XML Metadata Tag  
Line 15: Line 15:
 
! Type  
 
! Type  
 
! Field  
 
! Field  
! Method  
+
! Method
|-  
+
|-
 
| XmlDescriminatorNode  
 
| XmlDescriminatorNode  
| xml-discriminator-node
+
| xml-discriminator-node  
 
|  
 
|  
| X
+
| X  
 
|  
 
|  
 
|  
 
|  
|-  
+
|-
 
| XmlDescriminatorValue  
 
| XmlDescriminatorValue  
| xml-discriminator-value
+
| xml-discriminator-value  
 
|  
 
|  
| X
+
| X  
 
|  
 
|  
 
|  
 
|  
|-
 
 
|}
 
|}
  
 
 
== XmlDescriminatorNode ==
 
== XmlDescriminatorNode ==
 
=== Purpose ===
 
=== Purpose ===

Revision as of 11:35, 17 August 2010

Phase 3 - MOXy Equavilents of EclipseLink JPA Annotations

This phase of development involves providing additional MOXy annotations and XML metadata support equivalent to that of EclipseLink JPA.

Annotations/XML Metadata

The following MOXy annotations/XML metadata will be targeted in this phase:

MOXy Annotation XML Metadata Tag Package Type Field Method
XmlDescriminatorNode xml-discriminator-node X
XmlDescriminatorValue xml-discriminator-value X

XmlDescriminatorNode

Purpose

Provides a means

Java Metadata

TBD.

XML Metadata

xml-discriminator-node

The metadata tag will be used...

XML Schema

 

Example:

The following example will demonstrate ...

Testing

This section identifies the test package(s) for each feature outlined on this page.

XML Metadata

XML Metadata Package

Annotations

Annotation Package

Open Issues

This section lists open issues.

Issue# Description/Notes
1

Decisions

This section lists decisions made. These are intended to document the resolution of open issues or constraints added to the project that are important.

Decision# Description/Notes Decision
1

Back to the top