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

(Supported NoSQL and EIS Data-sources)
(Supported NoSQL and EIS Data-sources)
Line 42: Line 42:
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA
 
|previous=[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/NoSQL/Transactions|Transactions]]
 
|previous=[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/NoSQL/Transactions|Transactions]]
|next=    [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/NoSQL|NoSQL]]
+
|up=    [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/NoSQL|NoSQL]]
|up=      [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Schema Generation|Schema Generation]]
+
|next=      [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Schema Generation|Schema Generation]]
 
}}
 
}}

Revision as of 13:10, 2 May 2012

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.

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
Oracle NoSQL OracleNoSQLPlatform Provides Oracle NoSQL support including:
  • MAPPED key/value data
  • XML data
  • find() and SELECT all queries

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-logo.gif
Version: DRAFT
Other versions...

Back to the top