|
2 | 2 | msgstr "" |
3 | 3 | "Project-Id-Version: doma-docs\n" |
4 | 4 | "Report-Msgid-Bugs-To: \n" |
5 | | -"POT-Creation-Date: 2024-03-17 13:53+0000\n" |
6 | | -"PO-Revision-Date: 2024-03-19 14:05\n" |
| 5 | +"POT-Creation-Date: 2024-03-20 21:27+0900\n" |
| 6 | +"PO-Revision-Date: 2024-03-20 12:38\n" |
7 | 7 | "Last-Translator: \n" |
8 | 8 | "Language-Team: Japanese\n" |
9 | 9 | "MIME-Version: 1.0\n" |
@@ -135,46 +135,54 @@ msgid "Identifier auto setting and version number auto setting are not executed |
135 | 135 | msgstr "SQLファイルによるバッチ追加では、ID の自動設定、バージョン番号の自動設定は実行されません。また、 ``@BatchInsert`` 内の ``exclude`` プロパティおよび ``include`` プロパティは参照されません。" |
136 | 136 |
|
137 | 137 | #: ../../query/batch-insert.rst:130 |
| 138 | +msgid "Batch upsert" |
| 139 | +msgstr "" |
| 140 | + |
| 141 | +#: ../../query/batch-insert.rst:132 |
| 142 | +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`` ." |
| 143 | +msgstr "``duplicateKeyType`` プロパティを使用することで、レコードが重複した場合に更新するか無視するかを指定できます。デフォルトでは ``DuplicateKeyType.EXCEPTION`` が使用され、重複時にエラーが発生することを表します。 ``duplicateKeyType`` プロパティには ``DuplicateKeyType.UPDATE`` , ``DuplicateKeyType.IGNORE`` , ``DuplicateKeyType.EXCEPTION`` の3つの中からいずれかを選択して指定できます。" |
| 144 | + |
| 145 | +#: ../../query/batch-insert.rst:145 |
138 | 146 | msgid "Unique constraint violation" |
139 | 147 | msgstr "一意制約違反" |
140 | 148 |
|
141 | | -#: ../../query/batch-insert.rst:132 |
| 149 | +#: ../../query/batch-insert.rst:147 |
142 | 150 | msgid "``UniqueConstraintException`` is thrown regardless of with or without using sql file if unique constraint violation is occurred." |
143 | 151 | msgstr "SQLファイルの使用の有無に関わらず、一意性制約違反が発生した場合は ``UniqueConstraintException`` がスローされます。" |
144 | 152 |
|
145 | | -#: ../../query/batch-insert.rst:135 |
| 153 | +#: ../../query/batch-insert.rst:150 |
146 | 154 | msgid "Query timeout" |
147 | 155 | msgstr "クエリタイムアウト" |
148 | 156 |
|
149 | | -#: ../../query/batch-insert.rst:137 |
| 157 | +#: ../../query/batch-insert.rst:152 |
150 | 158 | msgid "You can specify seconds of query timeout to ``queryTimeout`` property within ``@BatchInsert`` annotation." |
151 | 159 | msgstr "``@BatchInsert`` アノテーション内の ``queryTimeout`` プロパティにクエリタイムアウトの秒数を指定できます。" |
152 | 160 |
|
153 | | -#: ../../query/batch-insert.rst:144 |
| 161 | +#: ../../query/batch-insert.rst:159 |
154 | 162 | 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." |
155 | 163 | msgstr "この指定はSQLファイルの使用の有無に関わらず適用されます。 ``queryTimeout`` プロパティに値が設定されていない場合は、:doc:`../config` クラスで指定されたクエリタイムアウトが使用されます。" |
156 | 164 |
|
157 | | -#: ../../query/batch-insert.rst:148 |
| 165 | +#: ../../query/batch-insert.rst:163 |
158 | 166 | msgid "Batch size" |
159 | 167 | msgstr "バッチサイズ" |
160 | 168 |
|
161 | | -#: ../../query/batch-insert.rst:150 |
| 169 | +#: ../../query/batch-insert.rst:165 |
162 | 170 | msgid "You can specify batch size to ``batchSize`` property within ``@BatchInsert`` annotation." |
163 | 171 | msgstr "バッチサイズは ``@BatchInsert`` アノテーション内の ``batchSize`` プロパティに指定できます。" |
164 | 172 |
|
165 | | -#: ../../query/batch-insert.rst:157 |
| 173 | +#: ../../query/batch-insert.rst:172 |
166 | 174 | 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." |
167 | 175 | msgstr "この指定はSQLファイルの使用有無に関わらず適用されます。 ``batchSize`` プロパティに値を指定しない場合は、:doc:`../config` クラスで指定されたバッチサイズが適用されます。" |
168 | 176 |
|
169 | | -#: ../../query/batch-insert.rst:161 |
| 177 | +#: ../../query/batch-insert.rst:176 |
170 | 178 | msgid "SQL log output format" |
171 | 179 | msgstr "SQLログの出力形式" |
172 | 180 |
|
173 | | -#: ../../query/batch-insert.rst:163 |
| 181 | +#: ../../query/batch-insert.rst:178 |
174 | 182 | msgid "You can specify SQL log output format to ``sqlLog`` property within ``@BatchInsert`` annotation." |
175 | 183 | msgstr "``@BatchInsert`` アノテーション内の ``sqlLog`` プロパティに SQL ログの出力形式を指定できます。" |
176 | 184 |
|
177 | | -#: ../../query/batch-insert.rst:170 |
| 185 | +#: ../../query/batch-insert.rst:185 |
178 | 186 | msgid "``SqlLogType.RAW`` represent outputting log that is sql with a binding parameter." |
179 | 187 | msgstr "``SqlLogType.RAW`` はバインドパラメータ付きの SQL をログ出力することを表します。" |
180 | 188 |
|
0 commit comments