1) Versant數據庫能夠直接支持複雜的業務模型:html
public class Person {數據庫
String firstName;數據結構
String lastName;spa
String gender;htm
String ethnicity;ci
String language;get
// 新增的節點it
int index = 5;io
Contact info;ast
Location location;
public String primaryCountry;
public String primaryAreaCode;
HashSet<Person> friends = new HashSet<Person>();
HashSet<Person> colleagues = new HashSet<Person>();
HashSet<Person> family = new HashSet<Person>();
HashSet<Person> relations = new HashSet<Person>();
}
Versant數據庫能夠直接支持包括HashSet、LinkedList在內的複雜數據結構。
若須要瞭解其解決方案,請點擊:http://wenku.baidu.com/view/f6b9081ba76e58fafab00343.html?st=1
若須要瞭解所有代碼請回帖。