Package | Description |
---|---|
org.sormula.operation.cascade |
Classes that perform cascade (one-to-many and one-to-one) operations that are defined
by cascade annotations.
|
Constructor and Description |
---|
InsertCascadeOperation(InsertOperation<S> sourceOperation,
RowField<S,?> targetField,
Table<T> targetTable,
InsertCascade insertCascadeAnnotation)
Constructor used by
InsertOperation . |