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

Difference between revisions of "EclipseLink/Examples/SDO"

(EclipseLink SDO Examples)
m (EclipseLink SDO Examples)
Line 7: Line 7:
 
* [[EclipseLink/Examples/SDO/StaticAPI | Using Static DataObjects to Manipulate XML]]
 
* [[EclipseLink/Examples/SDO/StaticAPI | Using Static DataObjects to Manipulate XML]]
 
* [[EclipseLink/Examples/SDO/DynamicAPI | Using Dynamic DataObjects to Manipulate XML]]
 
* [[EclipseLink/Examples/SDO/DynamicAPI | Using Dynamic DataObjects to Manipulate XML]]
* [[EclipseLink/Examples/SDO/JAXB | Using EclipseLink JAXB with EclipseLink SDO]]
+
* [[EclipseLink/Examples/SDO/JAXB | Wrapping JAXB Objects in SDO DataObjects]]
* [[EclipseLink/Examples/SDO/JPA | Using EclipseLink JPA with EclipseLink SDO]]
+
* [[EclipseLink/Examples/SDO/JPA | Wrapping JPA Entities in SDO DataObjects]]
  
 
[[Category:SDO]]
 
[[Category:SDO]]

Revision as of 14:08, 30 January 2009

The following examples are provided to assist developers with their adoption and usage of EclipseLink's SDO functionality.

Note: Any examples listed without links are place-holders. If there is an example you would like to see please add it to the list.

EclipseLink SDO Examples

Back to the top