问答详情
源自:2-3 用户业务逻辑接口和类

Users is not mapped

org.hibernate.hql.internal.ast.QuerySyntaxException: Users is not mapped [from Users where username=? and password=? ]什么鬼啊,求解答

提问者:慕UI1262149 2017-07-04 12:08

个回答

  • 慕丝8362726
    2017-07-05 00:01:42

    从你的报错信息来看:Users is not mapped!是不是你的 Users.hbm.xml 写错了,从而导致出现问题。