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

Category:SDO

Revision as of 11:48, 25 November 2009 by James.sutherland.oracle.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Eclipselink sdo.png This page lists all sections in the EclipseLink User's Guide for SDO (Service Data Objects) projects.



Developing EclipseLink Applications using SDO

Step 1

Initialize.

  • loadSchema();
  • Define SDO Types and Properties from an XML Schema

Step 2

Unmarshall the XML document.

Step 3

Modify the data objects.

  • augmentDocument

Step 4

Marshall the data objects.

  • marshallDataObject

Back to the top