错误:QuerySyntaxException: unexpected token: salaryDate near line 1, column 22
问题:使用的是entityManager.createQuery()方法但是查询却用sql语句,没有使用hql语句
解决:
- entityManager.createQuery()方法使用hql语句查询
- entityManager.createNativeQuery()方法使用sql语句查询
错误:QuerySyntaxException: unexpected token: salaryDate near line 1, column 22
问题:使用的是entityManager.createQuery()方法但是查询却用sql语句,没有使用hql语句
解决: