"The call to entityManager.createQuery(criteriaQuery) fails when executed more then once for a CriteriaQuery containing a Like-predicate with a pattern parameter and an escape character literal." / Conversion of CriteriaQuery to TypedQuery with Like predicate and escape character fails when repeated
Spring JPA の Containing な like 検索で不具合。Hibernate 5.6.6 以降で発生。"After some investigation, the jar that caused the problem is actually hibernate-core, and its version is 5.6.6.Final and later, it will cause this problem. The 5.6.5.Final version does not cause this problem."
"The call to entityManager.createQuery(criteriaQuery) fails when executed more then once for a CriteriaQuery containing a Like-predicate with a pattern parameter and an escape character literal." / Conversion of CriteriaQuery to TypedQuery with Like predicate and escape character fails when repeated