Package | Description |
---|---|
org.sormula.operation |
Classes that perform SQL operations such as select, update, insert, save, and delete.
|
org.sormula.selector |
Classes that select subsets of rows.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayListSelectOperation<R>
|
class |
HashMapSelectOperation<K,R>
|
class |
LinkedHashMapSelectOperation<K,R>
|
class |
ListSelectOperation<R>
|
class |
MapSelectOperation<K,R>
|
Modifier and Type | Method and Description |
---|---|
protected void |
PaginatedSelector.init(SelectOperation<R,C> selectOperation) |
Constructor and Description |
---|
PaginatedSelector(int pageSize,
SelectOperation<R,C> selectOperation)
Constructs for a page size and select operation.
|
PaginatedSelector(int pageSize,
SelectOperation<R,C> selectOperation,
boolean scrollSensitive)
Constructs for a page size, select operation, and scroll sensitivity.
|