Package | Description |
---|---|
org.sormula.active.operation |
Thread-safe and transaction-compliant database operations used by
ActiveTable . |
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.
|
Class and Description |
---|
SelectCascadeAnnotationReader
Reads select cascade annotation information for a field.
|
Class and Description |
---|
Cascade
A general purpose cascade annotation.
|
CascadeAnnotationReader
Base class for cascade annotation readers.
|
DeleteCascade
Used within a
Cascade annotation to define a cascade delete operation. |
InsertCascade
Used within a
Cascade annotation to define a cascade insert operation. |
OneToManyCascade
Cascade annotation for a one to many relationship between source row and
target row.
|
OneToOneCascade
Cascade annotation for a one to one relationship between source row and
target row.
|
SaveCascade
Used within a
Cascade annotation to define a cascade save operation. |
SelectCascade
Used within a
OneToOneCascade , OneToManyCascade , or Cascade annotation
to define a cascade select operation. |
UpdateCascade
Used within a
Cascade annotation to define a cascade update operation. |
Class and Description |
---|
DeleteCascade
Used within a
Cascade annotation to define a cascade delete operation. |
InsertCascade
Used within a
Cascade annotation to define a cascade insert operation. |
SaveCascade
Used within a
Cascade annotation to define a cascade save operation. |
SelectCascade
Used within a
OneToOneCascade , OneToManyCascade , or Cascade annotation
to define a cascade select operation. |
UpdateCascade
Used within a
Cascade annotation to define a cascade update operation. |