Package | Description |
---|---|
org.sormula |
Fundamental classes.
|
org.sormula.active.operation |
Thread-safe and transaction-compliant database operations used by
ActiveTable . |
Modifier and Type | Class and Description |
---|---|
class |
CachedTable<R>
A cached table with default cache settings.
|
class |
Table<R>
A table within a sql database.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<TransactionListener> |
Transaction.getListeners()
Gets list of listeners that were added with
Transaction.addListener(TransactionListener) . |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.addListener(TransactionListener listener)
Adds a listener that will be notified of
Transaction events. |
void |
Transaction.removeListener(TransactionListener listener)
Removes a transaction listener.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationTable<R extends ActiveRecord>
A
Table for use by one transaction within an ActiveOperation . |