Uses of Class
org.sormula.annotation.cascade.SelectCascadeAnnotationReader

Packages that use SelectCascadeAnnotationReader
org.sormula.active.operation Thread-safe and transaction-compliant database operations used by ActiveTable
 

Uses of SelectCascadeAnnotationReader in org.sormula.active.operation
 

Constructors in org.sormula.active.operation with parameters of type SelectCascadeAnnotationReader
ActiveLazySelector(ActiveTable<R> sourceActiveTable, R sourceActiveRecord, SelectCascadeAnnotationReader scar)
          Constructs for the source and annotation reader.