DataIntegrityViolationException SQLException

iteye_1944發表於2015-03-25

 

異常org.springframework.dao.DataIntegrityViolationException

或者是java.sql.SQLException: The value supplied cannot be converted to INTEGER.

 

可能的原因是

1、資料庫中的欄位格式在轉換成對應的model的該欄位格式時,出現錯誤;

2、有可能是更改了資料庫欄位的型別,但是資料表中的資料還未清除,導致反射到model時報錯

相關文章