File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ exclude
101101
102102``@BatchUpdate `` の ``exclude `` 要素に指定されたプロパティを更新対象外とします。
103103プロパティがこの要素に指定されていれば、 ``@Column `` の ``updatable `` 要素が
104- ``true `` であっても削除対象外です 。
104+ ``true `` であっても更新対象外です 。
105105
106106.. code-block :: java
107107
@@ -111,7 +111,7 @@ exclude
111111 include
112112~~~~~~~
113113
114- ``@BatchUpdate `` の ``include `` 要素に指定されたプロパティのみを削除対象とします 。
114+ ``@BatchUpdate `` の ``include `` 要素に指定されたプロパティのみを更新対象とします 。
115115``@BatchUpdate `` の ``include `` 要素と ``exclude ``
116116要素の両方に同じプロパティが指定された場合、そのプロパティは更新対象外になります。
117117プロパティがこの要素に指定されていても、 ``@Column `` の
Original file line number Diff line number Diff 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 `` であれば更新対象外です。
You can’t perform that action at this time.
0 commit comments