Allow mapping of multiple result sets
-------------------------------------
Key: IBATISNET-181
URL: http://issues.apache.org/jira/browse/IBATISNET-181
Project: iBatis for .NET
Issue Type: New Feature
Components: DataMapper
Reporter: Michael Schall
Allow a single stored procedure / statement to return multiple results sets and
map them to specific object lists. Similar to the new feature in the Java
version.
"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."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira