|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseDaoImpl | |
|---|---|
| com.j256.ormlite.stmt | SQL statement generation and processing. |
| Uses of BaseDaoImpl in com.j256.ormlite.stmt |
|---|
| Methods in com.j256.ormlite.stmt with parameters of type BaseDaoImpl | |
|---|---|
SelectIterator<T,ID> |
StatementExecutor.buildIterator(BaseDaoImpl<T,ID> classDao,
ConnectionSource connectionSource,
ObjectCache objectCache)
Create and return a SelectIterator for the class using the default mapped query for all statement. |
SelectIterator<T,ID> |
StatementExecutor.buildIterator(BaseDaoImpl<T,ID> classDao,
ConnectionSource connectionSource,
PreparedStmt<T> preparedStmt,
ObjectCache objectCache)
Create and return an SelectIterator for the class using a prepared statement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||