Hi Siddiqi,
I still get the same behaviour, even when I left it as defaults.
How could i know what is the generated sql out of ibatis, is there a way to print out what sql it executed.
Thanks,
Zarar Siddiqi <[EMAIL PROTECTED]> wrote:
Zarar Siddiqi <[EMAIL PROTECTED]> wrote:
It might be because java.util.Map and java.util.List are interfaces and not classes. I think the defaults in this case will work fine (aka: don't specify anything). You can also use java.util.HashMap as the parameter class.----- Original Message -----From: radha rukmaniSent: Monday, January 09, 2006 10:35 AMSubject: parameter mapHiI am trying to pass some parameters into the select statement.My select statement in ibatis, is like this.<select id="getTransferPendingPlates"parameterClass="java.util.Map" resultClass="java.util.List"> SELECTGBL_PLATE_BAR_CODEFROM GTN_FERT_PLATEWHERE LOCATION_STATUS=#locationStatus#ANDTRANSFER_STATUS=#transferStatus#</select>And i am calling this from the java class, like this.parameterMap.put("transferStatus",TRANSFER_STATUS_PENDING);
parameterMap.put("locationStatus",LOCATION_STATUS_PERMANENT);
try{
pendingPlates = (List)sqlMap.queryForList("getTransferPendingPlates",parameterMap);
}catch(Exception e)Now my pendingPlates list shows an empty list of strings. but if i run the same query in oracle, i get some result. What am i doing wrong. Could any one please helpThanks.
Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
Yahoo! Photos Showcase holiday pictures in hardcover
Photo Books. You design it and well bind it!
- Re: parameter map radha rukmani
- Re: parameter map Ben Munat
- RE: parameter map radha rukmani
- RE: parameter map Tony Qian
- Re: parameter map Mark Bennett
- RE: parameter map Chen, Tim
Reply via email to
