SPT Object Database 0.1.1 (Default branch) |
|
|
SPT Object Database is a pure Java Object Database
developed around the Prevayler transactional
object persistence framework. SPT Object Database
attempts to address some of the most glaring
deficiencies in Prevayler while making full use of
its great features.
License: The Apache License 2.0
Changes:
The PrevalentManager facade was introduced, which
provides an easier interface (similar to JDO
PersistenceManager) than the Prevayler API.
IndexStorage was modified to reduce memory
requirements by not storing objects directly. Add
and Update transactions were replaced with a
single Save transaction.
|