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

Packages that use SelectCascade
org.sormula.annotation.cascade Annotations for defining cascade relationships between two row classes. 
org.sormula.operation.cascade Classes that perform cascade (one-to-many and one-to-one) operations that are defined by cascade annotations. 
 

Uses of SelectCascade in org.sormula.annotation.cascade
 

Methods in org.sormula.annotation.cascade that return SelectCascade
 SelectCascade[] SelectCascadeAnnotationReader.getSelectCascades()
           
 

Uses of SelectCascade in org.sormula.operation.cascade
 

Constructors in org.sormula.operation.cascade with parameters of type SelectCascade
SelectCascadeOperation(SormulaField<S,?> targetField, Table<T> targetTable, SelectCascade selectCascadeAnnotation)
          Constructor used by SelectOperation.