| Interface | Description |
|---|---|
| IRecordStore |
This interface defines a way a persistency manager can be interfaced to enabling persistency of
Records
and retrieval based on either their ids, or the order by which they were stored. |
| Class | Description |
|---|---|
| CacheRecordStore | |
| FileRecordStore |
Implementation of the
IRecordStore using a RandomAccessFile over a local file as the persistency medium |
| RecordStoreFactory |
This utility class is used to initialize an instance of an
IRecordStore according
to system configuration. |
| Exception | Description |
|---|---|
| GRS2RecordStoreAccessException |
Error while accessing needed persisted information in the context of the on going record store sub component
|
| GRS2RecordStoreException |
Base exception for all error that are though by the record store sub component
|
Copyright © 2014. All Rights Reserved.