We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 385155b + 73e3bb3 commit 6c14846Copy full SHA for 6c14846
src/site/ko/xdoc/getting-started.xml
@@ -95,7 +95,7 @@ configuration.addMapper(BlogMapper.class);
95
SqlSessionFactory sqlSessionFactory = new SqlSessionFactoryBuilder().build(configuration);]]></source>
96
<p>이 설정에서 추가로 해야 할 일은 Mapper클래스를 추가하는 것이다.
97
Mapper클래스는 SQL 매핑 애노테이션을 가진 자바 클래스이다.
98
- 어쨌든 자바 애노테이션의 몇가지 제약과 몇가지 설정방법의 목잡함에도 불구하고 XML 매핑은 세부적인 매핑을 위해 언제든 필요하다.
+ 어쨌든 자바 애노테이션의 몇가지 제약과 몇가지 설정방법의 복잡함에도 불구하고 XML 매핑은 세부적인 매핑을 위해 언제든 필요하다.
99
좀더 세부적인 내용은 조금 뒤 다시 보도록 하자.</p>
100
</subsection>
101
<subsection name="SqlSessionFactory 에서 SqlSession 만들기">
0 commit comments