JPA Exceptions


QuerySyntaxException org.hibernate.hql.ast.QuerySyntaxException: aqppr01.TqpPrTubularRecipeResults is not mapped [select tqpPrTubularRecipeResults from aqppr01.TqpPrTubularRecipeResults tqpPrTubularRecipeResults ] The above exception is thrown when we are not mapping the table name properly. In the query we should use the JPA class that is used to identify the table.

SQLGrammarException

Make sure that in your query you have put enough spaces between keywords

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days