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 "CDO/DB4O Store"

< CDO
(New page: The CDO MongoDB store is an implementation of a CDO Store that allows to store models and meta models to MongoDB databases. The current implementation supports all [http://www.eclipse.org...)
 
Line 1: Line 1:
The CDO MongoDB store is an implementation of a CDO Store that allows to store models and meta models to MongoDB databases.
+
The CDO DB4OStore is an implementation of a CDO Store that allows to store models and meta models to DB4O Object-Oriented database.
  
 
The current implementation supports all [http://www.eclipse.org/cdo/documentation/relnotes_40/relnotes-4.0.html CDO 4.0] features with the following exceptions:
 
The current implementation supports all [http://www.eclipse.org/cdo/documentation/relnotes_40/relnotes-4.0.html CDO 4.0] features with the following exceptions:
  
NoExternalReferences (hence no meta references)
+
No External References (hence no meta references)
NoHandleRevisions
+
No Delta-Based commits
NoRawAccess (hence no offline support)
+
No Raw Access (hence no offline support)
 
No Audit Support
 
No Audit Support
 
No Branching Support
 
No Branching Support
NoCrashRecovery
+
No Crash Recovery
  
 
This document will help users setup their environment and configure CDO to work with DB4O.
 
This document will help users setup their environment and configure CDO to work with DB4O.

Revision as of 12:37, 22 February 2011

The CDO DB4OStore is an implementation of a CDO Store that allows to store models and meta models to DB4O Object-Oriented database.

The current implementation supports all CDO 4.0 features with the following exceptions:

No External References (hence no meta references) No Delta-Based commits No Raw Access (hence no offline support) No Audit Support No Branching Support No Crash Recovery

This document will help users setup their environment and configure CDO to work with DB4O.

Back to the top