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

Packages that use InsertCascade
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 InsertCascade in org.sormula.annotation.cascade
 

Methods in org.sormula.annotation.cascade that return InsertCascade
 InsertCascade[] InsertCascadeAnnotationReader.getInsertCascades()
           
 

Uses of InsertCascade in org.sormula.operation.cascade
 

Constructors in org.sormula.operation.cascade with parameters of type InsertCascade
InsertCascadeOperation(SormulaField<S,?> targetField, Table<T> targetTable, InsertCascade insertCascadeAnnotation)
          Constructor used by InsertOperation.