Hibernate配置注意的一些问题

记住一定要加一个lazy="false"  要不然会报错如下的错could not initialize proxy - the owning Session was closed

 


 "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
 "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
 
 
 
 
 

 
 
 


 

 
  

 

在上面两个class=“com.pcic.fwcz.vo”  的路径一定要搞对,要不然找不到的也会报错。

在hibernate.cfg.xml中 


 

因为我的Jd.hbm.xml需要解析qx.hbm.xml的数据,所以位置不能搞错,先解析需要的。

 

你可能感兴趣的:(hibernate)