Hi experts,

I am new to spring. I am using spring 3 , postgresql 9.1. I am integrating both by using JdbcDaoSupport. I extend my DAO class with JdbcDaoSupport. I have a table UserDetails and the primary key "User_id" . I try to retrieve the user record by the id , but unable to do so.

Please help.

Thanks