SSH项目整合的时候出现的问题

我做的是salChance模块现在整合的时候发现无法添加记录报错not-nullpropertyreferencesanullortransientvalue:com.x... 我做的是salChance模块
现在整合的时候发现无法添加记录
报错not-null property references a null or transient value: com.xaccp.entity.CstCustomer.custName
我就奇怪了 新建的时候和CstCustomer根本没关系
后来才知道 别人做CstCustomer的时候在salChance的
实体类里加了private CstCustomer cstCustomer = new CstCustomer();
映射文件里加了
<many-to-one name="cstCustomer"
class="com.xxx.entity.CstCustomer" fetch="select" cascade="all" lazy="false">
<column name="chc_cust_no" length="17" not-null="true" />
</many-to-one>
现在怎么解决呀。。。不能删,删了他就出错。
展开
 我来答
谭致Df
2010-12-19 · 超过51用户采纳过TA的回答
知道小有建树答主
回答量:150
采纳率:0%
帮助的人:155万
展开全部
添加salChance的时候
CstCustomer cstCustomer = new CstCustomer();
cstCustomer.setcustName(值);
salChance.setcstCustomer (cstCustomer );
这样就可以啦!
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式