|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CloseableIterable | |
|---|---|
| com.j256.ormlite.dao | Database Access Object classes. |
| Uses of CloseableIterable in com.j256.ormlite.dao |
|---|
| Subinterfaces of CloseableIterable in com.j256.ormlite.dao | |
|---|---|
interface |
Dao<T,ID>
The definition of the Database Access Objects that handle the reading and writing a class from the database. |
interface |
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[]. |
| Classes in com.j256.ormlite.dao that implement CloseableIterable | |
|---|---|
class |
BaseJdbcDao<T,ID>
Base class for the Database Access Objects that handle the reading and writing a class from the database. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||