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"

m (EclipseLink SDO Examples)
(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 | Wrapping JAXB Objects in SDO DataObjects]]
+
* [[EclipseLink/Examples/SDO/JAXB | Converting POJOs to/from SDO DataObjects using the POJO/SDO Bridge]]
 
* [[EclipseLink/Examples/SDO/JPA | Wrapping JPA Entities in SDO DataObjects]]
 
* [[EclipseLink/Examples/SDO/JPA | Wrapping JPA Entities in SDO DataObjects]]
  
 
[[Category:SDO]]
 
[[Category:SDO]]

Revision as of 15:55, 6 February 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