Skip to content

Commit 18d1464

Browse files
committed
Add new option description in document. (en, ko). other languages is added to en language.
1 parent 660cef1 commit 18d1464

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
@@ -547,6 +547,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
547547
Not set
548548
</td>
549549
</tr>
550+
<tr>
551+
<td>
552+
shrinkWhitespacesInSql
553+
</td>
554+
<td>
555+
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
556+
</td>
557+
<td>
558+
true | false
559+
</td>
560+
<td>
561+
false
562+
</td>
563+
</tr>
550564
</tbody>
551565
</table>
552566
<p>

src/site/ja/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
572572
未指定
573573
</td>
574574
</tr>
575+
<tr>
576+
<td>
577+
shrinkWhitespacesInSql
578+
</td>
579+
<td>
580+
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
581+
</td>
582+
<td>
583+
true | false
584+
</td>
585+
<td>
586+
false
587+
</td>
588+
</tr>
575589
</tbody>
576590
</table>
577591
<p>

src/site/ko/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
555555
설정하지 않음
556556
</td>
557557
</tr>
558+
<tr>
559+
<td>
560+
shrinkWhitespacesInSql
561+
</td>
562+
<td>
563+
mapper xml 파일에서 쿼리를 읽을때 whitespace 문자를 최대한 줄여 네트워크로 전송하는 패킷을 줄여준다.
564+
</td>
565+
<td>
566+
true | false
567+
</td>
568+
<td>
569+
false
570+
</td>
571+
</tr>
558572
</tbody>
559573
</table>
560574
<p>위 설정을 모두 사용한 setting 엘리먼트의 예제이다:</p>

src/site/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,20 @@ SqlSessionFactory factory =
634634
Not set
635635
</td>
636636
</tr>
637+
<tr>
638+
<td>
639+
shrinkWhitespacesInSql
640+
</td>
641+
<td>
642+
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
643+
</td>
644+
<td>
645+
true | false
646+
</td>
647+
<td>
648+
false
649+
</td>
650+
</tr>
637651
</tbody>
638652
</table>
639653
<p>

src/site/zh/xdoc/configuration.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
565565
未设置
566566
</td>
567567
</tr>
568+
<tr>
569+
<td>
570+
shrinkWhitespacesInSql
571+
</td>
572+
<td>
573+
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
574+
</td>
575+
<td>
576+
true | false
577+
</td>
578+
<td>
579+
false
580+
</td>
581+
</tr>
568582
</tbody>
569583
</table>
570584
<p>

0 commit comments

Comments
 (0)