编程中遇到的BUG
node to traverse cannot be null!
遇到这个错误就是去查询sql语句是否书写正确。
?
解决办法:将需要的lib添加到classpath中 缺少?hibernate-entitymanager.jar 补上这个jar包即可。