- Mybatis는 자바 오브젝트와 sql문 사이의 자동 Mapping기능을 제공하는 object mapper이다.
- jdbc의 모든 코드는 대부분 제공함
- sqlSession
- sqlSession Factory builder호출->sqlSession Factory(SqlSession 생성)->SqlSession(thread마다 필요에 따라 생성)->mapping File
- sqlSessionTemplate
- sqlSession인터페이스 구현
- Spring bean으로 등록해야됨
- 표현식
- if, choose, trim,foreach
'Spring' 카테고리의 다른 글
AOP (0) | 2023.12.27 |
---|---|
Spring context (0) | 2023.12.27 |
Static resource 처리 & Spring test (0) | 2023.12.26 |
Restful api (0) | 2023.12.25 |
Http 파라미터 처리 (0) | 2023.12.25 |
댓글