Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/Developing JPA Projects (ELUG)"

m (Developing JPA Projects)
m
 
(One intermediate revision by one other user not shown)
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">
Line 37: Line 41:
 
The following sections describe the Java Persistence API, including the EclipseLink implementation:
 
The following sections describe the Java Persistence API, including the EclipseLink implementation:
  
*[[Introduction to Java Persistence API (ELUG)]]
+
*[[Introduction to Java Persistence API (ELUG)|Introduction to Java Persistence API]]
  
*[[Introduction to EclipseLink JPA (ELUG)]]
+
*[[Introduction to EclipseLink JPA (ELUG)|Introduction to EclipseLink JPA]]
  
*[[Using EclipseLink JPA Extensions (ELUG)]]
+
*[[Using EclipseLink JPA Extensions (ELUG)|Using EclipseLink JPA Extensions]]
  
*[[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.
+
*[[Configuring a EclipseLink JPA Application (ELUG)|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 (ELUG)]] – describes the actual steps you have to perform to develop your EclipseLink JPA application.
+
*[[Developing Applications Using EclipseLink JPA (ELUG)|Developing Applications Using EclipseLink JPA]] – describes the actual steps you have to perform to develop your EclipseLink JPA application.
  
*[[Packaging and Deploying EclipseLink JPA Applications (ELUG)]]
+
*[[Packaging and Deploying EclipseLink JPA Applications (ELUG)|Packaging and Deploying EclipseLink JPA Applications]]
  
  

Latest revision as of 11:23, 18 July 2012

Elug draft icon.png For the latest EclipseLink documentation, please see http://www.eclipse.org/eclipselink/documentation/



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:

  • javax.persistence.transactionType
  • javax.persistence.jtaDataSource
  • javax.persistence.nonJtaDataSource


EclipseLink User's Guide

The following sections describe the Java Persistence API, including the EclipseLink implementation:


Related Topics


Copyright Statement

Copyright © Eclipse Foundation, Inc. All Rights Reserved.