Package org.persvr.data

Interface Summary
Lazy This is a marker interface to indicate that an object will retrieve property values when properties are first accessed.
NonCaching This is a marker interface to indicate that the JS object should not cache any of the values retrieved from the data source
ObservablePersistable  
Persistable This is interface that all persistable objects should implement
PersistableList<K>  
PropertyChangeSetListener  
TargetRetriever<T>  
 

Class Summary
BinaryData  
ConsoleLibrary Implementation of Persistent JavaScript API for Rhino
DataSourceHelper  
DataSourceManager  
DataSourceManager.SourceInfo  
DeferredField This represents a field that may be loaded later internally, but is not supposed to lazy loaded for remote clients
FunctionUtils  
GlobalData  
Identification<T> An Identification represents an id of object or a value.
JsonPath  
LazyNativeArray  
LazyNativeObject  
LazyPropertyId  
Method  
NonCachingNativeArray  
NonCachingNativeObject  
ObjectId Represents a unique identifier of a persistable object
ObjectNotFoundException  
ObjectNotFoundId Represents an ID that doesn't have a source
ObjectPath  
ObservedCall A representation of a call that took place that should be delivered as a notification to subscribers
PersevereLibrary This is the server-side persevere library for the JavaScript running on the server.
PersistableArray  
PersistableObject This class add capabilites to Rhino scriptable objects for persisting data
PersistableObject.FullSet  
PjsLibrary Implementation of Persistent JavaScript API for Rhino
ProtectedGlobal  
Query This represents a query that is generated from a JSONPath expression and is passed to data sources for efficient query execution at the data source level.
ReadonlyObject  
RestMethod Provides the default implementation of the REST methods
Schema  
SMD  
Transaction This class represents a data transaction
Transaction.ChangeUpdate  
TransactionValue  
 

Enum Summary
ObjectId.ObjectType  
 

Exception Summary
QueryCantBeHandled This is an exception indicating that the data source can not natively handle the query.