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"

(Using Native ORM through JPA Examples)
(Using Native ORM through JPA Examples)
Line 15: Line 15:
  
 
== Using Native ORM through JPA Examples ==
 
== Using Native ORM through JPA Examples ==
* [http://wiki.eclipse.org/EclipseLink/Examples/ORMJPAConfigure How to configure ]
+
 
* [http://wiki.eclipse.org/EclipseLink/Examples/JPA/NativeMetadata How to use native metadata]
+
These examples focus on using EclipseLink JPA with native extensions
 +
 
 +
* [[EclipseLink/Examples/ORMJPAConfigure | How to configure ]]
 +
* [[EclipseLink/Examples/JPA/NativeMetadata | How to use native metadata]]
 
* [[EclipseLink/Examples/JPA/NativeAPI | How to access EclipseLink's native API through JPA]]
 
* [[EclipseLink/Examples/JPA/NativeAPI | How to access EclipseLink's native API through JPA]]
* [http://wiki.eclipse.org/EclipseLink/Examples/PessimisticLockingORMJPA How to use pessimistic locking]
+
* [[EclipseLink/Examples/JPA/PessimisticLocking | How to use pessimistic locking]]
* [http://wiki.eclipse.org/EclipseLink/Examples/QueryOptimizationORMJPA How to optimize queries using batch and join reading]
+
* [[EclipseLink/Examples/JPA/QueryOptimization | How to optimize queries using batch and join reading]]
  
 
== Native Object-Relational Examples ==
 
== Native Object-Relational Examples ==

Revision as of 09:04, 17 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 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

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

Back to the top