Questions tagged «data-importer»

7
如何使用Hibernate将初始数据导入数据库?
部署应用程序时,我经常使用Hibernate的功能来创建数据库架构,以简化部署。通过配置hibernate.hbm2ddl.auto属性可以轻松实现。 但是,有时我还需要向数据库中插入一些初始数据,例如root用户。有什么办法可以通过休眠并加载某种文本文件来实现? 我知道我可以轻松地编写将要执行此操作的代码,但是只是想知道是否已经有一些实用程序可以帮助我通过配置实现相同的功能?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.