Package | Description |
---|---|
org.sormula.active |
An implementation of the
active record pattern built on top of sormula.
|
Modifier and Type | Method and Description |
---|---|
protected ActiveTransaction |
ActiveTable.getActiveTransaction()
Gets the active transaction if transaction is in use.
|
ActiveTransaction |
ActiveDatabase.getActiveTransaction()
Gets the transaction in use by this active database.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveDatabase.setActiveTransaction(ActiveTransaction activeTransaction)
Sets the transaction in use.
|