logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

int Serializable导致的Provided id of the wrong type. Expected异常

int类型是不可序列化的,参数传递时,如果传过去后的参数是Serializable,则必须把int型转换为Integer类型如:public void deleteStation(Integer[] ids) {   try {    stationParDAO.delete(stuIfno.class, ids);   } catch (DAOException e) {  

#hibernate
到底了