When I trying to execute this HQL to return an object Ponto
I receive this error:
ERROR [org.hibernate.hql.PARSER] (http-localhost-127.0.
Check these things:
1- If you make a constructor with parameters; you should provide the constructor with no parameters, explicity;
2- Make sure your ID entity is int/Integer;
3- Make your Entity java.io.Serializable by implementing;
4- Make your parameter-less (default) constructor public or default access modifier;