A java developer's notebook.
#
按位与运算(&)在许多数据库中都是支持的,遗憾的是,Hibernate 3在HQL中不支持&运算,如果你写了如下的HQL:
where a.id & :mask = :target
则Hibernate报错:exception: unexpected char: '&'.
如何解决此问题?本文将给出一种解决方案:
阅读全文 >>
posted @ 2006-04-20 00:36 Xuefeng's Weblog 阅读(100) | 评论 (0) | 编辑 收藏
posted @ 2005-12-02 10:55 Xuefeng's Weblog 阅读(149) | 评论 (0) | 编辑 收藏
Powered by: BlogJava Copyright © Xuefeng's Weblog