欢迎来到天天文库
浏览记录
ID:57651562
大小:63.50 KB
页数:11页
时间:2020-08-30
《实际开发错误.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、实际开发常见错误 1、绑定错了对象导致attemptedtodeletenull:现象:在页面中删除对象失败原因:在DAO的remove方法中 publicvoidreomveSight(Long[]sightid)throwsSightException { for(inti=0;i2、候不能级联删除子表中的数据导致报外键引用的错误。解决方法:sight景点与image图片是一对多的关系,sight的hbm.xml配置文件原来在配置图片时是: @hibe3、rnate.set lazy="true" inverse="true" cascade="none" @hibernate.collection-key column="COMPANY" @hibernate.collection-one-to-many class="com.strongit.tour.bo.TtourInfoImage" 4、ID"/> 现在改成 5、ield-description"> @hibernate.set lazy="true" inverse="true" cascade="all" @hibernate.collection-key column="COMPANY" @hibernate.collection-one-to-many class="com.strongit.tour.bo.TtourInfoImage" 6、ey> 就可以了。 3、 景区dao配置文件错误错误描述:Errorregisteringbeanwithname'tour.scenicArea.sceneryAreaDao' definedinServletContextresource[/WEB-INF/config_ext/applicationConte7、xt-tour-sceneryarea-dao.xml]: Beanclass[importcom.strongit.tour.scenicArea.dao.impl.SceneryAreaDaoImpl]notfound;nestedexceptionisjava.lang.ClassNotFoundException:importcom.strongit.tour.scenicArea.dao.impl.SceneryAreaDaoImpl解决方法:a
2、候不能级联删除子表中的数据导致报外键引用的错误。解决方法:sight景点与image图片是一对多的关系,sight的hbm.xml配置文件原来在配置图片时是: @hibe
3、rnate.set lazy="true" inverse="true" cascade="none" @hibernate.collection-key column="COMPANY" @hibernate.collection-one-to-many class="com.strongit.tour.bo.TtourInfoImage" 4、ID"/> 现在改成 5、ield-description"> @hibernate.set lazy="true" inverse="true" cascade="all" @hibernate.collection-key column="COMPANY" @hibernate.collection-one-to-many class="com.strongit.tour.bo.TtourInfoImage" 6、ey> 就可以了。 3、 景区dao配置文件错误错误描述:Errorregisteringbeanwithname'tour.scenicArea.sceneryAreaDao' definedinServletContextresource[/WEB-INF/config_ext/applicationConte
4、ID"/>
5、ield-description"> @hibernate.set lazy="true" inverse="true" cascade="all" @hibernate.collection-key column="COMPANY" @hibernate.collection-one-to-many class="com.strongit.tour.bo.TtourInfoImage" 6、ey>
6、ey>
7、xt-tour-sceneryarea-dao.xml]: Beanclass[importcom.strongit.tour.scenicArea.dao.impl.SceneryAreaDaoImpl]notfound;nestedexceptionisjava.lang.ClassNotFoundException:importcom.strongit.tour.scenicArea.dao.impl.SceneryAreaDaoImpl解决方法:a
此文档下载收益归作者所有