HibernateTemplate和 SessionFactory需要导入哪个jar包?多谢!
private HibernbiaateTemplate hibernateTemplate;
public AccountRepositoryHibernate(SessionFactory sessionFactory)
{
this.hibernateTemplate = new HibernateTemplate(sessionFactory);
}
使用那些jar包,compile时总是报不能识别的类型,请帮忙指导,多谢!