Package | Description |
---|---|
org.sormula.operation |
Classes that perform SQL operations such as select, update, insert, save, and delete.
|
Modifier and Type | Method and Description |
---|---|
protected OrderByTranslator<R> |
ScalarSelectOperation.getOrderByTranslator()
Gets the
OrderByTranslator . |
Modifier and Type | Method and Description |
---|---|
protected void |
ScalarSelectOperation.setOrderByTranslator(OrderByTranslator<R> orderByTranslator)
Sets the
OrderByTranslator that creates the sql "order by" phrase based upon
the OrderBy annotations. |