Skip to content

Commit be3a59a

Browse files
authored
Translate English --> Korean
Translate Mapper Configuration(defaultSqlProviderType) / English to Korean
1 parent f66e19e commit be3a59a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/site/ko/xdoc/configuration.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,15 +574,14 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
574574
defaultSqlProviderType
575575
</td>
576576
<td>
577-
Specifies an sql provider class that holds provider method (Since 3.5.6).
578-
This class apply to the <code>type</code>(or <code>value</code>) attribute on sql provider annotation(e.g. <code>@SelectProvider</code>),
579-
when these attribute was omitted.
577+
Provider method를 가지고 있는 sql provider class를 지정한다. (3.5.6 부터).
578+
이 클래스는 sql provider annotation(예: @SelectProvider)의 type (혹은 value)속성이 누락되었을때 기본으로 적용된다.
580579
</td>
581580
<td>
582-
A type alias or fully qualified class name
581+
타입별칭이나 패키지 경로를 포함한 클래스명
583582
</td>
584583
<td>
585-
Not set
584+
586585
</td>
587586
</tr>
588587
</tbody>

0 commit comments

Comments
 (0)