Package net.wotonomy.datastore

A "low technology" object database, suitable for simple application persistence.

See:
          Description

Interface Summary
DataIndex A DataIndex maintains a list of objects associated with values.
DataSoup  
DataView  
UniquelyIdentifiable  
 

Class Summary
DataKey  
DataStore  
DefaultComparator DefaultComparator exists to compare basic java primitive wrappers, since these classes don't implement Comparable in jdk 1.1.x.
DefaultDataIndex This implementation of DataIndex wraps a TreeMap and adds the ability to contain objects with duplicate keys.
DefaultDataView  
DuplicateList DuplicateList is a marker class used to store values with duplicate keys in the DataIndex TreeMap.
FileSoup  
SerializedFileSoup  
XMLFileSoup  
 

Package net.wotonomy.datastore Description

A "low technology" object database, suitable for simple application persistence. The design goal is to simply store, retrieve, and query arbitrary java objects that need no knowledge of how they are to be persisted.

DataSoup is the primary interface, with SerializedFileSoup and XMLFileSoup being the primary implementations. Both implementations persist arbitrary java objects to the file system, with some limitations.

This package has dependencies on the util package.



Copyright © 2006 null. All Rights Reserved.