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 (How to Set Up the Packaging)
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.
  
 
==Introduction to EclipseLink JPA Application Configuration==
 
 
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 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]]).
 +
 +
  
 
==Configuring a EclipseLink JPA Application==
 
==Configuring a EclipseLink JPA Application==
Line 11: Line 11:
  
  
===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 a EclipseLink JPA Application]]), or use an IDE.
  

Revision as of 16:21, 13 December 2007

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

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