You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1449,8 +1449,8 @@ Here is the statement and result map.</p>
1449
1449
) author from blog b
1450
1450
</select>]]></source>
1451
1451
1452
-
<p>Compared to the examples in the previous section, the key difference is the <code>resultSet</code> attribute in the <code><association></code> element.<br />
1453
-
Its value <code>NESTED_CURSOR</code> indicates that the value of the column <code>author</code> is nested cursor.</p>
1452
+
<p>Compared to the examples in the previous section, the key difference is the <code>jdbcType</code> attribute in the <code><association></code> element.<br />
1453
+
Its value <code>CURSOR</code> indicates that the value of the column <code>author</code> is nested cursor.</p>
1454
1454
1455
1455
1456
1456
<h4>ResultSets múltiples en Association</h4>
@@ -1630,12 +1630,12 @@ SELECT * FROM AUTHOR WHERE ID = #{id}]]></source>
1630
1630
<h4>Nested Cursor for Collection</h4>
1631
1631
1632
1632
<p>It might be obvious, but nested cursor can return multiple rows.<br />
1633
-
Just like <code><association></code>, you just need to specify <code>resultSet="NESTED_CURSOR"</code> in the <code><collection></code> element.</p>
1633
+
Just like <code><association></code>, you just need to specify <code>jdbcType="CURSOR"</code> in the <code><collection></code> element.</p>
@@ -1476,8 +1476,8 @@ Here is the statement and result map.</p>
1476
1476
) author from blog b
1477
1477
</select>]]></source>
1478
1478
1479
-
<p>Compared to the examples in the previous section, the key difference is the <code>resultSet</code> attribute in the <code><association></code> element.<br />
1480
-
Its value <code>NESTED_CURSOR</code> indicates that the value of the column <code>author</code> is nested cursor.</p>
1479
+
<p>Compared to the examples in the previous section, the key difference is the <code>jdbcType</code> attribute in the <code><association></code> element.<br />
1480
+
Its value <code>CURSOR</code> indicates that the value of the column <code>author</code> is nested cursor.</p>
1481
1481
1482
1482
1483
1483
<h4>Multiple ResultSets for Association</h4>
@@ -1662,12 +1662,12 @@ SELECT * FROM AUTHOR WHERE ID = #{id}]]></source>
1662
1662
<h4>Nested Cursor for Collection</h4>
1663
1663
1664
1664
<p>It might be obvious, but nested cursor can return multiple rows.<br />
1665
-
Just like <code><association></code>, you just need to specify <code>resultSet="NESTED_CURSOR"</code> in the <code><collection></code> element.</p>
1665
+
Just like <code><association></code>, you just need to specify <code>jdbcType="CURSOR"</code> in the <code><collection></code> element.</p>
@@ -1681,8 +1681,8 @@ Here is the statement and result map.</p>
1681
1681
) author from blog b
1682
1682
</select>]]></source>
1683
1683
1684
-
<p>Compared to the examples in the previous section, the key difference is the <code>resultSet</code> attribute in the <code><association></code> element.<br />
1685
-
Its value <code>NESTED_CURSOR</code> indicates that the value of the column <code>author</code> is nested cursor.</p>
1684
+
<p>Compared to the examples in the previous section, the key difference is the <code>jdbcType</code> attribute in the <code><association></code> element.<br />
1685
+
Its value <code>CURSOR</code> indicates that the value of the column <code>author</code> is nested cursor.</p>
1686
1686
1687
1687
1688
1688
<h4>关联的多结果集(ResultSet)</h4>
@@ -1879,12 +1879,12 @@ SELECT * FROM AUTHOR WHERE ID = #{id}]]></source>
1879
1879
<h4>Nested Cursor for Collection</h4>
1880
1880
1881
1881
<p>It might be obvious, but nested cursor can return multiple rows.<br />
1882
-
Just like <code><association></code>, you just need to specify <code>resultSet="NESTED_CURSOR"</code> in the <code><collection></code> element.</p>
1882
+
Just like <code><association></code>, you just need to specify <code>jdbcType="CURSOR"</code> in the <code><collection></code> element.</p>
0 commit comments