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
Line 1: Line 1:
 
The CDO DB4OStore is an implementation of a CDO Store that allows to store models and meta models to DB4O Object-Oriented database.
 
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:
  
No External References (hence no meta references)
+
* No External References (hence no meta references)
No Delta-Based commits
+
* No Delta-Based commits
No Raw Access (hence no offline support)
+
* No Raw Access (hence no offline support)
No Audit Support
+
* No Audit Support
No Branching Support
+
* No Branching Support
No Crash Recovery
+
* 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:39, 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.0features 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