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.
我有一个类的自定义 ID 生成器。当我创建这个类的新实例并使用 .save() 将其保存到数据库时,ID 实际生成在哪一点?生成会延迟到事务提交之前,还是会在我调用 .save() 时生成?
id是在保存时生成的。
如果您在事务中,则有两个选项提交或回滚