반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- FCM
- jquery
- Maven
- NextJS
- node.js
- Java
- centos7
- security
- ajax
- javascript
- popup
- mysql
- MSsql
- pwa
- Next.js
- PM2
- SpringBoot
- spring3
- docker
- mybatis
- submit
- yona
- git
- Eclipse
- config
- MariaDB
- rocky9
- nodejs
- Push
- jenkins
Archives
- Today
- Total
목록count() (1)
ふたりで
mybatis+select count() resultType
Spring MVC에서 select count() 시 mybatis설정 및 resultType 참고. - Dao 쿼리 결과를 Object로 받은 후 int로 리턴. public int getUserCount(userInfoVO params) { Object obj = selectOne("selectUserCount"); return obj == null ? 0 : (Integer) obj; } - mybatis에서 resultType을 Integer로 설정. SELECT COUNT(*) FROM USERINFO with(nolock) WHERE user_code = #{userCode};
Spring
2023. 11. 27. 10:43