13.8. Non-relational Database Access

It is possible to adapt Kodo to access a non-relational data store by creating an implementation of the kodo.runtime.StoreManager interface. Kodo JDO Enterprise Edition provides an abstract StoreManager implementation to facilitate this process. See the kodo.abstractstore javadocs for details. Additionally, see Section 1.14, “XML Store Manager” for an example of how to extend this abstract store manager.