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 27426e2 commit 187438aCopy full SHA for 187438a
docs/sources/query/batch-update.rst
@@ -101,7 +101,7 @@ exclude
101
102
``@BatchUpdate`` の ``exclude`` 要素に指定されたプロパティを更新対象外とします。
103
プロパティがこの要素に指定されていれば、 ``@Column`` の ``updatable`` 要素が
104
-``true`` であっても削除対象外です。
+``true`` であっても更新対象外です。
105
106
.. code-block:: java
107
@@ -111,7 +111,7 @@ exclude
111
include
112
~~~~~~~
113
114
-``@BatchUpdate`` の ``include`` 要素に指定されたプロパティのみを削除対象とします。
+``@BatchUpdate`` の ``include`` 要素に指定されたプロパティのみを更新対象とします。
115
``@BatchUpdate`` の ``include`` 要素と ``exclude``
116
要素の両方に同じプロパティが指定された場合、そのプロパティは更新対象外になります。
117
プロパティがこの要素に指定されていても、 ``@Column`` の
0 commit comments