Spring Data JPA Entity mappings | One-to-One | One-to-Many | Many-to-One | Many-to-Many mappings

preview_player
Показать описание
You will learn Spring Data JPA Entity map unidirectional and bidirectional association mappings.
Unidirectional One-to-One Association
Bidirectional One-to-One Association
Unidirectional One-to-Many Association
Unidirectional Many-to-One Association
Bidirectional Many-to-One Association
Unidirectional Many-to-Many Association
Bidirectional Many-to-Many Association

My Top Playlists:

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

Thank you for this video and explanation of the mappings. It is by far the best for me to understand with code example. Quick and easy, not boring at all, right to the point.

iuriirudov
Автор

Thank you so much for this video. The concepts are explained in a very detailed manner. This helped me a lot. May God bless you !

himanshubhusanrath
Автор

Regarding many-to-many, normally you would like to reuse the item rows when several customers share a same item. Thus the cascade type should not be ALL. Otherwise when you remove a customer, all its items will be removed as well, which makes sense in the case of one-to-many but not many-to-many (and many-to-one).

simondif
Автор

Excellent. Thanks for sharing your knowledge. Greetings from Perú.

magadiflo-dev
Автор

Really useful to understand the entity annotations. Thanks!

antorodrigo
Автор

Great! thanks for covering all in single video

repakanagesh
Автор

Many thanks!
All type of relations worked for me

gulbalasalamov
Автор

Don't worry man. Subscribed. Keep going. There's very little about entity mappings on Youtube.

Trazynn
Автор

for aan example of bidirectional one t one when the get all is called on referencing entity it goes in infinte loop, not sure you face same issue

singarajusreedhar
Автор

finally some decent explanation.
Thanks

atiqurrahman
Автор

Great video! One question: why do you change from List to Set?

piumasan
Автор

Explanation is too fast. All the relationships are explained in one video in short time and couldn't able to understand. Appreciate if you can do one each relational mapping with example and showing DB changes along with the code.

pasupulaphaneesh
Автор

Nice explanation...and thank you so much

moggarajesh
Автор

Hi, thanks for the video, would you mind explaining when to go with unidirectional, bidirectional & Join table

manjunathmaruthi
Автор

Great explanation! But the video's sound is very poor, barely able to hear the voice on the laptop.

achyutgawade
Автор

Seems like running fastly to cover the topics, if you do in slow way it will be easily understandable to all

SuperSenthil
Автор

upgrade ur micrphne.... thats y indian utubers r nt gettng any lights...

anindyapaul
Автор

How to update foreign key with new primary key ??? My query is
"update Card o Set where

officialmiracleofdoll