R - record typepublic class Update<R extends ActiveRecord<R>> extends ActiveOperation<R,java.lang.Integer>
Table.update(Object)| Constructor and Description |
|---|
Update(ActiveTable<R> activeTable,
R record) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
operate()
Invoked by
ActiveOperation.execute() to perform the operation. |
attach, attach, close, execute, getOperationDatabase, getTable, isLocalTransactionpublic Update(ActiveTable<R> activeTable, R record)
public java.lang.Integer operate()
throws java.lang.Exception
ActiveOperationActiveOperation.execute() to perform the operation. Subclasses must implement.operate in class ActiveOperation<R extends ActiveRecord<R>,java.lang.Integer>java.lang.Exception