I can only assume that you are talking about the queryForObject method. Which will return a null if a row is not returned. What is the issue that you are running into?
Nathan On 9/4/07, prvijay <[EMAIL PROTECTED]> wrote: > > > Hi, > > i a m using iBatis for executing a select query, it works fine if the > query has a return value. Its giving null when the query does not have any > results. Thats notthe case with procedure. Do anyone have any idea on > this. > -- > View this message in context: http://www.nabble.com/iBatis- > Select-Query-tf4376563.html#a12474812 > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
