Skip to main content
aboutsummaryrefslogblamecommitdiffstats
path: root/README
blob: 451a7e7df9b9ec973aece53172b5e6a936ed1963 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                                                                           
# CDO Model Repository

CDO is both a development-time model repository and a run-time persistence framework. Being highly optimized it supports object graphs of arbitrary size.

CDO offers transactions with save points, explicit locking, change notification, queries, temporality, branching, merging, offline and fail-over modes, ...

The storage back-end is pluggable and migrations between direct JDBC, Hibernate, Objectivity/DB, MongoDB or DB4O are seamless for CDO applications.

For more information please visit https://wiki.eclipse.org/CDO

Back to the top