Explains how to integrate arbitrary data storage back-ends with the CDO Model Repository framework.
The CDO model repository framework does not make many assumptions on the type of data storage back-end used to store models and object graphs. A CDO repository communicates with a concrete back-end through an implementation of the IStore interface. By providing a custom store a repository can either talk to new back-end types or talk differently to already supportedback-end types.
To develop a custom store: