Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.62 KB

Category:JPA.adoc

File metadata and controls

51 lines (37 loc) · 1.62 KB

Warning This page is obsolete. Please see the EclipseLink Documentation Center for current information.’’’

NOTOC

Image:Eclipselink jpa.png‎

This page lists all sections in the EclipseLink User’s Guide 1.x for JPA (Java Persistence API) projects. You can also use :Category:ORM[EclipseLink’s Native ORM support] to extend JPA.

Step 1

Define your persistence units in persistence.xml.

Step 2

Annotate classes with @Entity, @Embeddable, and @MappedSuperClass and/or define classes in your mapping file (orm.xml).

Step 3

Configure your application with:

Category:EclipseLink_User’s_Guide[Category:EclipseLink User’s Guide]