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.
EclipseLink/UserGuide/Developing JPA Projects (ELUG)
< EclipseLink | UserGuide
Revision as of 10:02, 18 January 2008 by Rick.sapir.oracle.com (Talk | contribs) (→Developing JPA Projects)
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:
|
EclipseLink User's Guide
The following sections describe the Java Persistence API, including the EclipseLink implementation:
- Configuring a EclipseLink JPA Application (ELUG) – contains information on how to configure the EclipseLink persistence project, as well as set up the application configuration and packaging.
- Developing Applications Using EclipseLink JPA (ELUG) – describes the actual steps you have to perform to develop your EclipseLink JPA application.