已采纳回答 / 就是要战逗
Hibernate4 的话不用继承那个 ..Support 类,也不需要这个HibernateTemplate ,注入一个sessionFactory, 然后这个sessionFactory.getCurrentSession,之后按Hibernate正常处理 。对了,需要在application里面 hibernate设置那里 加上 这个: <prop key="hibernate.current_session_context_class">org.springframework.o...
2016-11-04
最新回答 / Walter01
因为你的CSS和js和jsp文件在同一文件夹下,你加完${ pageContext.request.contextPath }/(文件夹名)后还需要加上那个文件夹名
2016-10-29
List<Employee> list = this.getHibernateTemplate().find(hql, employee.getUserName(),employee.getPassword());
这里find方法报错
这里find方法报错
2016-10-28
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException:..
###报错,网上找的方法都搞不定!
###报错,网上找的方法都搞不定!
2016-10-25