Difference between JPA, EclipseLink & Hibernate

preview_player
Показать описание
Today, I will talk about the differences between JPA, Hibernate and EclipseLink.
When people are new to JPA, Hibernate or EclipseLink, they are often confused about the difference between them and which one they should use in their project. If you’re one of them, don’t worry. It’s a lot easier than it seems.
If you are finding me for the first time, please subscribe to this channel. I’m publishing new videos about JPA and Hibernate twice a week.

If you like this video, please give me your 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?
Рекомендации по теме
Комментарии
Автор

0:43 JPA
1:34 javax.persistence-api cannot be used without an implementation
1:44 the most popular JPA implementations: Hibernate and EclipseLink
2:29 Before using JPA
2:30 add JPA to project
2:34 configure persistence unit
2:36 map entities to your database tables
2:38 bootstrap
3:56 JPQL

ruixue
Автор

Finally!! found a video with a clear and good description. Thanks

sahithichowdary
Автор

Sir, when i run my web project it is showing that no persistence provider exception.But i have put my persistence.xml file in meta-inf folder in src only..what should i do?

krishnapriyankatirunagari
Автор

Hi, i have a question not properly realated to the content of the video, but to a piece of code i saw. Why does a select query needs to be executed in a transaction? Transactions are not needed just for insert, update and delete? Thanks in advance and nice video

GiovanniFilanninoredjin
Автор

Can somebody explain to me why anybody would want to use EclipseLink? I work with Spring Data/JPA and by the looks of it, it is a lot easier than EclipseLink mostly because Spring Data automatically creates a lot of the mostly used queries like findById and findAll and findAll with pagination.

martijnhiemstra
Автор

I wouldn't EclipseLink for much of anything. Too many bugs and not fully implemented.

nicholas
visit shbcf.ru