Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/ContributedDatabasePlatforms/IngresPlatform"

(New page: '''IngresPlatform''' This is a contributed version of IngresPlatform. It has not been tested due unavailability of necessary testing infrastructure. ''''To Use''' # Place the given jar...)
 
Line 1: Line 1:
'''IngresPlatform'''
+
''EclipseLink Incubator: IngresPlatform''
  
 
This is a contributed version of IngresPlatform.  It has not been tested due unavailability of necessary testing infrastructure.
 
This is a contributed version of IngresPlatform.  It has not been tested due unavailability of necessary testing infrastructure.
  
''''To Use'''
+
'''To Use'''
  
 
# Place the given jar on your classpath
 
# Place the given jar on your classpath

Revision as of 11:19, 10 December 2008

EclipseLink Incubator: IngresPlatform

This is a contributed version of IngresPlatform. It has not been tested due unavailability of necessary testing infrastructure.

To Use

  1. Place the given jar on your classpath
  2. Tell EclipseLink to use IngresPlatform by doing one of the following
    1. When using JPA specify persistence unit property eclipselink.target-database=org.eclipse.persistence.platform.database.IngresPlatform
    2. When using EclipseLink-specific API, call databaseLogin.setPlatform(new org.eclipse.persistence.platform.database.IngresPlatform())

Back to the top