A database-based persistor for Jaxer Container objects (session, sessionPage, etc.)
Platform Support
| Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
|---|
Constructors
![]() | |||||
| Constructor | Action | Jaxer Server Framework | Jaxer Client Framework | ||
|---|---|---|---|---|---|
Jaxer.DBPersistor Constructor() : Jaxer.DBPersistor A database-based persistor for Jaxer Container objects (session, sessionPage, etc.) (Advanced) | Show Details | 1.0 | no | ||
Jaxer.DBPersistor() : Jaxer.DBPersistorA database-based persistor for Jaxer Container objects (session, sessionPage, etc.) Returns
| |||||
Functions
![]() | |||||||||||||||
| Method | Action | Jaxer Server Framework | Jaxer Client Framework | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
load(String type, String key, String name) : String Retrieve a given container type's and name's property, by name (Advanced) | Show Details | 1.0 | no | ||||||||||||
Parameters
Returns
| |||||||||||||||
loadAll(String type, String key) : Object Load all the name-value properties at once for the given container type and key (Advanced) | Show Details | 1.0 | no | ||||||||||||
Parameters
Returns
| |||||||||||||||
persist(String type, String key, String name, String data) :
void
Persist a particular property (by name) for the given container type and key (Advanced) | Show Details | 1.0 | no | ||||||||||||
Parameters
| |||||||||||||||
remove(String type, String key, String name) :
void
Completely remove the given property from the database (Advanced) | Show Details | 1.0 | no | ||||||||||||
Parameters
| |||||||||||||||
removeAll(String type, String key) :
void
Completely remove all the container's properties from the database (Advanced) | Show Details | 1.0 | no | ||||||||||||
Parameters
| |||||||||||||||
Creates the database schema needed to persist containers (Advanced) | No Details | 1.0 | no | ||||||||||||

