| Interface | Description |
|---|---|
| Persistent |
Specified methods which must be implemented by
objects wishing to be saved.
|
| PersistentPeer |
Any object which should persist over time should
have a PersistentPeer which handles saving it.
|
| Exception | Description |
|---|---|
| PersistenceException |
An exception that gets thrown on persistence operations.
|