반응형
# 프로시저 호출
<select id="callProcedure" statementType="CALLABLE">
{ call procedure_name (#{param1},#{param2}) }
</select>
# NullPointerException 에러
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.lang.NullPointerException
### The error may involve ~~ Inline
### The error occured while setting paramteters
### Cause: java.lnag.NullPointerException
# 조치 방법
괄호{}와 call 문장 사이를 탭으로 띄우면 안됨!
스페이스로 띄우기
반응형
'개발 > Database' 카테고리의 다른 글
[H2] Database not found, either pre-create it or allow remote database creation (1) | 2022.04.04 |
---|---|
[H2] H2 데이터베이스 의존성 추가 시 버전 주의하기 (0) | 2022.03.31 |
[SQL] 주간 통계 / 주차별 가입자 수 구하기 (0) | 2022.01.14 |
[sequelize-cli] db:migrate 명령어 환경별 실행 (0) | 2021.08.30 |
[SQL] order by 에 case when / 조건에 따라 정렬 예제 (0) | 2021.01.08 |
댓글