8.  Non-Relational Stores

It is possible to adapt OpenJPA to access a non-relational datastore by creating an implementation of the org.apache.openjpa.kernel.StoreManager interface. OpenJPA provides an abstract StoreManager implementation to facilitate this process. See the org.apache.openjpa.abstractstore package Javadoc for details.