Package com.revusky.oreo.inmemory

An Oreo 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.revusky.oreo.MutableDataSource interface.
 

Package com.revusky.oreo.inmemory Description

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

The classes here provide very simple concrete implementations of the core Oreo Data API's in com.revusky.oreo that can be used to get started with Oreo.