Skip to content

Commit 27848c0

Browse files
authored
Merge pull request #2146 from sjsh1623/master
Translate English to Korean (Configuration XML)
2 parents f66e19e + 72713b7 commit 27848c0

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(예: <code>@SelectProvider</code>)의 <code>type</code> (혹은 <code>value</code>)속성이 누락되었을때 기본으로 적용된다.
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)