Skip to content

Commit fd5a8ad

Browse files
committed
fixed the wrong line...
1 parent 29f8709 commit fd5a8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,8 +1754,8 @@ public class User {
17541754
</resultMap>]]></source>
17551755

17561756
<p>
1757-
With this result map both <i>Blog</i> and <i>Author</i> will be auto-mapped. But note that <i>Author</i> has a <i>id</i>
1758-
property and there is an column named <i>id</i> in the ResultSet so Author's id will be filled with Blog's id, and that is not
1757+
With this result map both <i>Blog</i> and <i>Author</i> will be auto-mapped. But note that <i>Author</i> has an <i>id</i>
1758+
property and there is a column named <i>id</i> in the ResultSet so Author's id will be filled with Blog's id, and that is not
17591759
what you were expecting. So use the <code>FULL</code> option with caution.
17601760
</p>
17611761

0 commit comments

Comments
 (0)