【异常提示】 org.hibernate.PropertyAccessException: IllegalArgumentException occurred calling getter of com.mi.domain.Department.id
java.lang.IllegalArgumentException: object is not an instance of declaring class
解决办法:Hql 中的级联关系不能传入外键,而是要传入级联对象,学习还是要认真仔细啊
原文地址:https://www.cnblogs.com/Sly-Mi/p/11179311.html
时间: 2024-10-20 07:52:50