Package | Description |
---|---|
org.sormula.active |
An implementation of the
active record pattern built on top of sormula.
|
org.sormula.operation.cascade.lazy |
Implementation of lazy loading.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveRecord<R extends ActiveRecord<? super R>>
Base class for active records.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazySelector<R>
Typical state and behavior for performing lazy select cascades.
|
class |
DurableLazySelector<R>
A lazy cascade selector that uses a
DataSource or data source name to create the
Database when performing the lazy select. |
class |
SimpleLazySelector<R>
A lazy cascade selector that uses the same
Database that was used to select source row. |