Class AbstractStoreManager

java.lang.Object
org.apache.openjpa.abstractstore.AbstractStoreManager
All Implemented Interfaces:
StoreManager, Closeable
Direct Known Subclasses:
XMLStoreManager

public abstract class AbstractStoreManager extends Object implements StoreManager
Abstract store manager implementation to ease development of custom OpenJPA back-ends. A concrete subclass must define implementations for the following methods: Additionally, subclasses should not attempt to acquire resources until open() has been called. Store manager instances might be created to call metadata methods such as newConfiguration() or getUnsupportedOptions() and never opened. These instances should not consume any data store resources. Notes:
Since:
0.3.1