Skip to content

Commit 7765a86

Browse files
committed
Update introductory version
1 parent 66c943a commit 7765a86

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/main/java/org/apache/ibatis/session/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,14 +434,14 @@ public void setDefaultFetchSize(Integer defaultFetchSize) {
434434
}
435435

436436
/**
437-
* @since 3.5.0
437+
* @since 3.5.2
438438
*/
439439
public ResultSetType getDefaultResultSetType() {
440440
return defaultResultSetType;
441441
}
442442

443443
/**
444-
* @since 3.5.0
444+
* @since 3.5.2
445445
*/
446446
public void setDefaultResultSetType(ResultSetType defaultResultSetType) {
447447
this.defaultResultSetType = defaultResultSetType;

src/site/es/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
303303
defaultResultSetType
304304
</td>
305305
<td>
306-
Specifies a scroll strategy when omit it per statement settings.
306+
Specifies a scroll strategy when omit it per statement settings. (Since: 3.5.2)
307307
</td>
308308
<td>
309309
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')

src/site/ja/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
332332
defaultResultSetType
333333
</td>
334334
<td>
335-
ステートメント毎の設定を省略した場合のスクロール方法を指定します。
335+
ステートメント毎の設定を省略した場合のスクロール方法を指定します。 (導入されたバージョン: 3.5.2)
336336
</td>
337337
<td>
338338
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(指定しない時と同じ動作)

src/site/ko/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
312312
defaultResultSetType
313313
</td>
314314
<td>
315-
Specifies a scroll strategy when omit it per statement settings.
315+
Specifies a scroll strategy when omit it per statement settings. (Since: 3.5.2)
316316
</td>
317317
<td>
318318
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')

src/site/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ SqlSessionFactory factory =
388388
defaultResultSetType
389389
</td>
390390
<td>
391-
Specifies a scroll strategy when omit it per statement settings.
391+
Specifies a scroll strategy when omit it per statement settings. (Since: 3.5.2)
392392
</td>
393393
<td>
394394
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')

src/site/zh/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
321321
defaultResultSetType
322322
</td>
323323
<td>
324-
Specifies a scroll strategy when omit it per statement settings.
324+
Specifies a scroll strategy when omit it per statement settings. (Since: 3.5.2)
325325
</td>
326326
<td>
327327
FORWARD_ONLY | SCROLL_SENSITIVE | SCROLL_INSENSITIVE | DEFAULT(same behavior with 'Not Set')

0 commit comments

Comments
 (0)