摘要:
org.hibernate.HibernateException: save is not valid without active transaction at org.hibernate.context.ThreadLocalSessionContext$TransactionProtectio 阅读全文
摘要:
Error creating bean with name 'deptDao_a' defined in class path 因为更改了类的名字,所以其setter方法没有更改,需要 private DeptDao_a deptDao_a; public void setDeptDao_a(){ 阅读全文