码迷,mamicode.com
首页 > 移动开发 > 详细

hibernate.cfg.xml 中如何设置 hbm.xml 和 Annotations 的 mapping

时间:2020-04-11 23:30:40      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:class   not   nts   mode   hbm   设置   def   href   map   

在一个 Hibernate 项目中,我们需要同时设置 hbm.xml 和 Annotations 的 mapping

这种情况 hibernate.cfg.xml 如何配置?


其实 hibernate.cfg.xml 中是可以同时设置 hbm.xml 和 Annotations 的。

例如下面的配置:

		<mapping class="com.ossez.covid19.common.models.Covid19Current"/>
		<mapping resource="hbm/api/RewsUser.hbm.xml" />

Hibernate 能够自动识别上面 2 个 mapping。

技术图片

 

https://www.cwiki.us/display/HIBERNATE/questions/57938966

hibernate.cfg.xml 中如何设置 hbm.xml 和 Annotations 的 mapping

标签:class   not   nts   mode   hbm   设置   def   href   map   

原文地址:https://www.cnblogs.com/huyuchengus/p/12682974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!