ObjectifyService.beginTransaction 在 Objectify5 中不可用(缺失),如记录
ObjectifyService.beginTransaction not available (missing) in Objectify5 as documented
根据此处的文档:
https://code.google.com/p/objectify-appengine/wiki/IntroductionToObjectify#Relationships
要执行交易,您需要 Objectify ofy = ObjectifyService.beginTransaction(); 但是,我刚刚下载了 Objectify5,而 ObjectifyService 没有 beginTransaction。
我是不是遗漏了什么或者文档已经过时了?
您正在查看早已过时的 Objectify v3 文档(如页面顶部所述)。
现在文档的最佳位置是:
根据此处的文档: https://code.google.com/p/objectify-appengine/wiki/IntroductionToObjectify#Relationships
要执行交易,您需要 Objectify ofy = ObjectifyService.beginTransaction(); 但是,我刚刚下载了 Objectify5,而 ObjectifyService 没有 beginTransaction。
我是不是遗漏了什么或者文档已经过时了?
您正在查看早已过时的 Objectify v3 文档(如页面顶部所述)。
现在文档的最佳位置是: