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 (Configuring Oracle Database Proxy Authentication for a JPA Application)
Line 13: Line 13:
 
One of the features of the Oracle Database is proxy authentication. For more information, see [[Introduction%20to%20Data%20Access%20(ELUG)#Oracle Database Proxy Authentication|Oracle Database Proxy Authentication]].
 
One of the features of the Oracle Database is proxy authentication. For more information, see [[Introduction%20to%20Data%20Access%20(ELUG)#Oracle Database Proxy Authentication|Oracle Database Proxy Authentication]].
  
If you want to [[Introduction%20to%20Data%20Access%20(ELUG)#Providing Authenticated Reads and Writes of Secured Data Through the Use of an Exclusive Isolated Client Session|provide authenticated reads and writes of secured data through the use of an exclusive isolated client session]] for your EclipseLink JPA application, specify in the [[Customizing%20the%20TopLink%20Application%20(ELUG)#Using the Session Customizer Class|SessionCustomizer]] that an exclusive connection should be used. For more information, see [[Configuring%20a%20Database%20Login%20(ELUG)#SessionCustomizer-config|Configuring Session Login Using SessionCustomizer]].
+
If you want to [[Introduction%20to%20Data%20Access%20(ELUG)#Providing Authenticated Reads and Writes of Secured Data Through the Use of an Exclusive Isolated Client Session|provide authenticated reads and writes of secured data through the use of an exclusive isolated client session]] for your EclipseLink JPA application, specify in the [[Customizing%20the%20EclipseLink%20Application%20(ELUG)#Using the Session Customizer Class|SessionCustomizer]] that an exclusive connection should be used. For more information, see [[Configuring%20a%20Database%20Login%20(ELUG)#SessionCustomizer-config|Configuring Session Login Using SessionCustomizer]].
 
+
 
+
  
 
===Setting Up Packaging===
 
===Setting Up Packaging===

Revision as of 15:52, 12 June 2008

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).

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

At run time, if the eclipselink.jar file is on the application classpath, you have the option to choose EclipseLink as a persistence provider for your application.


Configuring Oracle Database Proxy Authentication for a JPA Application

One of the features of the Oracle Database is proxy authentication. For more information, see Oracle Database Proxy Authentication.

If you want to provide authenticated reads and writes of secured data through the use of an exclusive isolated client session for your EclipseLink JPA application, specify in the SessionCustomizer that an exclusive connection should be used. For more information, see Configuring Session Login Using SessionCustomizer.

Setting Up Packaging

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




Copyright Statement

Back to the top