Fetch an object by persistence ID from the datastore.
Defined inL Persistence/PersistentObject.js
Type: Function
Arguments:
Returns: a Proxy-wrapped instantiation of the requested object.
Throws: Error if the id has no entry in the class table (meaning the object was probably never defined). See defineObj().