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 |
|