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 |
---|---|
UpdateCascade[] |
UpdateCascadeAnnotationReader.getUpdateCascades() |
Constructor and Description |
---|
UpdateCascadeOperation(UpdateOperation<S> sourceOperation,
RowField<S,?> targetField,
Table<T> targetTable,
UpdateCascade updateCascadeAnnotation)
Constructor used by
UpdateOperation . |