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.
正如标题所说:父文档的pre-save钩子总是在嵌入文档的pre-save钩子之前执行吗?
如果没有,是否有任何黑客来执行它?
用例:在嵌入文档的预保存挂钩中,我将一些计算字段存储到父级。
在父级的预保存挂钩中,我对此做了一些事情:)
编辑
我问是因为这些钩子的异步性质(?)测试几个实例可能无法回答我的问题。
谢谢。
经过一些测试:看起来是这样。