[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[News.eclipse.technology.eclipselink] Re: What backend DBs are supported?
|
I added this to the EclipseLink FAQ:
http://wiki.eclipse.org/EclipseLink/FAQ/JPA#What_databases_are_supported.3F
EclipseLink supports any relational database that is compliant with SQL
and has a compliant JDBC driver. EclipsLink 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
org.eclipse.persistence.platform.database.oracle packages.
These include:
Oracle
Oracle JDBC (8, 9, 10, 11)
MySQL
PostgreSQL
Derby
DB2
DB2 (mainframe)
Microsoft SQL Server
Sybase
Informix
SQL AnyWhere
HSQL
Microsoft Access
Attunity
Cloudscape
DBase
PointBase
TimesTen
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
EclipseLink also has support for structure object-relational data-types
and databases, and Enterprise Information Systems (EIS, legacy datasources
and messaging platforms).
-- James