您好,登錄后才能下訂單哦!
這篇文章主要講解了“Hibernate支持哪些特性”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Hibernate支持哪些特性”吧!
Hibernate 團隊對外宣布了一個新的家族成員,Hibernate OGM, OGM 是 Object Grid Mapping的縮寫,它的目標是試圖使用 JPA 來操作 NoSQL數據庫,目前似乎局限于Infinispan 。
目前支持的特性:
CRUD operations for entities
properties with simple (JDK) types
embeddable objects
entity hierarchy
identifier generators (TABLE and all in-memory based generators today)
optimistic locking
@ManyToOne, @OneToOne, @OneToMany and @ManyToMany associations
bi-directional associations
Set, List and Map support for collections
most Hibernate native APIs (like Session) and JPA APIs (like EntityManager)
same bootstrap model found in JPA or Hibernate Core: in JPA, set <provider> to org.hibernate.ogm.jpa.HibernateOgmPersistence and you're good to go
PS:從目前情況看,不支持流行的 MongoDB 等等。與DataNucleus(http://www.datanucleus.org) 在Backend的存儲技術方面,還不能相提并論,DataNucleus支持JDO,JPA標準,支持目前幾乎所有的流行的存儲方式,Google的APPEngine也是基于DataNucleus的。
以下是51CTO對特性的翻譯,請指正:
支持實體CRUD操作
支持簡單(JDK)類型的屬性
支持嵌入式對象
支持實體層次結構
支持標識符生成器(現在的表和基于記憶的生成器)
支持樂觀鎖
支持@多對一,@一對一,@一對多,@多對多關聯
支持雙向關聯
支持數組,列表和圖形集合
支持最多的Hibernate原始APIs (like Session)和JPA APIs (like EntityManager)
支持在JPA或者Hibernate Core中,同樣的引導模式發現:in JPA, set <provider> to org.hibernate.ogm.jpa.HibernateOgmPersistence and you're good to go
感謝各位的閱讀,以上就是“Hibernate支持哪些特性”的內容了,經過本文的學習后,相信大家對Hibernate支持哪些特性這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。