Package | Description |
---|---|
student.web |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPersistentMap<T>
This is an abstract map representing all of the general functionality for
maps that create projections on a particular persistence layer.
|
class |
ApplicationPersistentMap<T>
This class represents a
PersistentMap whose contents are
shared only by separate executions of a single program. |
class |
SessionPersistentMap<T>
The Session persistence layer represents all of the persisted items
associated with the current web session.
|
class |
SharedPersistentMap<T>
This class represents a
PersistentMap whose contents are
shared by all users/programs executing in the same context (i.e.,
on the same CloudSpace server, or in the same current working directory
on an end-user machine). |