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 |
---|---|
SelectCascade[] |
SelectCascadeAnnotationReader.getSelectCascades() |
Constructor and Description |
---|
SelectCascadeOperation(ScalarSelectOperation<S> sourceOperation,
RowField<S,?> targetField,
Table<T> targetTable,
SelectCascade selectCascadeAnnotation)
Constructor used by
ScalarSelectOperation . |