我是用的oracle数据库,级联删除时错

来源:4-4 删除员工及系统中的问题处理

w972779876

2016-12-23 12:05

Exception occurred during processing request: could not execute statement; SQL [n/a]; constraint [SYSTEM.FK_O681PHLIAUJPVDBLO1VO2F6SF]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement

<set name="employee"  cascade="all" inverse="true" >

<key foreign-key="did"/>

<one-to-many class="com.ssh.entry.Employee" />

</set>


写回答 关注

1回答

  • 慕粉0723135597
    2017-07-07 20:15:38

    <key foreign-key="did"/> 换成<key column="did">试试

基于SSH实现员工管理系统之案例实现篇

SSH框架整合案例之实现篇,手把手带你实现员工管理系统

50212 学习 · 323 问题

查看课程

相似问题