在下一节中,我们将开发一个示例应用程序,让您尝试将Objectify用于映射和数据持久性,使用Google的Bigtable来存储应用程序数据。
In the next sections, we'll develop an example application that lets you try your hand at mapping and data persistence with Objectify, using Google's Bigtable to store application data.
应用程序使用dao模式来将数据存储到多个表中,一个应用程序使用的每个DAO都保存在一张表中。
An application is using the DAO pattern to save data into multiple tables, each DAO used one save on one table.
我们将使用联系簿api来存储和检索应用程序信息。
We will be using the contact book APIs to store and retrieve our application information.
应用推荐