hibernate的mappingResources和mappingDirectoryLocations
发表于:2010年06月21日  分类:技术  Comments Off  0 次浏览 

如果嫌mappingResources的麻烦,可以用mappingDirectoryLocations

  1. <property name="mappingDirectoryLocations"> 
  2.        <list> 
  3.     <value>WEB-INF/rescources/com/abc</value> 
  4.        </list> 
  5. </property>
固定链接: http://liubin.nanshapo.com/2010/06/21/hibernate-mappingresources-mappingdirectorylocations/ | 其实我是一个程序员

报歉!评论已关闭.