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

EclipseLink/Development/ContributedDatabasePlatforms/IngresPlatform

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