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"

(Tutorials)
(Tutorials)
Line 52: Line 52:
 
|[[EclipseLink/Examples/JPA/JBoss_Web_Tutorial|JBoss]] || 4.2.2 || No Weaving support
 
|[[EclipseLink/Examples/JPA/JBoss_Web_Tutorial|JBoss]] || 4.2.2 || No Weaving support
 
|-
 
|-
|SUN AS || 4.2.2 || -
+
|SUN AS || - || -
 
|-
 
|-
|WebSphere|| 4.2.2 || -  
+
|WebSphere|| - || -  
 
|-
 
|-
|WebSphere CE/Jeronimo || 2.0 || -
+
|WebSphere CE/Jeronimo || - || -
 
|-
 
|-
 
|WebLogic|| - || -
 
|WebLogic|| - || -

Revision as of 14:01, 14 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

Tutorials

  • Tutorial: Use Eclipse WTP to Build, Deploy and Run a Web Application using EclipseLink JPA on...
J2EE Server Version Capabilites, Support, Issues
OC4J 10.1.3 / 11.1.1 -
JBoss 4.2.2 No Weaving support
SUN AS - -
WebSphere - -
WebSphere CE/Jeronimo - -
WebLogic - -

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