当前位置: 代码迷 >> J2EE >> hibernate中出现The method configure() is undefined for the type Configuration解决方法
  详细解决方案

hibernate中出现The method configure() is undefined for the type Configuration解决方法

热度:319   发布时间:2016-04-21 23:32:42.0
hibernate中出现The method configure() is undefined for the type Configuration

Configuration cfg = new Configuration();

SessionFactory sf=cfg.configure().buildSessionFactory();
  上述代码显示如题所示的错误,求大神指导!!!


hibernate configuration

------解决方案--------------------
Configuration 看这个类型导入的包 是不是Hibernate的,别import成别的包了
  相关解决方案