Hi,
We have observed that our MatchMode.Exact is creating a like expression/predicate probably because SqmLikePredicate is not calling appendHqlString in hibernate 6.0
hql generated is “fieldName like replace(?,‘\’,‘\\’)” instead of "fieldName = ?'.
Kindly help us know the way to invoke appendHqlString? So that we can override and provide our implementation for this method if possible?
Thanks,
Yogesh Bali