我是用的oracle數(shù)據(jù)庫,級聯(lián)刪除時錯
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>
2017-07-07
<key foreign-key="did"/> 換成<key column="did">試試