|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| CloseableIterable<T> | Extension to Iterable to provide a iterator() method that returns a CloseableIterator. |
| CloseableIterator<T> | Extension to Iterator to provide a close() method. |
| Dao<T,ID> | The definition of the Database Access Objects that handle the reading and writing a class from the database. |
| RawResults | Results returned by a call to Dao.queryForAllRaw(java.lang.String) or Dao.iteratorRaw(java.lang.String) which handles each result as a
String[]. |
| Class Summary | |
|---|---|
| BaseJdbcDao<T,ID> | Base class for the Database Access Objects that handle the reading and writing a class from the database. |
Database Access Object classes.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||