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.
我尝试从https://developers.google.com/appengine/docs/java/datastore/jdo/creatinggettinganddeletingdata学习在 GWT 中使用 JDO
在第一个示例代码中,有一行:
PersistenceManager pm = PMF.get().getPersistenceManager();
在这一行中,什么是 PMF?教程中没有答案,我想不通。
PMF 是一个 java 类(持久化管理器工厂)
您可以在此处找到有关它的更多信息:信息 PMF
你可以在这里找到源代码:PMF 源代码