File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1754,8 +1754,8 @@ public class User {
1754
1754
</resultMap>]]> </source >
1755
1755
1756
1756
<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
1759
1759
what you were expecting. So use the <code >FULL</code > option with caution.
1760
1760
</p >
1761
1761
You can’t perform that action at this time.
0 commit comments