标签: java hibernate dml
我想用Hibernate生成DML脚本(插入,删除,更新......)。
我该怎么做?似乎SchemaExport仅允许模式导出。
SchemaExport
我想转储数据库中包含的所有数据。如何完成这项任务?