Difference between revisions of "EclipseLink/UserGuide/Developing JPA Projects (ELUG)"
< EclipseLink | UserGuide
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 | + | *[[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. |
− | + | ||
− | *[[ | + | *[[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. |
− | + | ||
− | + | *[[Packaging and Deploying EclipseLink JPA Applications (ELUG)]] -- Describes how to package and deploy your EclipseLink JPA application. | |
− | + | ||
− | + | ||
− | *[[Packaging and Deploying EclipseLink JPA Applications (ELUG)]] | + | |
− | + | ||
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:
- 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.
- 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.
- 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.