|
2.17.2: 2011-06-17 | ||||||||
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
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |