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 |
---|
ActiveDatabase
A lightweight class for defining the
DataSource to be used by ActiveRecord
and related classes. |
ActiveException
Exception that originates in the activerecord package.
|
ActiveRecord
Base class for active records.
|
ActiveTable
Performs all database operations for
ActiveRecord objects. |
ActiveTransaction
A class to group multiple active record operations within one JDBC transaction.
|
Class and Description |
---|
ActiveDatabase
A lightweight class for defining the
DataSource to be used by ActiveRecord
and related classes. |
ActiveException
Exception that originates in the activerecord package.
|
ActiveRecord
Base class for active records.
|
ActiveTable
Performs all database operations for
ActiveRecord objects. |