오라클 null처리1 [Spring Framework] Mybatis 쿼리 파라미터 null 처리 아래와같이 값을 넣었을때 테이블에서는 NULL이 허용이 되도 NULL값 에러가 나타나는 경우가 있습니다. INSERT INTO table (id , name, title) VALUES (#{id}, #{name}, #{title}) Caused by: org.springframework.jdbc.UncategorizedSQLException: Error setting null parameter. Most JDBC drivers require that the JdbcType must be specified for all nullable parameters. Cause: java.sql.SQLException : 부적합한 열 유형: 1111 이럴 경우 항상 null을 체크하고 insert의 분기를 나누거나 .. 2019. 12. 17. 이전 1 다음