Hi All,
I have a requirement where i will be executing SQL querys using jdbcTemplate. These queries always returns me a single object. The returned object can be of any type (Integer,Date,String....). How to get object when i don't know what is the type of it?
Thanks,
Arif.


Reply With Quote