JPA 2.0 Implementations comparison : Hibernate 3.5 vs EclipseLink 2 vs OpenJPA 2

后端 未结 2 586
迷失自我
迷失自我 2021-02-15 16:56

What\'s your choice? Do You have any suggestions and experience?

I\'m developing an application with Hibernate 3.5 and Spring 3.0

Pros:

  • Good docum
2条回答
  •  没有蜡笔的小新
    2021-02-15 17:14

    I'd say it depends on your application. If you age going to use a lot of Oracle-related features (like, you need hints in your SQL or hierarchical queries or so on), EclipseLink is more suitable for you. In other case pick up Hibernate. More details you can find at http://simpletoad.blogspot.com/2012/11/what-u-must-know-about-eclipselink-orm.html BTW, don't care about performance benchmarking there ORM - if performance is critial for - don't use ORM at all

提交回复
热议问题