Should You Use JPA and Hibernate for Your next Project?

preview_player
Показать описание
Do JPA and Hibernate really fit the project you’re about to start?
This important question gets not asked often enough! And if you don’t think about it, in the beginning, it will be difficult to change your mind after the project started.

Most often, the persistence framework gets selected based on personal preferences. And while these are often based on past experiences, it is not always the best approach.
You should better check your requirements and choose a framework that fits. I prepared a few simple questions to guide you through the decision of choosing JPA or some other persistence framework.

If you like this video, please give it a thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!

Join the free Member Library:

Want to connect with me?

#Hibernate #JPA #Tutorial
Рекомендации по теме
Комментарии
Автор

1:40 first question: what kind of database is used
2:03 *JPA and Hibernate are designed to work with relational databases*
2:32 NOSql is a better solution for applications with configurable domains
3:18 *if the mapping definition is pretty static, ORM creates so many problems*
3:33 so don't use ORM if your domain model needs to be configurable
4:18 JPA and Hibernate ORM are great fit for standard CRUD operation
4:30 *complex report or data mining related applications are not good use cases for ORM*

ruixue
Автор

Best tutorials series for hibernate from scratch to advance. Thanks for such tutorials.

sandeepkumararya
Автор

Hi. Thank you very much. Very informative

alexei
Автор

Good information. Thanks for sharing it with us..

FrancoRob
Автор

Could you please let us know how to query embedded objects in native sql

bhagyasree
Автор

Hi, you recommend not to use JPA for NoSQL database, so do you know what technologies are good to work with it? Could you please let us know?

FrancoRob
Автор

Great video for JPA/Hibernate vs other but no anwser on JPA vs Hibernate.

draganmijatovic