Here's the changelog:

http://fisheye3.cenqua.com/changelog/ibatis/?cs=431155

Here's an example of how it's used:

<procedure id="getEmployeesAndDepartmentsForOrg" 

parameterClass="int"
resultMap="EmployeeResult, DepartmentResult">
{call GET_EMP_DEPT (#1#)}
</procedure>
The above example will produce a list of two lists, one with employees, and the other with departments.

Cheers,
Clinton



On 8/14/06, Rivaaj Jumna <[EMAIL PROTECTED]> wrote:
Hi Clinton

I would like to see how it was done in the Java version, are there examples of the usage of this feature in the Java version as well?

Regards
Rivaaj


On 8/15/06, Clinton Begin <[EMAIL PROTECTED]> wrote:


We just implemented it in the Java version.  It was quite a mess to implement, due to the current over-layered design (my fault) but not impossible.  Something similar could be done for the C# implementation. I can point you to the SVN change log if you'd like to see what I did.

Cheers,
Clinton



On 8/14/06, Rivaaj Jumna < [EMAIL PROTECTED]> wrote:
Hi

I've been testing out ibatis.net and it looks really good. My one stumbling block is how to handle stored procedures returning multiple result sets? Given my limited use of the data mapper, I'm not quite sure how to accomplish this. Any help is appreciated.

Regards
Rivaaj



Reply via email to