Berkeley DB教程之五:直接持久层应用

目录:

  1. 主索引(Primary Indexes)的应用
  2. 第二索引(Secondary Indexes)的应用

[一]、主索引(Primary Indexes)的应用

持久化对象的代码:UserInfo4DPL.java

读取操作的演示代码:DPLPrimaryIndexsDemo.java

运行结果:

[二]、第二索引(Secondary Indexes)的应用

  • ONE_TO_ONE
  • MANY_TO_ONE
  • ONE_TO_MANY
  • MANY_TO_MANY

下面以 MANY_TO_ONE 为例做个基本演示

持久化存储的对象:BlogItem.java

读取操作的演示代码:DPLSecondaryIndexesDemo.java

运行结果:

本文介绍到此结束@Michael Sun.

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/nosql/berkeley/berkeley-dpl/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">