I use Spring Hibernate with HibernateSupportDao, when I try to send several rows of data for storage in my db, it raises DataIntegrityViolationExceptionin a specific row. The same scenario remained in the task in the same table. I do not understand, even when I use the same code for the current task. Why was thrown out DataIntegrityViolationExceptionand how can I fix it?
source
share