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/UserGuide/JPA/Advanced JPA Development/Platform Specific Configurations

EclipseLink JPA


Database and Application Server Support

EclipseLink supports a number of database platforms and application servers, as described below.

Database Support

EclipseLink supports any relational database that is compliant with SQL and has a compliant JDBC driver. EclipseLink has extended support for several database platforms. The extended support mainly consists of providing native sequencing support, schema creation, and certain database functions.

The following databases are supported. Click the names below to see the Javadoc that describes the support for that platform. The classes are in the org.eclipse.persistence.platform.database package.

Supported Database Platforms
Database JavaDoc Features See Also
Apache Derby DerbyPlatform
Attunity AttunityPlatform
dBASE DBasePlatform
Firebird FirebirdPlatform
H2 H2Platform
HyperSQL DataBase (HSQL) HSQLPlatform
IBM Cloudscape CloudscapePlatform
IBM DB2 Mainframe DB2MainframePlatform
IBM DB2 DB2Platform
IBM Informix InformixPlatform
Microsoft Access AccessPlatformPlatform
Microsoft SQLServer SQLServerPlatform
MySQL MySQLPlatform
Oracle OraclePlatform
  • LOB
  • NChar
  • XMLType
  • TIMESTAMP (TZ, LTZ)
  • Native batch writing
  • Structured object-relational data-types
  • PLSQL datatypes and stored procedures
  • VPD, RAC, proxy authentication
  • XDK XML parser
  • Hierarchical selects (Select by prior)
  • Returning clause
  • Flashback history and queries
  • Stored procedures, output parameters and output cursors
  • Stored functions
  • Oracle AQ
Oracle Database Support
Oracle JavaDB JavaDBPlatform
Oracle TimesTen TimesTenPlatform
Oracle TimesTen7 TimesTen7Platform
PointBase PointBasePlatform
PostgreSQL PostgreSQLPlatform PostgreSQL Support
SAP MaxDB MaxDBPlatform
SAP SyBase SQLAnywhere SQLAnywherePlatform
Sybase SybasePlatform
Fujitsu Symfoware SymfowarePlatform Fujitsu Symfoware Support

It also possible to extend EclipseLink to add extended support for additional platforms. There are also several user contributed platforms in the EclipseLink incubator project. See Platform Incubator.

Application Server Support

EclipseLink can be used with any Java EE application server that meets the software requirements through the EclipseLink API.

EclipseLink provides integration support for the following servers. See the Javadoc for more information.

Server Name Javadoc See Also
JBoss Application Server org.eclipse.persistence.platform.server.jboss
Oracle Containers for J2EE (OC4J) org.eclipse.persistence.platform.server.oc4j
Oracle WebLogic Server org.eclipse.persistence.platform.server.wls
SAP NetWeaver Application Server org.eclipse.persistence.platform.server.sap
IBM WebSphere Application Server org.eclipse.persistence.platform.server.was
Sun Application Server org.eclipse.persistence.platform.server.sunas


Eclipselink-logo.gif
Version: 2.2.0 DRAFT
Other versions...

Back to the top