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

(EclipseLink JPA Examples)
Line 10: Line 10:
 
** How to configure  
 
** How to configure  
 
*** [http://wiki.eclipse.org/EclipseLink/Examples/EMAPI Using the EntityManager API ]
 
*** [http://wiki.eclipse.org/EclipseLink/Examples/EMAPI Using the EntityManager API ]
** How to use pessimistic locking
 
** How to optimize queries using batch and join reading
 
 
** [http://wiki.eclipse.org/EclipseLink/Examples/OutsideContainer How to use outside of the container]
 
** [http://wiki.eclipse.org/EclipseLink/Examples/OutsideContainer How to use outside of the container]
 
* Using EclipseLink JPA within Spring
 
* Using EclipseLink JPA within Spring
 
* How to migrate from Oracle TopLink
 
* How to migrate from Oracle TopLink
 +
 +
== Using Native ORM through JPA ==
 +
** How to use pessimistic locking
 +
** How to optimize queries using batch and join reading
  
 
== Native Object-Relational Examples ==
 
== Native Object-Relational Examples ==

Revision as of 10:33, 15 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

    • How to use pessimistic locking
    • How to optimize queries using batch and join reading

Native Object-Relational Examples

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

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

Back to the top