Class XMLStoreManager

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

public class XMLStoreManager extends AbstractStoreManager
Store manager to a back-end consisting of XML files. This implementation accesses data through the XMLStore associated with its XMLConfiguration. Configuration instances are shared by all store managers owned by all brokers created with the same factory.
See Also: