首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

依据映射文件生成脚本

2012-10-10 
根据映射文件生成脚本Configuration cfg new Configuration().configure()SchemaExport export new S

根据映射文件生成脚本
Configuration cfg = new Configuration().configure();

SchemaExport export = new SchemaExport(cfg);

export.create(true, true);

热点排行