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

Difference between revisions of "EclipseLink/UserGuide/JPA/Advanced JPA Development/Platform Specific Configurations"

Line 13: Line 13:
  
 
==Database Support==
 
==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.  These platform classes are in the [[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/package-summary.html <tt>org.eclipse.persistence.platform.database</tt>]] package.
+
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 following databases are supported. Click the names below to see the Javadoc that describes the support for that platform. The classes are in the [[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/package-summary.html <tt>org.eclipse.persistence.platform.database</tt>]] package.
  
 
<table>
 
<table>
Line 303: Line 303:
 
EclipseLink provides integration support for the following servers. See the Javadoc for more information.
 
EclipseLink provides integration support for the following servers. See the Javadoc for more information.
  
* Oracle WebLogic Server  - [http://www.eclipse.org/eclipselink/api/2.2/org/eclipse/persistence/platform/server/wls/package-frame.html org.eclipse.persistence.platform.server.wls ]
+
<table>
* [Oracle Containers for J2EE (OC4J)]
+
<tr>
* [[IBM WebSphere Application Server]]
+
<td>Server Name</td>
* [[Sun Application Server]]
+
<td>Javadoc</td>
* [[JBoss Application Server]]
+
<td>See Also</td>
* [[SAP NetWeaver Application Server]]
+
</tr>
 +
<tr>
 +
<td>
 +
Oracle WebLogic Server  - [http://www.eclipse.org/eclipselink/api/2.2/org/eclipse/persistence/platform/server/wls/package-frame.html org.eclipse.persistence.platform.server.wls ]
 +
</td>
 +
<tr>
 +
<td>[Oracle Containers for J2EE (OC4J)]
 +
</td>
 +
<tr>
 +
<td>[[IBM WebSphere Application Server]]
 +
</td>
 +
<tr>
 +
<td>[[Sun Application Server]]
 +
</td>
 +
<tr>
 +
<td>[[JBoss Application Server]]
 +
</td>
 +
<tr>
 +
<td>[[SAP NetWeaver Application Server]]
 +
</td>
 +
<tr>
 +
</tr>
 +
</table>
  
 
<!--
 
<!--

Revision as of 12:41, 25 April 2011

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 See Also
Access [AccessPlatformPlatform]
Attunity [AttunityPlatform]
Cloudscape [CloudscapePlatform]
DB2 Mainframe [DB2MainframePlatform]
DB2 [DB2Platform]
dBASE [DBasePlatform]
Derby [DerbyPlatform]
Firebird [FirebirdPlatform]
H2 [H2Platform]
HSQL [HSQLPlatform]
Informix [InformixPlatform]
JavaDB [JavaDBPlatform]
MaxDB [MaxDBPlatform]
MySQL [MySQLPlatform]
Oracle [OraclePlatform] Oracle Database Support
PointBase [PointBasePlatform]
PostgreSQL [PostgreSQLPlatform] PostgreSQL
SQLAnywhere [SQLAnywherePlatform]
SQLServer [SQLServerPlatform]
Sybase [SybasePlatform]
Symfoware [SymfowarePlatform]
TimesTen7 [TimesTen7Platform]
TimesTen [TimesTenPlatform]






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

Oracle WebLogic Server - org.eclipse.persistence.platform.server.wls

[Oracle Containers for J2EE (OC4J)]
IBM WebSphere Application Server
Sun Application Server
JBoss Application Server
SAP NetWeaver Application Server


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

Back to the top