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/293925/MOXyExtensions/XmlFragmentMapping

XMLFragmentMapping

Requirements

Provide support for XML fragment mapping configuration via XML metadata file. Since XmlFragmentMapping is a subclass of XmlDirectMapping, we can extend our current Xml direct mapping support to support this. A boolean attribute will be added which will indicate when a fragment mapping is desired. This will apply to xml-element and xml-attribute.

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
1 D.McCann What should the proposed attribute be named? Perhaps keep-as-element or xml-fragment.
2 D.McCann Do fragment mappings apply to xml-value?

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

Back to the top