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*
JPA is just a specification and you can't use it without an implementation. Hibernate is one of the most popular implementations. So, you can't really compare them to decide if one is better than the other. Hibernate is JPA + a few proprietary features.
If I'm correct, Hibernate is just one of the implementation of JPA. So this video is the answer on question: JPA vs noJPA Also there are other implementation of this standart. So may be make sense to compare Hibernate vs EclipseLink or others JPA providers... But it will be very subtle difference in very specific features.
Iyo kang..Hibernate ki nggor implementation JPA wae. Nanging tenan lo pasale Hibernate eneng akeh annotation tambahan sing orak payah kanggo developer. Kulo sak tenane mmg dhemen karo Hibernate neh. Sing pentinge konsep relationship cardinality kui kena reti disek entesla takon awakmu arep milih ngendi.
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*
Best tutorials series for hibernate from scratch to advance. Thanks for such tutorials.
Could you please let us know how to query embedded objects in native sql
Hi. Thank you very much. Very informative
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?
NoSQL support Spring Data Jpa
Good information. Thanks for sharing it with us..
Great video for JPA/Hibernate
Which is better JPA or Hibernate
JPA is just a specification and you can't use it without an implementation. Hibernate is one of the most popular implementations.
So, you can't really compare them to decide if one is better than the other. Hibernate is JPA + a few proprietary features.
Great video for JPA/Hibernate vs other but no anwser on JPA vs Hibernate.
If I'm correct, Hibernate is just one of the implementation of JPA.
So this video is the answer on question: JPA vs noJPA
Also there are other implementation of this standart.
So may be make sense to compare Hibernate vs EclipseLink or others JPA providers...
But it will be very subtle difference in very specific features.
@@glebbondarenko67 I agree. and I do feel this tutorial is really really good, it answered some of my questions during my learning
yes because its ment to compeer hibernate orm vs other solution, to to teach you what they are lol
Iyo kang..Hibernate ki nggor implementation JPA wae. Nanging tenan lo pasale Hibernate eneng akeh annotation tambahan sing orak payah kanggo developer. Kulo sak tenane mmg dhemen karo Hibernate neh. Sing pentinge konsep relationship cardinality kui kena reti disek entesla takon awakmu arep milih ngendi.