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/Examples/SDO/JAXB"

(New page: ==Create the JAXBHelperContext== ==Define the SDO Metadata== ==Get the SDO Type for a POJO== ==Convert a POJO to a SDO DataObject== ==Convert a SDO DataObject to a POJO==)
 
Line 1: Line 1:
 +
==Overview==
 +
 +
The JAXBHelperContext is a bridge between POJOs and SDO DataObjects.  The bridge is based on their corresponding XML representations.  For the POJOs the XML representation is specified using JAXB annotations or object-to-XML mappings.
 +
 
==Create the JAXBHelperContext==
 
==Create the JAXBHelperContext==
  

Revision as of 11:21, 30 January 2009

Overview

The JAXBHelperContext is a bridge between POJOs and SDO DataObjects. The bridge is based on their corresponding XML representations. For the POJOs the XML representation is specified using JAXB annotations or object-to-XML mappings.

Create the JAXBHelperContext

Define the SDO Metadata

Get the SDO Type for a POJO

Convert a POJO to a SDO DataObject

Convert a SDO DataObject to a POJO

Copyright © Eclipse Foundation, Inc. All Rights Reserved.