Package com.niggle.data.inmemory

Class Summary
CrudeDataPersister A data listener that persists using an extremely crude scheme.
InMemoryIndex An object that listens to the insert/update/delete events of a RecordManager and maintains a lookup table based on a certain field.
InMemoryRecordSet A simple implementation of the com.niggle.data.MutableDataSource interface.
SimpleSessionManager An implementation of com.niggle.data.SessionManager built on top of our MemoryMutableDataSource