HIbernate 添加对象的时候,id为string类型的,映射文件id为序列,添加报错
org.springframework.orm.hibernate3.HibernateSystemException:Unknownintegraldatatypefo...
org.springframework.orm.hibernate3.HibernateSystemException: Unknown integral data type for ids : java.lang.String; nested exception is org.hibernate.id.IdentifierGenerationException: Unknown integral data type for ids : java.lang.String
展开
2个回答
展开全部
1、看下你的hbm主键生成机制
2、查看映射类的主键
2、查看映射类的主键
追问
BAS_SEQUENCE
主键是这样配置的呀
ID NUMBER(8) 这是数据库表里的id类型
追答
这个错误就是类型不对,你传的是string吧,那得转一下,如果你用的是hql,看看映射类的主键类型
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-01-22
展开全部
那就按hibernate的思想,换成Long类型呗
更多追问追答
追问
亲,这个是什么错误啊
org.springframework.orm.hibernate3.HibernateSystemException: IllegalArgumentException occurred while calling setter of com.zoen.tgc.ssm.domain.BasObjs.id; nested exception is org.hibernate.PropertyAccessException: IllegalArgumentException o occurred while calling setter of com.zoen.tgc.ssm.domain.BasObjs.id
追答
调用 BasObjs 类的 setId() 方法失败
看来是类型不对。id还是使用Long类型吧
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询