Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DeleteCascade[] |
DeleteCascadeAnnotationReader.getDeleteCascades() |
Constructor and Description |
---|
DeleteCascadeOperation(DeleteOperation<S> sourceOperation,
RowField<S,?> targetField,
Table<T> targetTable,
DeleteCascade deleteCascadeAnnotation)
Constructor used by
DeleteOperation . |