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/JPA"

(EclipseLink JPA Examples)
(Native Object-Relational Examples)
Line 24: Line 24:
 
These examples focus on the usage of EclipseLink's native object-relational APIs and meta-data
 
These examples focus on the usage of EclipseLink's native object-relational APIs and meta-data
  
* Basic Usage
+
* Basic Usage - TBD
  
 
* Extended Database Features
 
* Extended Database Features
** How to use Oracle Spatial
+
** How to use Oracle Spatial - TBD
** How to do pagination
+
** How to do pagination - TBD

Revision as of 11:05, 16 October 2007


The following examples are provided to assist developers with their adoption and usage of EclipseLink's JPA and native ORM 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 JPA Examples

Using Native ORM through JPA Example

Native Object-Relational Examples

These examples focus on the usage of EclipseLink's native object-relational APIs and meta-data

  • Basic Usage - TBD
  • Extended Database Features
    • How to use Oracle Spatial - TBD
    • How to do pagination - TBD

Back to the top