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 "Configuring a EclipseLink JPA Application (ELUG)"

m (New page: <div style="float:right;border:1px solid #000000;padding:5px">__TOC__ Related Topics</div> This section contains ...)
 
m (How to Set Up the Packaging)
Line 13: Line 13:
 
===How to Set Up the Packaging===
 
===How to Set Up the Packaging===
  
You can package your application manually (see [[Packaging%20and%20Deploying%20EclipseLink%20JPA%20(ELUG)|Packaging a EclipseLink JPA Application]]), or use an IDE.
+
You can package your application manually (see [[Packaging and Deploying EclipseLink JPA Applications (ELUG)|Packaging a EclipseLink JPA Application]]), or use an IDE.
  
  
Line 25: Line 25:
 
[[Category: Draft]]
 
[[Category: Draft]]
 
[[Category: Task]]
 
[[Category: Task]]
 +
[[Category: JPA]]

Revision as of 16:55, 29 November 2007

This section contains information on how you can configure your EclipseLink persistence project.


Introduction to EclipseLink JPA Application Configuration

When configuring a EclipseLink JPA application you cannot use the org.eclipselink.sessions.Project class, but you can still customize sessions and descriptors by using the customizer extensions (see Using EclipseLink JPA Extensions for Customization and Optimization).

Configuring a EclipseLink JPA Application

You can set up your EclipseLink JPA application using various IDEs.


How to Set Up the Packaging

You can package your application manually (see Packaging a EclipseLink JPA Application), or use an IDE.




Copyright Statement

Back to the top