错误:HTTP Status 500 - could not execute statement; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement
(主键有设置自动增长,本人操作的是一对多,一的一方有设置级联约束(
@Cascade(CascadeType.DELETE)))
今天在做级联删除时报了这样一个错误 反复弄了很久也没弄明白,求大神指点。
(主键有设置自动增长,本人操作的是一对多,一的一方有设置级联约束(
@Cascade(CascadeType.DELETE)))
今天在做级联删除时报了这样一个错误 反复弄了很久也没弄明白,求大神指点。