NoSQL
摘要: 先感謝同事梁員外的技術(shù)分享,下面是一些相關(guān)的筆記,當然啦,在應(yīng)用Morphia之前需要有MongoDB的使用經(jīng)驗.
What is Morphia?
Morphia is a lightweight type-safe library for mapping your Java objects to/from MongoDB
簡單的來說Morphia與MongoDB的關(guān)系就如Hibernate與關(guān)系數(shù)據(jù)庫的關(guān)系, 是一個實現(xiàn)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的關(guān)系就如Hibernate與關(guān)系數(shù)據(jù)庫的關(guān)系, 是一個實現(xiàn)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 閱讀全文