Caused by: org.hibernate.boot.MappingException: Association [com.wh.entity.User.setUserVister] references an unmapped entity [com.wh.entity.User.setUserVister] : origin(com/wh/entity/User.hbm.xml)
原因:没有将映射文件引入hibernate.cfg.xml中。
Caused by: org.hibernate.boot.MappingException: Association [com.wh.entity.User.setUserVister] references an unmapped entity [com.wh.entity.User.setUserVister] : origin(com/wh/entity/User.hbm.xml)
原因:没有将映射文件引入hibernate.cfg.xml中。