Difference between revisions of "Category:JPA"
m |
|||
Line 1: | Line 1: | ||
+ | '''[[Image:Elug_draft_icon.png|Warning]] This page is obsolete. Please see the [http://www.eclipse.org/eclipselink/documentation/ EclipseLink Documentation Center]'' for current information.''' | ||
+ | |||
__NOTOC__ | __NOTOC__ | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| [[Image:Eclipselink jpa.png]] | | [[Image:Eclipselink jpa.png]] | ||
− | | This page lists all sections in the ''[[EclipseLink/UserGuide|EclipseLink User's Guide]]'' for '''JPA''' (Java Persistence API) projects. You can also use [[:Category:ORM|EclipseLink's Native ORM support]] to extend JPA. | + | | This page lists all sections in the ''[[EclipseLink/UserGuide|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. |
|} | |} | ||
Latest revision as of 12:59, 30 January 2013
This page is obsolete. Please see the EclipseLink Documentation Center for current information.
![]() |
This page lists all sections in the EclipseLink User's Guide 1.x for JPA (Java Persistence API) projects. You can also use EclipseLink's Native ORM support to extend JPA. |
Developing Applications using EclipseLink JPA
Step 1Define your persistence units in persistence.xml. |
Step 2Annotate classes with @Entity, @Embeddable, and @MappedSuperClass and/or define classes in your mapping file (orm.xml). |
Step 3Configure your application with:
|
Pages in category "JPA"
The following 10 pages are in this category, out of 10 total.