Skip to content

Commit cac7fd7

Browse files
committed
Update doc
1 parent 2694337 commit cac7fd7

File tree

5 files changed

+70
-0
lines changed

5 files changed

+70
-0
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
298298
Sin valor (null)
299299
</td>
300300
</tr>
301+
<tr>
302+
<td>
303+
defaultResultSetType
304+
</td>
305+
<td>
306+
Specifies a scroll strategy when omit it per statement settings.
307+
</td>
308+
<td>
309+
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')
310+
</td>
311+
<td>
312+
Not Set (null)
313+
</td>
314+
</tr>
301315
<tr>
302316
<td>
303317
safeRowBoundsEnabled

src/site/ja/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
327327
なし (null)
328328
</td>
329329
</tr>
330+
<tr>
331+
<td>
332+
defaultResultSetType
333+
</td>
334+
<td>
335+
ステートメント毎の設定を省略した場合のスクロール方法を指定します。
336+
</td>
337+
<td>
338+
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(指定しない時と同じ動作)
339+
</td>
340+
<td>
341+
なし (null)
342+
</td>
343+
</tr>
330344
<tr>
331345
<td>
332346
safeRowBoundsEnabled

src/site/ko/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
307307
셋팅되지 않음(null)
308308
</td>
309309
</tr>
310+
<tr>
311+
<td>
312+
defaultResultSetType
313+
</td>
314+
<td>
315+
Specifies a scroll strategy when omit it per statement settings.
316+
</td>
317+
<td>
318+
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')
319+
</td>
320+
<td>
321+
Not Set (null)
322+
</td>
323+
</tr>
310324
<tr>
311325
<td>
312326
safeRowBoundsEnabled

src/site/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,20 @@ SqlSessionFactory factory =
383383
Not Set (null)
384384
</td>
385385
</tr>
386+
<tr>
387+
<td>
388+
defaultResultSetType
389+
</td>
390+
<td>
391+
Specifies a scroll strategy when omit it per statement settings.
392+
</td>
393+
<td>
394+
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')
395+
</td>
396+
<td>
397+
Not Set (null)
398+
</td>
399+
</tr>
386400
<tr>
387401
<td>
388402
safeRowBoundsEnabled

src/site/zh/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
308308
Not Set (null)
309309
</td>
310310
</tr>
311+
<tr>
312+
<td>
313+
defaultResultSetType
314+
</td>
315+
<td>
316+
Specifies a scroll strategy when omit it per statement settings.
317+
</td>
318+
<td>
319+
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')
320+
</td>
321+
<td>
322+
Not Set (null)
323+
</td>
324+
</tr>
311325
<tr>
312326
<td>
313327
safeRowBoundsEnabled

0 commit comments

Comments
 (0)