标签: hibernate spring-boot postgresql-9.3
下面是我的查询:
"select c.id from Client c where c.name ~* :'"+departmentName+"'");
它不会对不区分大小写的数据执行验证。