|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseJdbcDao | |
|---|---|
| com.j256.ormlite.spring | Support classes for spring wiring the package. |
| com.j256.ormlite.stmt | SQL statement generation and processing. |
| Uses of BaseJdbcDao in com.j256.ormlite.spring |
|---|
| Method parameters in com.j256.ormlite.spring with type arguments of type BaseJdbcDao | |
|---|---|
void |
TableCreator.setConfiguredDaos(List<BaseJdbcDao<?,?>> configuredDaos)
|
| Uses of BaseJdbcDao in com.j256.ormlite.stmt |
|---|
| Methods in com.j256.ormlite.stmt with parameters of type BaseJdbcDao | |
|---|---|
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. |
| Constructors in com.j256.ormlite.stmt with parameters of type BaseJdbcDao | |
|---|---|
SelectIterator(Class<T> dataClass,
BaseJdbcDao<T,ID> classDao,
GenericRowMapper<T> rowMapper,
PreparedStmt preparedStatement,
String statement)
If the statement parameter is null then this won't log information |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||