Mybatis not support overload
개발을 하다보면 이런경우가 많이 생긴다. 동일한 데이터를 가지고 오지만 조회하고자 하는 컬럼에 따라 where 구문만 다르게 하고 싶을때. 예를들면 SELECT name, id FROM user Where name = ?SELECT name, id FROM user Where id = ? 각 동일한 select 구절이지만 Where 조건이 다르다. 이럴때 overload를 사용하면 되겠지라고 간단하게 생각했다가 낭패가 생겼다. SELECT name, id FROM user WHERE name = #{name} WHERE id = #{id} 다음과 같은 오류를 확인할 수 있다. org.mybatis.spring.MyBatisSystemException: nested exception is org.apach..
프로그램/JAVA
2017. 1. 13. 13:25
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- java.lang.UnsatisfiedLinkError
- 젠킨스 api
- mybatis overloading
- jenkins asyncpeople
- 작은거에소스라치게놀라는나
- mysql count 성능
- select count(*) performence
- Google ssh console
- a태그 onclick이벤트
- 젠킨스 윈도우 설치
- 스프링 크로스도메인
- 스프링 마이바티즈 연동오류
- springboot server header
- google vm ssh
- 원격접속툴
- mysql 인덱스
- mybatis overload
- no net in java.library.path
- jenkins user list
- 객체지향언어 자바
- nested exception is org.apache.ibatis.binding.BindingException\
- mysql count
- oauth sso 차이
- 원격접속 무료툴
- response server header
- common-dbcp
- BeanCreationException
- jenkins remote api
- spring mybatis
- 인덱스 자료구조
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함