根据映射文件生成脚本
Configuration cfg = new Configuration().configure();
SchemaExport export = new SchemaExport(cfg);
export.create(true, true);
发布时间: 2012-10-10 13:58:11 作者: rapoo
根据映射文件生成脚本
Configuration cfg = new Configuration().configure();
SchemaExport export = new SchemaExport(cfg);
export.create(true, true);