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

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

Methods in org.sormula.annotation.cascade that return DeleteCascade
 DeleteCascade[] DeleteCascadeAnnotationReader.getDeleteCascades()
           
 

Uses of DeleteCascade in org.sormula.operation.cascade
 

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