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 "Index.php?title=EclipseLink/DesignDocs/293925/XMLCompositeMapping"

(New page: <div style="border: 1px solid rgb(0, 0, 0); margin: 5px; padding: 5px; float: right;">__TOC__</div> = XMLDirectMapping = == Requirements == Provide support for XML direct mapping configu...)
 
(XMLDirectMapping)
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>  
= XMLDirectMapping =
+
= XMLCompositeObjectMapping =
  
 
== Requirements ==
 
== Requirements ==
Provide support for XML direct mapping configuration via XML metadata file.
+
Provide support for XML composite object mapping configuration via XML metadata file.
  
The following structures are to be extended to support XML direct mapping configuration:
+
The following structures are to be extended to support XML composite object mapping configuration:
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-attribute <code>xml-attribute</code>]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-attribute <code>xml-attribute</code>]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-element <code>xml-element</code>]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase3#xml-element <code>xml-element</code>]
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-value <code>xml-value</code>]
 
 
  
 
The following should be configurable:
 
The following should be configurable:
Line 16: Line 14:
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Read_Only Read only]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Read_Only Read only]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Write_Only Write only]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Write_Only Write only]
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#CDATA CDATA]
 
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Null_Poilcy Null policy]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Null_Poilcy Null policy]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Get.2FSet_Method_Names Get/set method names]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Get.2FSet_Method_Names Get/set method names]

Revision as of 12:12, 22 March 2010

XMLCompositeObjectMapping

Requirements

Provide support for XML composite object mapping configuration via XML metadata file.

The following structures are to be extended to support XML composite object mapping configuration:

The following should be configurable:

Design

Open Issues

This section lists the open issues that are still pending that must be decided prior to fully implementing this project's requirements.

Issue# Owner Description/Notes

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.

Issue# Description/Notes Decision

Future Considerations

During the research for this project the following items were identified as out of scope but are captured here as potential future enhancements. If agreed upon during the review process these should be logged in the bug system.

Back to the top