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"

m (SDO Examples)
(SDO Examples)
Line 29: Line 29:
 
* [[EclipseLink/Examples/SDO/StaticAPI | Using Static DataObjects to Manipulate XML]]
 
* [[EclipseLink/Examples/SDO/StaticAPI | Using Static DataObjects to Manipulate XML]]
 
* [[EclipseLink/Examples/SDO/JAXB | Converting POJOs to/from SDO DataObjects using the POJO/SDO Bridge]]
 
* [[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 | Accessing Relational Data as SDO DataObjects using JPA]]
 
* [[EclipseLink/Examples/SDO | <b>More SDO Examples...</b>]]
 
* [[EclipseLink/Examples/SDO | <b>More SDO Examples...</b>]]
  

Revision as of 16:53, 11 February 2009

This page will serve as an index into examples developers can easily leverage to accomplish common tasks with EclipseLink. Be sure to review the EclipseLink User's Guide for complete information on using EclipseLink.


Foundation Examples

JPA (Object-Relational) Examples

MOXy (Object-XML) Examples

SDO Examples

OSGi Examples

Back to the top