|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectIterator | |
|---|---|
| com.j256.ormlite.dao | Database Access Object classes. |
| com.j256.ormlite.stmt | SQL statement generation and processing. |
| Uses of SelectIterator in com.j256.ormlite.dao |
|---|
| Methods in com.j256.ormlite.dao that return SelectIterator | |
|---|---|
SelectIterator<T,ID> |
BaseJdbcDao.iterator()
|
SelectIterator<T,ID> |
BaseJdbcDao.iterator(PreparedQuery<T> preparedQuery)
|
| Uses of SelectIterator in com.j256.ormlite.stmt |
|---|
| Methods in com.j256.ormlite.stmt that return SelectIterator | |
|---|---|
SelectIterator<T,ID> |
StatementExecutor.buildIterator(BaseJdbcDao<T,ID> classDao,
DatabaseAccess jdbcTemplate)
Create and return an SelectIterator for the class with a jdbcTemplate an the default mapped query for all
statement. |
SelectIterator<T,ID> |
StatementExecutor.buildIterator(BaseJdbcDao<T,ID> classDao,
DatabaseAccess jdbcTemplate,
PreparedQuery<T> preparedQuery)
Create and return an SelectIterator for the class with a jdbcTemplate and mapped statement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||