org.apache.openjpa.xmlstore |
XML Store
Simple XML store using the common OpenJPA runtime system as a front end.
|
Java Source File Name | Type | Comment |
ObjectData.java | Class | In-memory form of data in datastore backing a single persistent object. |
XMLConfiguration.java | Class | Configuration implementation for the XML file store. |
XMLFileHandler.java | Class | Stores
ObjectData objects by serializing a collection
of them into and out of an XML file. |
XMLStore.java | Class | Represents a store of object data encoded in XML. |
XMLStoreManager.java | Class | Store manager to a back-end consisting of XML files. |