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 (New page: =JPA Projects= *Introduction to Java Persistence API (ELUG) :This chapter introduces concepts of Java Persistence API. *Introduction to EclipseLink JPA (ELUG) :This chapter cont...)
 
m
Line 1: Line 1:
=JPA Projects=
+
=Developing JPA Projects=
 +
This part describes the Java Persistence API, including the EclipseLink implementation, and contains the following sections:
  
 +
*[[Introduction to Java Persistence API (ELUG)]] -- Introduces concepts of Java Persistence API.
  
*[[Introduction to Java Persistence API (ELUG)]]
+
*[[Introduction to EclipseLink JPA (ELUG)]] -- Contains general information on EclipseLink implementation of Java Persistence API.
:This chapter introduces concepts of Java Persistence API.
+
  
*[[Introduction to EclipseLink JPA (ELUG)]]
+
*[[Using EclipseLink JPA Extensions (ELUG)]] -- Contains a listing of the EclipseLink JPA extensions and describes how to use them.
:This chapter contains general information on EclipseLink implementation of Java Persistence API.
+
  
*[[Using EclipseLink JPA Extensions (ELUG)]]
+
*[[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.
:This chapter contains a listing of the EclipseLink JPA extensions and describes how to use them.
+
  
*[[Configuring a EclipseLink JPA Application (ELUG)]]
+
*[[Developing Applications Using EclipseLink JPA (ELUG)]] -- Describes the actual steps you have to perform to develop your EclipseLink JPA application.
:This chapter 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)]]
+
*[[Packaging and Deploying EclipseLink JPA Applications (ELUG)]] -- Describes how to package and deploy your EclipseLink JPA application.
:This chapter describes the actual steps you have to perform to develop your EclipseLink JPA application.
+
 
+
*[[Packaging and Deploying EclipseLink JPA Applications (ELUG)]]
+
:This chapter describes how to package and deploy your EclipseLink JPA application.
+
  
  
Line 29: Line 23:
  
 
[[Category: EclipseLink User's Guide]]
 
[[Category: EclipseLink User's Guide]]
 +
[[Category: JPA]]

Revision as of 13:52, 13 December 2007

Developing JPA Projects

This part describes the Java Persistence API, including the EclipseLink implementation, and contains the following sections:


Related Topics


Copyright Statement

Back to the top