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.
EclipseLink/UserGuide/JPA/Advanced JPA Development/NoSQL/Supported Data-sources
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.
Data-source | JavaDoc | Features |
MongoDB | MongoPlatform | Provides MongoDB support including:
|
Oracle NoSQL | OracleNoSQLPlatform | Provides Oracle NoSQL support including:
|
XML files | XMLFilePlatform | Provides support for persistence to XML file including:
|
JMS | JMSPlatform | Provides support for persistence through JMS messaging:
|
Oracle AQ | AQPlatform | Provides support for persistence through Oracle AQ messaging:
|