java.lang.Integer can not be cast to java.lang.Long
时间:2014-05-07 22:41:30
收藏:0
阅读:329
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,传进去,正常了。
java.lang.Integer can not be cast to java.lang.Long,布布扣,bubuko.com
评论(0)