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
m
Line 3: Line 3:
 
This section contains information on how you can configure your EclipseLink persistence project.
 
This section contains information on how you can configure your EclipseLink persistence project.
  
When configuring a EclipseLink JPA application you cannot use the <tt>org.eclipselink.sessions.Project</tt> class, but you can still customize sessions and descriptors by using the customizer extensions (see [[Using%20EclipseLink%20JPA%20Extensions%20(ELUG)#Using EclipseLink JPA Extensions for Customization and Optimization|Using EclipseLink JPA Extensions for Customization and Optimization]]).
+
When configuring an EclipseLink JPA application you cannot use the <tt>org.eclipselink.sessions.Project</tt> class, but you can still customize sessions and descriptors by using the customizer extensions (see [[Using%20EclipseLink%20JPA%20Extensions%20(ELUG)#Using EclipseLink JPA Extensions for Customization and Optimization|Using EclipseLink JPA Extensions for Customization and Optimization]]).
  
  
  
==Configuring a EclipseLink JPA Application==
+
==Configuring an EclipseLink JPA Application==
 
You can set up your EclipseLink JPA application using various IDEs.
 
You can set up your EclipseLink JPA application using various IDEs.
  
Line 13: Line 13:
  
 
===How to Set Up the Packaging===
 
===How to Set Up the Packaging===
You can package your application manually (see [[Packaging and Deploying EclipseLink JPA Applications (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 an EclipseLink JPA Application]]), or use an IDE.
  
  

Revision as of 15:29, 18 December 2007

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

When configuring an 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 an 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 an EclipseLink JPA Application), or use an IDE.




Copyright Statement

Back to the top