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"

(Getting Started)
 
(5 intermediate revisions by 2 users not shown)
Line 26: Line 26:
 
* [[EclipseLink/Examples/SDO/JPA | Accessing Relational Data as SDO DataObjects using JPA]]
 
* [[EclipseLink/Examples/SDO/JPA | Accessing Relational Data as SDO DataObjects using JPA]]
  
[[Category:SDO]]
+
[[Category:EclipseLink/Example| SDO Examples]]

Latest revision as of 12:52, 24 June 2010

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.

Getting Started

Using Dynamic Data Object

Using Static Data Objects

Data Access Service

These examples focus on the usage of SDO with alternative value stores.

Back to the top