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"

(Oracle DB Examples)
(Oracle DB Examples)
Line 16: Line 16:
 
=== Oracle DB Examples ===
 
=== Oracle DB Examples ===
  
* [[EclipseLink/Examples/JPA/Oracle/Spatial | How to use Oracle Spatial]] - TO DO: Bug
+
* [[EclipseLink/Examples/JPA/Oracle/Spatial | How to use Oracle Spatial]] - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=211007 Bug 211007]
 +
* [[EclipseLink/Examples/JPA/Oracle/nonJDBC | How to use non-JDBC PL/SQL types in Stored Procedures]]
 +
* [[EclipseLink/Examples/JPA/Oracle/VPD | How to use Oracle Virtual Private Database]]
 +
* [[EclipseLink/Examples/JPA/Oracle/RAC | How to use Oracle RAC]]
 +
* [[EclipseLink/Examples/JPA/Oracle/Text| How to use Oracle DB Text types]]
 +
* [[EclipseLink/Examples/JPA/Oracle/XMLDB | How to use Oracle DB;s XML Type]]
  
 
== Using Native ORM through JPA Examples ==
 
== Using Native ORM through JPA Examples ==

Revision as of 23:26, 26 November 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

Oracle DB Examples

Using Native ORM through JPA Examples

These examples focus on using EclipseLink JPA with native extensions

Native Object-Relational Examples

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

Back to the top