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>
<key foreign-key="did"/> 换成<key column="did">试试
基于SSH实现员工管理系统之案例实现篇
50212 学习 · 323 问题
相似问题