由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - question about HibernateDaoSupport
相关主题
question about HibernateDaoSupport queryspring mvc 静态文件访问不了
Help with Tomcat for Eclipse v1.03Array of vector, help
Tomcat JSP syntax errorUrgent!
The right way to create new Exceptionhow to calculate binary in java?
Linux下安装一个Java软件出现异常an Array question
Java funJava里有没有象cell array一样的东西
seam的examples里面的配置问题:感觉README里面少东西了,java 可不可以反复定义一个数组
Java 用xsl文件做xml转换时抛出ArrayIndexOutOfBoundException一个好用的arrayToString
相关话题的讨论汇总
话题: ids话题: iov话题: array话题: question
进入Java版参与讨论
1 (共1页)
f**c
发帖数: 629
1
ids is string array, the length of ids array could be one, two, or any
number.
List list = getHibernateTemplate().find("select iov from ItemOptionValue iov
where iov.id in (?)", ids);
when ids array's length is larger than 1, the error is the following. Do you
know how can fix this?
Caused by: com.zenred.ecommerce.dao.DaoException: Error finding options
values for ids: [Ljava.lang.String;@d53d82
at com.zenred.ecommerce.dao.impl.ItemOptionValueDaoHibernateImpl.
findByPrimaryKeyIds(ItemOptionV
1 (共1页)
进入Java版参与讨论
相关主题
一个好用的arrayToStringLinux下安装一个Java软件出现异常
ArrayList and Link listJava fun
Java runtime array memory layout?seam的examples里面的配置问题:感觉README里面少东西了,
How to check if an element is in an array?Java 用xsl文件做xml转换时抛出ArrayIndexOutOfBoundException
question about HibernateDaoSupport queryspring mvc 静态文件访问不了
Help with Tomcat for Eclipse v1.03Array of vector, help
Tomcat JSP syntax errorUrgent!
The right way to create new Exceptionhow to calculate binary in java?
相关话题的讨论汇总
话题: ids话题: iov话题: array话题: question