私は春のMVCと休止状態のフレームワークを使用しています.私は2つのテーブルを持っています.それらはチームとリリースです.1対多のマッピングがあります.リリースからrecodeを削除できますが、チームから削除すると次のエラーが発生します
HTTP Status 500 - Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException:
Could not execute JDBC batch update; SQL [delete from Teams where teamID=?];
constraint [null];
nested exception is org.hibernate.exception.ConstraintViolationException:
Could not execute JDBC batch update