溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Hibernate支持哪些特性

發(fā)布時間:2021-12-04 16:20:32 來源:億速云 閱讀:171 作者:iii 欄目:編程語言

這篇文章主要講解了“Hibernate支持哪些特性”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“Hibernate支持哪些特性”吧!

Hibernate 團隊對外宣布了一個新的家族成員,Hibernate OGM, OGM 是 Object Grid Mapping的縮寫,它的目標(biāo)是試圖使用 JPA 來操作 NoSQL數(shù)據(jù)庫,目前似乎局限于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的存儲技術(shù)方面,還不能相提并論,DataNucleus支持JDO,JPA標(biāo)準,支持目前幾乎所有的流行的存儲方式,Google的APPEngine也是基于DataNucleus的。

以下是51CTO對特性的翻譯,請指正:

  • 支持實體CRUD操作

  • 支持簡單(JDK)類型的屬性

  • 支持嵌入式對象

  • 支持實體層次結(jié)構(gòu)

  • 支持標(biāo)識符生成器(現(xiàn)在的表和基于記憶的生成器)

  • 支持樂觀鎖

  • 支持@多對一,@一對一,@一對多,@多對多關(guān)聯(lián)

  • 支持雙向關(guān)聯(lián)

  • 支持數(shù)組,列表和圖形集合

  • 支持最多的Hibernate原始APIs (like Session)和JPA APIs (like EntityManager)

  • 支持在JPA或者Hibernate Core中,同樣的引導(dǎo)模式發(fā)現(xiàn):in JPA, set <provider> to org.hibernate.ogm.jpa.HibernateOgmPersistence and you're good to go

感謝各位的閱讀,以上就是“Hibernate支持哪些特性”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對Hibernate支持哪些特性這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI