Extends: subclass → PersistentObject
DESCRIPTION
STUFF
PROBABLY_NONE
Do not ever use “new” to instantiate a PersistentObject (or subclass thereof). Instead, store the result of PersistentObject.define() somewhere and reference it when needed, or fetch the object by its 'id' with PersistentObject.fetch().
Description.
Description.
Example:
FIXME