Sasikanth, as the name of the class MappingSqlQuery suggests its used for
queries or select statements.
You need to use jdbcTemplate for doing updates(insert/update/delete).
Here is a template:...
Type: Posts; User: myzaina; Keyword(s):
Sasikanth, as the name of the class MappingSqlQuery suggests its used for
queries or select statements.
You need to use jdbcTemplate for doing updates(insert/update/delete).
Here is a template:...
I wish that was it, but this was a typo in the forum not the code !
Any other suggestions are appreciated.
I am porting my DAO layer from straight JDBC to Spring/JDBC.
Below is a snipet of my code:
public class UserJdbcDao extends JdbcDaoSupport implements UserDao, RowMapper
{
public Object...
It is the only cglib in my classpath. Could it exist in another Jar file ?
I am getting the above exception, although the class is included in
the following jar: cglib-2.1.jar which is included in my classpath.
Any idea why am getting the exception ?
Thanks