java hibernate 多表查询
- 作者: 失约的慌言
- 来源: 51数据库
- 2020-12-29
select?*?from?table1
union
select?*?from?table2
union
select?*?from?table3
<mapping resource="com/bjpowernode/hibernate/user.hbm.xml"/>
仔细检查这个配置文件,估计路径或者其中的文件信息出错了
union
select?*?from?table2
union
select?*?from?table3
<mapping resource="com/bjpowernode/hibernate/user.hbm.xml"/>
仔细检查这个配置文件,估计路径或者其中的文件信息出错了
推荐阅读
