您的位置:首页 > 编程语言 > Java开发

myEclipse 生成hibernate hbm文件参数说明

2012-06-26 11:34 288 查看
转:http://zhidao.baidu.com/question/226874140.html?zid=10081

1、Include referenced tables (A->B) ;Include referencing tables (A<-B)

Expands the set of tables to be reverse engineered to other tables referenced by this table and tables referencing this table respectively. 包含反向工程时当前数据库表引用的表格以及其它引用到当前表的数据库表.

2、Generate support for ListedTable(fk)->UnlistedTable;Generate support for UnlistedTable (fk) ->ListedTable

Generate code corresponding to the relationships this table has with other tables which are not being currently reverse engineered and are absent from the table list on this page. 生成关联到当前表格的关联表的尚未反向工程过的代码, 这些表在当前配置页面尚未被显示.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: