Uses of Class
org.sormula.active.operation.OperationDatabase

Packages that use OperationDatabase
org.sormula.active.operation Thread-safe and transaction-compliant database operations used by ActiveTable
 

Uses of OperationDatabase in org.sormula.active.operation
 

Methods in org.sormula.active.operation that return OperationDatabase
 OperationDatabase OperationTransaction.getOperationDatabase()
          Gets operation database for this transaction.
protected  OperationDatabase ActiveOperation.getOperationDatabase()
          Gets the database used in ActiveOperation.execute().
 

Constructors in org.sormula.active.operation with parameters of type OperationDatabase
OperationTable(OperationDatabase operationDatabase, java.lang.Class<R> rowClass)
          Constructs for an operation database and class or record.
OperationTransaction(OperationDatabase operationDatabase)
          Constructs for an operation database.