空指针问题
在运行到Query query=session.createQuery(hql);时报空指针异常。
检查了hql语句并没有错
错误日志:
java.lang.NullPointerException
at com.imooc.model.CustomerTest.testFromClause(CustomerTest.java:22)
在运行到Query query=session.createQuery(hql);时报空指针异常。
检查了hql语句并没有错
错误日志:
java.lang.NullPointerException
at com.imooc.model.CustomerTest.testFromClause(CustomerTest.java:22)
2017-05-04
举报