Session session=this.getSessionFactory().openSession();这句话只能写在查询方法里,写在方法以外就会报告以下错误:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'DevUnitDAO' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.ssh.dao.impl.DevUnitDAO]: Constructor threw exception; nested exception is java.lang.NullPointerException
Caused by: 
org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.ssh.dao.impl.DevUnitDAO]: Constructor threw exception; nested exception is java.lang.NullPointerException