Package | Description |
---|---|
org.sormula.active.operation |
Thread-safe and transaction-compliant database operations used by
ActiveTable . |
Modifier and Type | Method and Description |
---|---|
OperationDatabase |
OperationTransaction.getOperationDatabase()
Gets operation database for this transaction.
|
protected OperationDatabase |
ActiveOperation.getOperationDatabase()
Gets the database used in
ActiveOperation.execute() . |
Constructor and Description |
---|
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.
|