Skip to content

Commit 82aeaee

Browse files
authored
excludeNullの説明が間違っていたのを修正
1 parent 187438a commit 82aeaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/query/update.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ excludeNull
131131
~~~~~~~~~~~
132132

133133
``@Update`` の ``excludeNull`` 要素が ``true`` の場合、
134-
値が ``null`` のプロパティを削除対象外とします
134+
値が ``null`` のプロパティを更新対象外とします
135135
この要素が ``true`` の場合、 ``@Column`` の ``updatable`` 要素が ``true`` であったり、
136136
``@Update`` の ``include`` 要素にプロパティが指定されていても、
137137
値が ``null`` であれば更新対象外です。

0 commit comments

Comments
 (0)