See: Description
| Class | Description |
|---|---|
| PersistenceManagerRegistry |
This class provides the central registry for all the PersistenceManagers.
|
| Exception | Description |
|---|---|
| PersistenceCreateException |
A PersistenceCreateException exception is thrown when an attempt to create an object in persistence storage fails.
|
| PersistenceException |
The PersistenceException class is used to throw exceptions encountered when interacting with persistence storage, for example when creating an object.
|
| PersistenceObjectAlreadyExistsException |
A PersistenceObjectAlreadyExistsException exception is thrown when an attempt is made to create an object that already exists in persistence storage.
|
| PersistenceObjectNotFoundException |
A PersistenceObjectNotFoundException exception is thrown when an attempt is made to load an object from the database that does not exist in the database.
|
| PersistenceObjectReadException |
The PersistenceObjectReadException class is used to throw exceptions encountered when reading an object from persistence storage.
|
| PersistenceObjectWriteException |
The PersistenceObjectWriteException class is used to throw exceptions encountered when writing an object to persistence storage.
|
| PersistenceRemoveException |
The PersistenceRemoveException class is used to throw exceptions encountered when removing an object from persistence storage.
|