Fight With Me!!!

导航

2014年11月4日 #

null id in entry (don't flush the Session after an exception occurs)

摘要: null id in entry (don't flush the Session after an exception occurs) 遇到这个异常实属不小心所致,最初看到异出的错误信息时我误认为是主键为空所致。一着急竟然把entry当成了entity理解,真是让人笑话^_^。 其实个该异常信息... 阅读全文

posted @ 2014-11-04 17:32 nickTimer 阅读(4199) 评论(0) 推荐(0) 编辑

HQL中的Like查询需要注意的地方

摘要: public List getOrgan(StringorganCode, StringorganName) { String hsql; List list; if (organCode != null && organCode.length() > 0) { hsql = "from Ab31 ... 阅读全文

posted @ 2014-11-04 14:10 nickTimer 阅读(3178) 评论(0) 推荐(0) 编辑

spring mvc controller间跳转 重定向 传参

摘要: 1. 需求背景 需求:spring MVC框架controller间跳转,需重定向。有几种情况:不带参数跳转,带参数拼接url形式跳转,带参数不拼接参数跳转,页面也能显示。本来以为挺简单的一件事情,并且个人认为比较常用的一种方式,一百度全都有了,这些根本不是问题,但是一百度居然出乎我的意料,一堆都... 阅读全文

posted @ 2014-11-04 11:59 nickTimer 阅读(259) 评论(0) 推荐(0) 编辑

node to traverse cannot be null!

摘要: java.lang.IllegalArgumentException: node to traverse cannot be null! org.hibernate.hql.ast.util.NodeTraverser.traverseDepthFirst(NodeTraverser.java:55... 阅读全文

posted @ 2014-11-04 11:26 nickTimer 阅读(443) 评论(0) 推荐(0) 编辑