See: Description
Class | Description |
---|---|
PersistEntryNode |
Persistence storage entry class.
|
PersistEntryScalar |
Persistence storage entry class.
|
PersistEntryTable |
Persistence storage entry class.
|
PersistEntryTableRow |
Persistence storage entry class.
|
PersistExternalizable | |
PersistStorage |
Abstract persistence storage class which gives an option for various
persistency implementations.
|
PersistStorageImpl |
Implementation of
PersistStorage , which provides persistence
in plain HashMap<String,String> serialized into file. |
Enum | Description |
---|---|
PersistPolicy |
Persistence policy.
|