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>
现在怎么解决呀。。。不能删,删了他就出错。 展开
现在整合的时候发现无法添加记录
报错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>
现在怎么解决呀。。。不能删,删了他就出错。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询