interface QueryWrapper<T> extends DataLoader<T>
SimpleExport
class to make it
easier to interact with different types of queries.Modifier and Type | Method and Description |
---|---|
int |
getId(T item)
Get the ID of the specified item.
|
ResultIterator<T> |
iterate(DbControl dc)
Get the
ResultIterator for the query. |
getData
ResultIterator<T> iterate(DbControl dc)
ResultIterator
for the query.int getId(T item)
item
- The item