java.lang.Integer can not be cast to java.lang.Long
hibernate 查询出来的结果 id 是int类型,xml文件配置的是int, 在jython 中调用hibernate 进行查询。字段的类型是java.lang.Long,
直接将id 传进去,报java.lang.Integer can not be cast to java.lang.Long 异常。将 id 进行强转,(Long)id,传进去,正常了。
posted on 2017-04-22 08:13 cynchanpin 阅读(1127) 评论(0) 编辑 收藏 举报