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...)
 
(Removing all content from page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<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 configuration via XML metadata file.
 
 
The following structures are to be extended to support XML direct 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-element <code>xml-element</code>]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920/Phase4#xml-value <code>xml-value</code>]
 
 
 
The following should be configurable:
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Path-based_mapping_support Path-based mappings]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/XMLDirectMapping#Positional_Mappings Positional Mappings]
 
* [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#CDATA CDATA]
 
* [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]
 
 
== 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.
 
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
! 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.
 
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
! 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.
 

Latest revision as of 12:14, 22 March 2010

Back to the top