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
Also make sure that the following property is set in your hibernate bean configuration:
This tells spring and hibernate where to find your domain classes annotated as entities.