
hibernate
bzshow
这个作者很懒,什么都没留下…
展开
-
Valuelist使用指南续-对象作为where子句的条件
Valuelist使用指南续-对象作为where子句的条件 corporation/ComAccountAction.java public ActionForward search(ActionMapping mapping, ActionForm form, HttpServletRequest req原创 2006-01-16 17:31:00 · 997 阅读 · 0 评论 -
Dbunit import oracle出错解决方法
Why I get a "AmbiguousTableNameException" and NoSuchTableException? This error occurs when no schema is specified and that DbUnit detect that it is getting columns information from multiple tables hav原创 2006-01-18 15:32:00 · 849 阅读 · 0 评论 -
Hibernate: Communication link failure: java.io.IOException
I recently launched a new site based on Struts, Hibernate and MySQL and immediately ran into a weird issue where Hibernate lost the ability to make database connections after a long period of inactivi原创 2006-03-16 17:54:00 · 1199 阅读 · 0 评论 -
hibernate in 查询
StringBuffer buf = new StringBuffer(); if (!forObject) { buf.append("select count(*) "); } buf.append("from Agent agent where 1=1 "); String gradeId = (String)conditions.get("grade原创 2006-02-18 20:34:00 · 995 阅读 · 0 评论