Uses of Interface
org.sormula.operation.cascade.lazy.LazySelectable

Packages that use LazySelectable
org.sormula.active An implementation of the active record pattern built on top of sormula. 
org.sormula.operation.cascade.lazy Implementation of lazy loading. 
 

Uses of LazySelectable in org.sormula.active
 

Classes in org.sormula.active that implement LazySelectable
 class ActiveRecord<R extends ActiveRecord<R>>
          Base class for active records.
 

Uses of LazySelectable in org.sormula.operation.cascade.lazy
 

Classes in org.sormula.operation.cascade.lazy that implement LazySelectable
 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.