Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development"

Line 8: Line 8:
 
}}
 
}}
 
=Basic JPA Development=
 
=Basic JPA Development=
To develop a JPA project, you must be aware of the following items:
+
The following sections describe the EclipeLink enhancements you can use for basic JPA development tasks.
 +
 
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration|JPA Configuration]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration|JPA Configuration]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping|Mappings]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping|Mappings]]
Line 15: Line 16:
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Transactions|Transactions]]
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Transactions|Transactions]]
  
 +
<!--
 
Project development is a 3-step process.
 
Project development is a 3-step process.
 
<table width="800" cellpadding="5">
 
<table width="800" cellpadding="5">
Line 54: Line 56:
 
</tr>
 
</tr>
 
</table>
 
</table>
 
+
-->
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA

Revision as of 13:06, 13 April 2011


Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Basic JPA Development

The following sections describe the EclipeLink enhancements you can use for basic JPA development tasks.


Eclipselink-logo.gif
Version: 2.1.0
Other versions...

Back to the top