Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从运行 grails 应用程序时创建的数据库中填充几个表。我为hibernate的锁定策略保留了“版本”列,所以我需要知道在将数据导入这些表时在该字段中放入什么值是安全的。
Hibernate 使用的初始值为 0,但任何值都可以。
如果您要在应用程序运行时修改现有记录,请确保增加“版本”的值。