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

Packages that use CascadeAnnotationReader
org.sormula.annotation.cascade Annotations for defining cascade relationships between two row classes. 
 

Uses of CascadeAnnotationReader in org.sormula.annotation.cascade
 

Subclasses of CascadeAnnotationReader in org.sormula.annotation.cascade
 class DeleteCascadeAnnotationReader
          Reads delete cascade annotation information for a field.
 class InsertCascadeAnnotationReader
          Reads insert cascade annotation information for a field.
 class SaveCascadeAnnotationReader
          Reads save cascade annotation information for a field.
 class SelectCascadeAnnotationReader
          Reads select cascade annotation information for a field.
 class UpdateCascadeAnnotationReader
          Reads update cascade annotation information for a field.