1. How to mock getJdbcTemplate().queryForObject()? stackoverflow.comI successfully mocked
with
Would you please let me know how to mock
I don't know which object I should mock.
|
2. JDBC - getJDBCtemplate with ResultExtractor is slow forum.springsource.orgJDBC - getJDBCtemplate with ResultExtractor is slow Hi, We are migrating our app to Java. Our current query runs fast in our legacy app. Now in Using Spring we are running ... |
3. JDBCTemplaete- getJdbcTemplate().query(sqlQuery, rsExtractor); forum.springsource.orgJDBCTemplaete- getJdbcTemplate().query(sqlQuery, rsExtractor); Hi, We are using getJdbcTemplate().query(sqlQuery, rsExtractor); to get results from the query. This query returns about 6000 names which we have display in drop down. When we run ... |
5. getJdbcTemplate query with like ? forum.springsource.orggetJdbcTemplate query with like Hi, We are in an environment where we are locked in with using microsoft sql server 2000 (ms sql server jdbc sp3).We are using the Spring ... |
6. getJdbcTemplate().update() forum.springsource.orgHi .. i am using getJdbcTemplate().update( ) method to insert value into table. I am using MYSQL database.i have 'id' as a primary key which is auto incremented. update() returns me ... |
7. Spring JDBC - multiple getJdbcTemplate().update(...) calls in same DAO func forum.springsource.orgSpring JDBC - multiple getJdbcTemplate().update(...) calls in same DAO func Hello there. I am using pure spring jdbc to connect to a single mysql instance. My DAO class extends JdbcDaoSupport and ... |
8. Why getJdbcTemplate in JdbcDaoSupport not protected forum.springsource.orgWhy getJdbcTemplate in JdbcDaoSupport not protected Hi, is there a reason why the method getJdbcTemplate in the class JdbcDaoSupport is made public and not protected? I thought the purpose of the ... |
9. problem with getjdbctemplate forum.springsource.orgproblem with getjdbctemplate hi, I have problems with it when I want to do an insert in table, here is my code; I have no problem to get list, but inserting ... |
10. Problem by getJdbcTemplate() ... forum.springsource.orgProblem by getJdbcTemplate() ... I use the Spring-Jdbc in my program and it looks as follow: Code: ... public boolean insertDslCustomer(Antragsdaten antragsdaten) throws DataAccessException, ParseException, SQLException { String sql = "insert ... |