You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/locale/ja/LC_MESSAGES/query/batch-insert.po
+70-30Lines changed: 70 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ msgid ""
2
2
msgstr ""
3
3
"Project-Id-Version: doma-docs\n"
4
4
"Report-Msgid-Bugs-To: \n"
5
-
"POT-Creation-Date: 2024-07-19 20:27+0900\n"
5
+
"POT-Creation-Date: 2024-08-07 22:49+0900\n"
6
6
"Last-Translator: \n"
7
7
"Language-Team: Japanese\n"
8
8
"MIME-Version: 1.0\n"
@@ -52,7 +52,7 @@ msgid "Batch insert by auto generated SQL"
52
52
msgstr"自動生成されたSQLによるバッチ追加"
53
53
54
54
#:../../query/batch-insert.rst:37
55
-
#:../../query/batch-insert.rst:109
55
+
#:../../query/batch-insert.rst:143
56
56
msgid"Parameter type must be ``java.lang.Iterable`` subtype that has :doc:`../entity` as an element. Specifiable parameter is only one. Parameter must not be ``null``. Return value array element count become equal ``Iterable`` element count. Insert count is returned to array each element."
msgid"This property represents the keys that should be used to determine if a duplicate key exists. If the duplicate key exists, the operation will use the ``duplicateKeyType`` strategy to handle the duplicate key."
msgid"The MySQL dialect does not utilize this property."
153
+
msgstr"MySQLの方言はこのプロパティを利用しません。"
154
+
155
+
#:../../query/batch-insert.rst:130
112
156
msgid"Batch insert by SQL file"
113
157
msgstr"SQLファイルによるバッチ追加"
114
158
115
-
#:../../query/batch-insert.rst:98
159
+
#:../../query/batch-insert.rst:132
116
160
msgid"To execute batch inserting by SQL file, you set ``true`` to ``sqlFile`` property within ``@BatchInsert`` annotation and prepare SQL file that correspond method."
msgid"Identifier auto setting and version number auto setting are not executed in batch insert by SQL file. Also, ``exclude`` property and ``include`` property within ``@BatchInsert`` are not referenced."
msgid"you can specify whether to update or ignore using a ``duplicateKeyType`` property In case of duplication. By default, it is ``DuplicateKeyType.EXCEPTION`` , and an error will occur in case of duplicated. There are 3 types to choose from: ``DuplicateKeyType.UPDATE`` , ``DuplicateKeyType.IGNORE`` , ``DuplicateKeyType.EXCEPTION`` ."
msgid"This specifying is applied regardless of with or without using sql file. Query timeout that is specified in config class is used if ``queryTimeout`` property is not set value."
msgid"This specify is applied Regardless of using or not using SQL file. It you do not specify the value to ``batchSize`` property, batch size that is specified at :doc:`../config` class is applied."
0 commit comments