Fight With Me!!!

导航

2014年11月5日 #

hibernate hql limit的实现方式

摘要: query.setFirstResult(startIndex);//开始索引query.setMaxResults(maxSize);//取几条如 limit 1,5HQL:query.setFirstResult(1);query.setMaxResults(5); 阅读全文

posted @ 2014-11-05 11:39 nickTimer 阅读(1903) 评论(0) 推荐(0) 编辑

Null value was assigned to a property of primitive type setter of

摘要: Exception:org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type setter of com.vtradex.swms.server.model.recei... 阅读全文

posted @ 2014-11-05 10:49 nickTimer 阅读(446) 评论(0) 推荐(0) 编辑