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

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

m
Line 20: Line 20:
  
 
The following databases are supported. For more infomration, see the Javadoc for the support for each platform.
 
The following databases are supported. For more infomration, see the Javadoc for the support for each platform.
<table>
 
<tr>
 
<td></td>
 
<td>http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/AccessPlatform.html</td>
 
</tr>
 
  
 
Click the names below to see the Javadoc that describes the support for that platform:
 
Click the names below to see the Javadoc that describes the support for that platform:
Line 50: Line 45:
 
* [[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/TimesTen7Platform.html TimesTen7]]
 
* [[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/TimesTen7Platform.html TimesTen7]]
 
* [[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/TimesTenPlatform.html TimesTen]]
 
* [[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/TimesTenPlatform.html TimesTen]]
<! This is the list from http://wiki.eclipse.org/index.php?title=EclipseLink/FAQ/JPA&action=edit
+
<!-- This is the list from http://wiki.eclipse.org/index.php?title=EclipseLink/FAQ/JPA&action=edit
 
These include:
 
These include:
 
* Oracle
 
* Oracle
Line 96: Line 91:
 
-->
 
-->
  
==Application SErver Support==
+
==Application Server Support==
 
EclipseLink can be used with ''any'' Java EE application server that meets the [[#What Are the Software Requirements|software requirements]] through the EclipseLink API.  
 
EclipseLink can be used with ''any'' Java EE application server that meets the [[#What Are the Software Requirements|software requirements]] through the EclipseLink API.  
  
 
There is EclipseLink-specific integration support for the following servers:
 
There is EclipseLink-specific integration support for the following servers:
 +
 +
* [Oracle WebLogic Server]
 +
* [Oracle Containers for J2EE (OC4J)]
 +
* [[IBM WebSphere Application Server]]
 +
* [[Sun Application Server]]
 +
* [[JBoss Application Server]]
 +
* [[SAP NetWeaver Application Server]]
 +
 +
<!--
 
* [[#Integrating EclipseLink with Oracle WebLogic Server|Oracle WebLogic Server]]
 
* [[#Integrating EclipseLink with Oracle WebLogic Server|Oracle WebLogic Server]]
 
* [[#Integrating EclipseLink with Oracle Containers for J2EE (OC4J)|Oracle Containers for J2EE (OC4J)]]
 
* [[#Integrating EclipseLink with Oracle Containers for J2EE (OC4J)|Oracle Containers for J2EE (OC4J)]]
Line 107: Line 111:
 
* [[#Integrating EclipseLink with SAP NetWeaver Application Server|SAP NetWeaver Application Server]]
 
* [[#Integrating EclipseLink with SAP NetWeaver Application Server|SAP NetWeaver Application Server]]
  
 +
-->
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA

Revision as of 10:11, 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. These platform classes can be found in the [org.eclipse.persistence.platform.database] and other org.eclipse.persistence.platform.database.* packages.

The following databases are supported. For more infomration, see the Javadoc for the support for each platform.

Click the names below to see the Javadoc that describes the support for that platform:

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.

EclipseLink has extended support for Oracle JDBC drivers. Including:

  • LOB's
  • NChar's
  • XMLType's
  • TIMESTAMP (TZ, LTZ)'s
  • Native batch writing
  • Structured object-relational data-types
  • PLSQL data-types and stored procedures
  • VPD, RAC, proxy authentication
  • XDK XML parser


Application Server Support

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

There is EclipseLink-specific integration support for the following servers:


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

Back to the top