Skip to content

Commit 1781321

Browse files
authored
Merge pull request #2455 from nieqiurong/docs/notNullColumn
update notNullColumn description
2 parents a278898 + afee493 commit 1781321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ public class User {
13911391
<td>
13921392
默认情况下,在至少一个被映射到属性的列不为空时,子对象才会被创建。
13931393
你可以在这个属性上指定非空的列来改变默认行为,指定后,Mybatis
1394-
将只在这些列非空时才创建一个子对象。可以使用逗号分隔来指定多个列。默认值:未设置(unset)。
1394+
将只在这些列中任意一列非空时才创建一个子对象。可以使用逗号分隔来指定多个列。默认值:未设置(unset)。
13951395
</td>
13961396
</tr>
13971397
<tr>

0 commit comments

Comments
 (0)