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)
Line 14: Line 14:
 
** [[EclipseLink/Examples/JPA/EMAPI | Using the EntityManager API]]
 
** [[EclipseLink/Examples/JPA/EMAPI | Using the EntityManager API]]
 
** [[EclipseLink/Examples/JPA/OutsideContainer | How to use outside of the container]]
 
** [[EclipseLink/Examples/JPA/OutsideContainer | How to use outside of the container]]
 +
 +
* Diagnostics
 
** [[EclipseLink/Examples/JPA/Logging | How to configure logging]]
 
** [[EclipseLink/Examples/JPA/Logging | How to configure logging]]
 +
** [[EclipseLink/Examples/JPA/IntegrityChecker | How to validate metadata against the database]
  
 
* Mapping
 
* Mapping
Line 25: Line 28:
 
** [[EclipseLink/Examples/JPA/GraphLoading | How to optimize graph loading]]
 
** [[EclipseLink/Examples/JPA/GraphLoading | How to optimize graph loading]]
 
** [[EclipseLink/Examples/JPA/Projections | How to optimize searching using data projections]]
 
** [[EclipseLink/Examples/JPA/Projections | How to optimize searching using data projections]]
 +
** [[EclipseLink/Examples/JPA/PessimisticLocking | How to use pessimistic locking]]
  
 
* Rich Client Platform (RCP)
 
* Rich Client Platform (RCP)
Line 58: Line 62:
 
* [[EclipseLink/Examples/JPA/NativeMetadata | How to use native metadata]]
 
* [[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]]
* [[EclipseLink/Examples/JPA/PessimisticLocking | How to use pessimistic locking]]
 
 
* [[EclipseLink/Examples/JPA/QueryOptimization | How to optimize queries using batch and join reading]]
 
* [[EclipseLink/Examples/JPA/QueryOptimization | How to optimize queries using batch and join reading]]
  

Revision as of 09:30, 3 April 2008


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.

See Developing JPA Projects in the EclipseLink User's Guide for details.


EclipseLink JPA Examples

  • Diagnostics

Tutorials

Migrating to EclipseLink

These how-to's focus on migrating from previous editions of TopLink and other JPA providers to using EclipseLink.

Database Platform Extensions

  • Oracle: Spatial, VPD/OLS, TIMESTAMP, XDB

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