I\'m trying to get a list of all the users from \"users\" table and I get the following error:
org.hibernate.hql.internal.ast.QuerySyntaxException: users is
You must type in the same name in your select query as your entity or class(case sensitive) . i.e. select user from className/Entity Name user;