SPT Object Database API

Uses of Class
com.sptci.prevayler.transaction.Transaction.Parameter

Packages that use Transaction.Parameter
com.sptci.prevayler.transaction Note: Users do not normally need to directly use these classes. 
 

Uses of Transaction.Parameter in com.sptci.prevayler.transaction
 

Constructors in com.sptci.prevayler.transaction with parameters of type Transaction.Parameter
Transaction(String method, Transaction.Parameter parameter)
          Create a new instance of the transaction with the specified values.
Transaction(String method, Transaction.Parameter[] parameters)
          Create a new instance of the transaction with the specified values.
 

Constructor parameters in com.sptci.prevayler.transaction with type arguments of type Transaction.Parameter
Transaction(String method, Collection<Transaction.Parameter> parameters)
          Create a new instance of the transaction with the specified values.
 


SPT Object Database API