resultMap « ibatis « Java Database Q&A





1. iBatis using a set for a resultMap as well as a parameterMap    stackoverflow.com

I want to pass a Set of Strings in an iBatis query for the parameter map as well as return a collection of strings for the result set. Is this possible? Example queries ...

2. IBatis and decode parameter mapping in resultMap    stackoverflow.com

Hi I am new to Ibatis. I have a query in oracle which returns true or false using decode function SELECT decode(phone_number,null,null,'true') as GROUP_ASSIGNED ----- rest of the query In this case ...

3. Returning a Constant in an iBatis resultMap    stackoverflow.com

I have a resultMap set up with a number of result elements in it. I would like to be able to set a constant as one of the results. So instead ...