Skip to main content

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.

Jump to: navigation, search

CDO/DB4O Store

< CDO
Revision as of 12:39, 22 February 2011 by Unnamed Poltroon (Talk)

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