hibernate报ExceptionInInitializerError错误

今天在练习hibernate的criteria接口查询时候报了错:

java.lang.ExceptionInInitializerError
at test.testThisPro.createCriteria(testThisPro.java:23)--->Session session = HibernateSessionFactory.getSession();

但是这个引用的没错。同时xml文件检查也没有错误.

后来用原始的方法获取会话:

/*Configuration cfg=new Configuration().configure();
SessionFactory factory = cfg.buildSessionFactory();
Session session = factory.openSession();*/报下面的错:

org.hibernate.HibernateException: Unable to instantiate default tuplizer

请老师看后,Emp类中引用的Dept属性没有get/set方法。

上一篇:[DeeplearningAI笔记]神经网络与深度学习3.2_3.11(激活函数)浅层神经网络


下一篇:[财务知识]IFRS9