Skip to content

Commit c938071

Browse files
committed
Merge pull request #655 from kazuki43zoo/safeResultHandlerEnabled
Add description for 'safeResultHandlerEnabled'
2 parents 004f8e2 + 96fcccb commit c938071

File tree

5 files changed

+80
-1
lines changed

5 files changed

+80
-1
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
266266
safeRowBoundsEnabled
267267
</td>
268268
<td>Habilita el uso de RowBounds en statements anidados.
269+
If allow, set the false.
269270
</td>
270271
<td>
271272
true | false
@@ -274,6 +275,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
274275
False
275276
</td>
276277
</tr>
278+
<tr>
279+
<td>
280+
safeResultHandlerEnabled
281+
</td>
282+
<td>
283+
Habilita el uso de ResultHandler en statements anidados.
284+
If allow, set the false.
285+
</td>
286+
<td>
287+
true | false
288+
</td>
289+
<td>
290+
True
291+
</td>
292+
</tr>
277293
<tr>
278294
<td>
279295
mapUnderscoreToCamelCase

src/site/ja/xdoc/configuration.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
298298
</td>
299299
<td>
300300
ネストされたステートメントに対して RowBounds の使用を許可するかどうかを設定します。
301+
許可する場合は、 false を設定します。
301302
</td>
302303
<td>
303304
true | false
@@ -306,6 +307,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
306307
False
307308
</td>
308309
</tr>
310+
<tr>
311+
<td>
312+
safeResultHandlerEnabled
313+
</td>
314+
<td>
315+
ネストされたステートメントに対して ResultHandler の使用を許可するかどうかを設定します。
316+
許可する場合は、 false を設定します。
317+
</td>
318+
<td>
319+
true | false
320+
</td>
321+
<td>
322+
True
323+
</td>
324+
</tr>
309325
<tr>
310326
<td>
311327
mapUnderscoreToCamelCase

src/site/ko/xdoc/configuration.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
275275
</td>
276276
<td>
277277
중첩구문내 RowBound사용을 허용
278+
If allow, set the false.
278279
</td>
279280
<td>
280281
true | false
@@ -283,6 +284,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
283284
False
284285
</td>
285286
</tr>
287+
<tr>
288+
<td>
289+
safeResultHandlerEnabled
290+
</td>
291+
<td>
292+
중첩구문내 ResultHandler사용을 허용
293+
If allow, set the false.
294+
</td>
295+
<td>
296+
true | false
297+
</td>
298+
<td>
299+
True
300+
</td>
301+
</tr>
286302
<tr>
287303
<td>
288304
mapUnderscoreToCamelCase

src/site/xdoc/configuration.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
356356
</td>
357357
<td>
358358
Allows using RowBounds on nested
359-
statements.
359+
statements. If allow, set the false.
360360
</td>
361361
<td>
362362
true | false
@@ -365,6 +365,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
365365
False
366366
</td>
367367
</tr>
368+
<tr>
369+
<td>
370+
safeResultHandlerEnabled
371+
</td>
372+
<td>
373+
Allows using ResultHandler on nested statements.
374+
If allow, set the false.
375+
</td>
376+
<td>
377+
true | false
378+
</td>
379+
<td>
380+
True
381+
</td>
382+
</tr>
368383
<tr>
369384
<td>
370385
mapUnderscoreToCamelCase

src/site/zh/xdoc/configuration.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
279279
</td>
280280
<td>
281281
允许在嵌套语句中使用分页(RowBounds)。
282+
If allow, set the false.
282283
</td>
283284
<td>
284285
true | false
@@ -287,6 +288,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
287288
False
288289
</td>
289290
</tr>
291+
<tr>
292+
<td>
293+
safeResultHandlerEnabled
294+
</td>
295+
<td>
296+
允许在嵌套语句中使用分页(ResultHandler)。
297+
If allow, set the false.
298+
</td>
299+
<td>
300+
true | false
301+
</td>
302+
<td>
303+
True
304+
</td>
305+
</tr>
290306
<tr>
291307
<td>
292308
mapUnderscoreToCamelCase

0 commit comments

Comments
 (0)