org.hibernate.hql.internal.ast.QuerySyntaxException: user is not mapped [from user where username=? and password=?] 这是什么问题??user是表的名字还是类的名字??
你用的是session.createQuery还是session.createSQLQuery?前者用的是类名,后者是表名