Package com.niggle.data.inmemory

A Niggle DataSource implementation that keeps records in-memory and persists them to a flat file.

See:
          Description

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 MutableDataSource 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
 

Package com.niggle.data.inmemory Description

A Niggle DataSource implementation that keeps records in-memory and persists them to a flat file.