新随笔  :: 订阅 订阅  :: 管理

2010年7月27日

摘要: 1. 在hibernate中写hql时候. "from item i where i.supplier="+supplier 这样写法是不行的. 改为 "from item i where i.supplier.id="+supplier.getId(); 才可以. 2.boolean的处理 java中 Code highlighting produced by Actipro CodeHi... 阅读全文

posted @ 2010-07-27 10:28 redcoatjk 阅读(105) 评论(0) 推荐(0)