I use JPA standard criteria API. If I do a query of update without where clause, it fails with error log
I try versions 5.4.32 and 5.6.11 and both fails with this exception (NoViableAltException) Sample of query is:
If I add a where clause, the error disapears. It seems related to https://hibernate.atlassian.net/browse/HHH-15257. |