The analog of the "~*" operator in HQL

时间:2018-06-04 17:01:55

标签: java regex postgresql hibernate hql

SQL query: select * from users where phone ~* '61'

How can this be expressed in HQL?

1 个答案:

答案 0 :(得分:0)

HQL不支持~(波浪号)运算符。

相关问题