Package | Description |
---|---|
org.sormula.annotation.cascade |
Annotations for defining cascade relationships between two row classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CascadeAnnotationReader.init(OneToManyCascade cascadeAnnotation)
Initializes common values when
OneToManyCascade is annotated on source field. |
protected void |
UpdateCascadeAnnotationReader.initOneToManyCascade(OneToManyCascade cascadeAnnotation)
Initializes when
OneToManyCascade is annotated on source field (or implied
as default when no annotation is used). |
protected void |
SelectCascadeAnnotationReader.initOneToManyCascade(OneToManyCascade cascadeAnnotation)
Initializes when
OneToManyCascade is annotated on source field (or implied
as default when no annotation is used). |
protected void |
SaveCascadeAnnotationReader.initOneToManyCascade(OneToManyCascade cascadeAnnotation)
Initializes when
OneToManyCascade is annotated on source field (or implied
as default when no annotation is used). |
protected void |
InsertCascadeAnnotationReader.initOneToManyCascade(OneToManyCascade cascadeAnnotation)
Initializes when
OneToManyCascade is annotated on source field (or implied
as default when no annotation is used). |
protected void |
DeleteCascadeAnnotationReader.initOneToManyCascade(OneToManyCascade cascadeAnnotation)
Initializes when
OneToManyCascade is annotated on source field (or implied
as default when no annotation is used). |
protected abstract void |
CascadeAnnotationReader.initOneToManyCascade(OneToManyCascade cascacdeAnnotation)
Initializes when
OneToManyCascade is annotated on source field (or implied
as default when no annotation is used). |