MyBatis Query 성공시
Select - Select문에 해당하는 결과
Insert - 1 (여러개일경우도 1)
Update - Update된 행의 개수 반환(없다면 0)
Delete - Delete된 행의 개수 반환(없다면 0)
'백엔드 > Spring' 카테고리의 다른 글
root-context.xml과 servlet-context.xml (0) | 2018.07.23 |
---|---|
Spring component-scan 이란? (0) | 2018.05.20 |
Spring 환경설정 (0) | 2018.03.18 |
Spring MVC 에서 mvc:resources 활용법 (0) | 2018.03.18 |
이클립스에서 Resource is out of sync with the file system 에러 발생 시 (0) | 2018.03.18 |