Difference between revisions of "EclipseLink/UserGuide/Developing JPA Projects (ELUG)"
< EclipseLink | UserGuide
m (→EclipseLink User's Guide) |
m |
||
Line 1: | Line 1: | ||
+ | [[Image:Elug draft icon.png]] '''For the latest EclipseLink documentation, please see http://www.eclipse.org/eclipselink/documentation/ ''' | ||
+ | |||
+ | ---- | ||
+ | |||
__NOTOC__ | __NOTOC__ | ||
<table width="800" cellpadding="5"> | <table width="800" cellpadding="5"> |
Latest revision as of 11:23, 18 July 2012
For the latest EclipseLink documentation, please see http://www.eclipse.org/eclipselink/documentation/
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 – 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 – describes the actual steps you have to perform to develop your EclipseLink JPA application.