Package | Description |
---|---|
org.sormula.active |
An implementation of the
active record pattern built on top of sormula.
|
org.sormula.active.operation |
Thread-safe and transaction-compliant database operations used by
ActiveTable . |
Class and Description |
---|
OperationTransaction
A
Transaction for use by classes in org.sormula.active.operation package. |
Class and Description |
---|
ActiveOperation
Template for executing
ActiveOperation.operate() on an active table. |
OperationDatabase
Database for one transaction within an ActiveOperation . |