We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187438a commit 82aeaeeCopy full SHA for 82aeaee
docs/sources/query/update.rst
@@ -131,7 +131,7 @@ excludeNull
131
~~~~~~~~~~~
132
133
``@Update`` の ``excludeNull`` 要素が ``true`` の場合、
134
-値が ``null`` のプロパティを削除対象外とします。
+値が ``null`` のプロパティを更新対象外とします。
135
この要素が ``true`` の場合、 ``@Column`` の ``updatable`` 要素が ``true`` であったり、
136
``@Update`` の ``include`` 要素にプロパティが指定されていても、
137
値が ``null`` であれば更新対象外です。
0 commit comments