在Hibernate 3中,可以使用escape参数指定转义字符:
select foo from Foo as foo where foo.bar like '!%' escape '!'
我认为这应该可行,尽管我从未在实践中尝试过。
欢迎分享,转载请注明来源:内存溢出
在Hibernate 3中,可以使用escape参数指定转义字符:
select foo from Foo as foo where foo.bar like '!%' escape '!'
我认为这应该可行,尽管我从未在实践中尝试过。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)