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/NoSQL/Supported Data-sources

< EclipseLink‎ | UserGuide‎ | JPA‎ | Advanced JPA Development‎ | NoSQL
Revision as of 07:20, 17 April 2013 by Rick.sapir.oracle.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Warning This page is now obsolete.

For current information, please see "Non-SQL Standard Database Support: NoSQL" in the EclipseLink Concepts Guide: http://www.eclipse.org/eclipselink/documentation/latest/concepts/app_tl_ext003.htm




Supported NoSQL and EIS Data-sources

EclipseLink has support for several NoSQL and EIS platforms. EclipseLink also supports generic NoSQL and EIS data-sources through the JCA CCI API.

It is also possible to add support for other NoSQL data-sources through defining your own EISPlatform subclass and JCA adapter. There are also several user contributed platforms in the EclipseLink incubator project. See Platform Incubator.

The following data-sources are supported. Click the names below to see the Javadoc that describes the support for that platform.

Supported NoSQL and EIS Platforms
Data-source JavaDoc Features
MongoDB MongoPlatform Provides MongoDB support including:
  • MAPPED JSON data
  • JPQL and Criteria queries
  • Native queries
  • hints for READ_PREFERENCE, WRITE_CONCERN, OPTIONS, SKIP, LIMIT, BATCH_SIZE
Oracle NoSQL OracleNoSQLPlatform Provides Oracle NoSQL support including:
  • MAPPED key/value data
  • XML data
  • find() and SELECT all queries
  • hints for CONSISTENCY, DURABILITY, TIMEOUT, VERSION
XML files XMLFilePlatform Provides support for persistence to XML file including:
  • XML data
  • find() and SELECT all queries
  • XPath interactions
JMS JMSPlatform Provides support for persistence through JMS messaging:
  • XML data
  • send/receive operations
Oracle AQ AQPlatform Provides support for persistence through Oracle AQ messaging:
  • XML data
  • enqueue/dequeue operations

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

Back to the top