我尝试从https://developers.google.com/appengine/docs/java/datastore/jdo/creatinggettinganddeletingdata
学习在GWT中使用JDO在第一个示例代码中,有一行:
PersistenceManager pm = PMF.get().getPersistenceManager();
在这一行中,什么是PMF?教程中没有答案,我无法理解。
答案 0 :(得分:0)
PMF是一个java类(Persistence Manager Factory)
您可以在此处找到有关它的更多信息:Information PMF
您可以在此处找到源代码:PMF Source Code