SPT Object Database API
A C D E F G H I L M N O P Q R S T U V W _

T

taskQueue - Static variable in class com.sptci.prevayler.StorageSystem
A task queue used when persisting object graphs to avoid infinite loops due to the recursive nature of following object graphs.
toString() - Method in class com.sptci.prevayler.PrevalentObject
Return a string representation of this object.
Transaction<P> - Class in com.sptci.prevayler.transaction
A general purpose transaction used to execute transactional methods on the prevalent system.
Transaction(String, Transaction.Parameter) - Constructor for class com.sptci.prevayler.transaction.Transaction
Create a new instance of the transaction with the specified values.
Transaction(String, Collection<Transaction.Parameter>) - Constructor for class com.sptci.prevayler.transaction.Transaction
Create a new instance of the transaction with the specified values.
Transaction(String, Transaction.Parameter[]) - Constructor for class com.sptci.prevayler.transaction.Transaction
Create a new instance of the transaction with the specified values.
Transaction.Parameter - Class in com.sptci.prevayler.transaction
A mapping object used to capture the class type and instance of a parameter to a method defined on the prevalent system.
Transaction.Parameter(Class, Object) - Constructor for class com.sptci.prevayler.transaction.Transaction.Parameter
Craete a new instance of the parameter with the specified values.
Transaction.Parameter(Object) - Constructor for class com.sptci.prevayler.transaction.Transaction.Parameter
Create a new instance using the specified parameter value.
type - Variable in class com.sptci.prevayler.IndexedObject
The field that stores the class of the prevalent object.
type - Variable in class com.sptci.prevayler.query.FetchByIndex
The type of the prevalent object that is to be queried.
type - Variable in class com.sptci.prevayler.query.FetchByIndices
The type of the prevalent object that is to be queried.
type - Variable in class com.sptci.prevayler.transaction.Transaction.Parameter
The class of the parameter.
types - Variable in class com.sptci.prevayler.transaction.Transaction
The types of the parameters for the transactional method.

SPT Object Database API
A C D E F G H I L M N O P Q R S T U V W _