gpt4 book ai didi

Grails:.save(flush:flush, insert:true) 与 .save(flush:true) 有何不同

转载 作者:行者123 更新时间:2023-12-02 13:45:58 26 4
gpt4 key购买 nike

在spring security生成类UserRoleSecUserSecRole (你可以随便叫它)有一个命令可以创建 new UserRole()并用 .save(flush:flush, insert:true) 保存它

这意味着什么?它与 .save(flush:true) 有何不同?

最佳答案

来自 Grails docs :

insert (optional) - When set to true will force Hibernate to do a SQL INSERT, this is useful in certain situations when legacy databases (such as AS/400) are involved and Hibernate cannot detect whether to do an INSERT or an UPDATE

关于Grails:.save(flush:flush, insert:true) 与 .save(flush:true) 有何不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9301395/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com