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

EclipseLink/Examples/JPA/Migration/Hibernate

< EclipseLink‎ | Examples‎ | JPA‎ | Migration
Revision as of 15:39, 14 July 2008 by Unnamed Poltroon (Talk)


These examples focus on assisting developers in migrating their applications from using RedHat(TM)/JBoss(TM) Hibernate(TM) to EclipseLink JPA.


Hibernate v3

EclipseLink/Examples/JPA/Migration/Hibernate/V2

Hibernate Core

EclipseLink/Examples/JPA/Migration/Hibernate/V3Core

Hibernate Annotations

This migration focuses on migrating customers using the JPA + Hibernate Annotations along with Hibernate's native/proprietary API over to using EclipseLink JPA. The migration involves continued usage of the standard JPA annotations, conversion of Hibernate Annotations over to EclipseLink's native annotations, and conversion of the native Hibernate API to EclipseLink JPA for the application code.

EclipseLink/Examples/JPA/Migration/Hibernate/V3Annotations

Hibernate JPA

EclipseLink/Examples/JPA/Migration/Hibernate/V3JPA


Hibernate v2

Copyright © Eclipse Foundation, Inc. All Rights Reserved.