|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| PersistenceContext | Memory data structure attached to a thread that manages objects that are persistent. |
| PersistenceManager | This class is used to store and retrieve objects by their type in the database. |
| Class Summary | |
|---|---|
| PersistenceManagerFactory | Helper class that provides the default persistent manager singleton. |
| Enum Summary | |
|---|---|
| PersistenceContext.Kind | The kind of peristence context. |
| Exception Summary | |
|---|---|
| PersistenceException | This exception is raised by the persistent manager or a persitence context. |
| RollbackException | This exception is raised by a persistent context to indicate that the current context has been rollbacked. |
| Annotation Types Summary | |
|---|---|
| Id | Marker annotation of the id getter used by the persistence manager to store the primary key. |
| Persistent | Used to tag a class as persistent. |
This package defines a non pervasive persistence manager to an object database. The classe PersistenceManager. Examples : add an object in the database
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||