根据Hibernte的cfg文件生成sql文件
程序员文章站
2023-12-01 08:47:52
复制代码 代码如下:public void exporthiberntetosql(){ configuration cfg=new configuration().con...
复制代码 代码如下:
public void exporthiberntetosql(){
configuration cfg=new configuration().configure("/hibernate.cfg.xml");
schemaexport schemaexport = new schemaexport(cfg);
schemaexport.setoutputfile("d:/mysql_sql.sql");
schemaexport.create(true, false);
}
注意:hibernate的配置文件是什么数据库方言和驱动,将生成什么数据库脚本。
推荐阅读
-
将mater库中的系统存储过程批量生成*.sql文件 通用且非常实用
-
根据Hibernte的cfg文件生成sql文件
-
SQL Server根据分区表名查找所在的文件及文件组实现脚本
-
php将mysql数据库整库导出生成sql文件的具体实现
-
详解Jquery EasyUI tree 的异步加载(遍历指定文件夹,根据文件夹内的文件生成tree)
-
SQL Server根据分区表名查找所在的文件及文件组实现脚本
-
Angularjs根据json文件动态生成路由状态的实现方法
-
php中比较简单的导入phpmyadmin生成的sql文件的方法
-
PHP备份数据库生成SQL文件并下载的函数代码
-
根据当前目录下的文件生成网址列表的bat