|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
interface QueryWrapper<T>
A helper interface for the SimpleExport class to make it
easier to interact with different types of queries.
| Method Summary | |
|---|---|
int |
getId(T item)
Get the ID of the specified item. |
ResultIterator<T> |
iterate()
Get the ResultIterator for the query. |
| Methods inherited from interface net.sf.basedb.clients.web.plugins.DataLoader |
|---|
getData |
| Method Detail |
|---|
ResultIterator<T> iterate()
ResultIterator for the query.
int getId(T item)
item - The item
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||