Package | Description |
---|---|
org.sormula.operation.cascade.lazy |
Implementation of lazy loading.
|
Modifier and Type | Class and Description |
---|---|
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. |