Package | Description |
---|---|
org.sormula.operation |
Classes that perform SQL operations such as select, update, insert, save, and delete.
|
org.sormula.operation.cascade |
Classes that perform cascade (one-to-many and one-to-one) operations that are defined
by cascade annotations.
|
org.sormula.operation.filter |
Filters that allow filtering algorithms to be written in Java and applied
as rows are read from the database.
|
Modifier and Type | Method and Description |
---|---|
SelectCascadeFilter<?>[] |
ScalarSelectOperation.getSelectCascadeFilters()
Deprecated.
Replaced by
ScalarSelectOperation.getFilterPredicateMap() |
Modifier and Type | Method and Description |
---|---|
void |
ScalarSelectOperation.setSelectCascadeFilters(SelectCascadeFilter<?>... selectCascadeFilters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SelectCascadeFilter<?>[] |
SelectCascadeOperation.getSelectCascadeFilters()
Deprecated.
Replaced by
SelectCascadeOperation.getFilterPredicateMap() |
Modifier and Type | Method and Description |
---|---|
void |
SelectCascadeOperation.setSelectCascadeFilters(SelectCascadeFilter<?>... selectCascadeFilters)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectCascadeFilter
|