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 databases in Table A-1 are supported. The Java classes are in the org.eclipse.persistence.platform.database
package and are described in Java API Reference for EclipseLink.
Table A-1 Supported Database Platforms
Database | Java Class | Features |
---|---|---|
Apache Derby |
|
Provides Derby-specific behavior. |
Attunity |
|
Platform class that works with Attunity's Connect JDBC driver. |
dBASE |
Provides dBASE-specific behavior, including:
|
|
Firebird |
|
Provides Firebird-specific behavior. |
H2 |
|
Provides H2-specific behavior. |
HyperSQL DataBase (HSQL) |
|
Provides HSQL-specific behavior. Supports HSQL functionality as of 1.8.1. Features include:
|
IBM Cloudscape |
|
Provides CloudScape DBMS-specific behavior. |
IBM DB2 Mainframe |
|
Provides DB2 Mainframe-specific behavior. This provides for some additional compatibility in certain DB2 versions on OS390. Features include:
|
IBM DB2 |
|
Provides DB2-specific behavior, including:
|
IBM Informix |
|
Provides Informix-specific behavior, including:
|
Microsoft Access |
|
Provides Microsoft Access-specific behavior. |
Microsoft SQLServer |
|
Provides Microsoft SQL Server-specific behavior, including:
|
MySQL |
|
Provides MySQL-specific behavior, including:
|
Oracle |
|
Provides Oracle Database-specific behavior, including:
|
Oracle JavaDB |
|
Allows the use of |
Oracle TimesTen |
|
Provides Oracle TimesTen database-specific behavior. |
Oracle TimesTen7 |
|
Provides Oracle TimesTen 7 database-specific behavior. |
PervasivePlatform |
|
Provides Pervasive PSQL-specific behavior. |
PointBase |
|
Provides PointBase database-specific behavior. |
PostgreSQL |
|
Provides PostgreSQL database-specific behavior, including:
See also PostgreSQL: |
SAP MaxDB |
|
Provides MaxDB database-specific behavior. |
SAP SyBase SQLAnywhere |
|
Provides SQL Anywhere-specific behavior. |
Sybase |
|
Provides Sybase-specific behavior, including:
|
Fujitsu Symfoware |
|
Provides Symfoware-specific behavior, including:
|
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:
http://wiki.eclipse.org/EclipseLink/Development/Incubator/Platform