NoSQL
摘要: 先感謝同事梁員外的技術分享,下面是一些相關的筆記,當然啦,在應用Morphia之前需要有MongoDB的使用經驗.
What is Morphia?
Morphia is a lightweight type-safe library for mapping your Java objects to/from MongoDB
簡單的來說Morphia與MongoDB的關系就如Hibernate與關系數據庫的關系, 是一個實現Java對象到MongoDB雙向映射的類庫。
下面是摘自Morphia官方的簡介,帶有一定的廣告性,呵呵
Easy to use, and very lightweight; reflection is used once per type and cached.
Annotations describe mapping behavior; there are no XML files.
Provi 閱讀全文
What is Morphia?
Morphia is a lightweight type-safe library for mapping your Java objects to/from MongoDB
簡單的來說Morphia與MongoDB的關系就如Hibernate與關系數據庫的關系, 是一個實現Java對象到MongoDB雙向映射的類庫。
下面是摘自Morphia官方的簡介,帶有一定的廣告性,呵呵
Easy to use, and very lightweight; reflection is used once per type and cached.
Annotations describe mapping behavior; there are no XML files.
Provi 閱讀全文