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

EclipseLink/Examples/JPA/Migration/Hibernate


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

Back to the top