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/Developing JPA Projects (ELUG)"

m
m
Line 2: Line 2:
 
This part describes the Java Persistence API, including the EclipseLink implementation, and contains the following sections:
 
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)]] Introduces concepts of Java Persistence API.
  
*[[Introduction to EclipseLink JPA (ELUG)]] -- Contains general information on EclipseLink implementation of Java Persistence API.
+
*[[Introduction to EclipseLink JPA (ELUG)]] Contains general information on EclipseLink implementation of Java Persistence API.
  
*[[Using EclipseLink JPA Extensions (ELUG)]] -- Contains a listing of the EclipseLink JPA extensions and describes how to use them.
+
*[[Using EclipseLink JPA Extensions (ELUG)]] Contains a listing of the EclipseLink JPA extensions and describes how to use them.
  
*[[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)]] 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)]] Describes the actual steps you have to perform to develop your EclipseLink JPA application.
  
*[[Packaging and Deploying EclipseLink JPA Applications (ELUG)]] -- Describes how to package and deploy your EclipseLink JPA application.
+
*[[Packaging and Deploying EclipseLink JPA Applications (ELUG)]] Describes how to package and deploy your EclipseLink JPA application.
  
  

Revision as of 11:30, 18 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