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

EclipseLink/Development/ContributedDatabasePlatforms/IngresPlatform

< EclipseLink‎ | Development
Revision as of 11:18, 10 December 2008 by Tom.ware.oracle.com (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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