Search:

Type: Posts; User: myzaina; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    899

    Sasikanth, as the name of the class...

    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:...
  2. Replies
    4
    Views
    1,182

    I wish that was it, but this was a typo in the...

    I wish that was it, but this was a typo in the forum not the code !
    Any other suggestions are appreciated.
  3. Replies
    4
    Views
    1,182

    select LAST_INERT_ID() returning 0

    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...
  4. It is the only cglib in my classpath. Could it...

    It is the only cglib in my classpath. Could it exist in another Jar file ?
  5. NoClassDefFoundError net/sf/cglib/core/KeyFactory

    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
Results 1 to 5 of 5