OneToMany mapping example in Hibernate using Spring JPA | Tech Primers

preview_player
Показать описание
This video covers @OneToMany mapping usage in Hibernate using Spring JPA.

📌 Related Playlist
================

🎬Video Editing: iMovie

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#SpringJPA #HIbernate #TechPrimers
Рекомендации по теме
Комментарии
Автор

thank u so much I have been searching for hours a working example, all of them are a explain but not all the way and they just confused me, this video saved my 6 hours of nothing to something

once a way super thanks dude, wish you blessings

davelag
Автор

Clear!!! Thank you so much for adding the Video, Keep posting.

overview
Автор

No other solution worked, except for this one... Wow. Thanks a lot! :-)

deshpasheeto
Автор

Thanks a lot Tech Primers!! My problem resolved because of this learning video. Tried many other solutions but none worked. I was looking for it. Keep it up . :) :)

musicpulse
Автор

Thank you. can't be more than clear than this video. I have seen many video before this. You clear concept very well.

adityaparmar
Автор

Damn, I was looking around a ton of different tutorials and this is the one that nailed it.

tyleragnew
Автор

Thank you sir ji, because there is no such kind of clear videos available for spring jpa explaning

pavanmodi
Автор

is it possible to wntwr exact same data into 2 tables uaing one entity class?

vidyesh
Автор

When u did get all user contacts, userId field in userLogs was displayed null. Why? This didn't happen when you did get all of users.

anurag
Автор

can you show how to display one to many mapping relationship using sql native query and mapping it.

dhruvpahwa
Автор

Hello, in this example you are creating Users & Userlogs at the same time. How you create a userlog at a later time. Say you have created one User record and 2 Userlog record today and tomorrow you need to add more userlog records.. How you do this? Thanks bro..

albieantony
Автор

How do I retrieve data to a table using this mapping?

pubudu
Автор

Hi, I am looking for a video tutorial on Spring Boot + multiple data source or DB + Spring JTA transaction management. Not finding a good one. Could you please make a video on the same.

ashishkathait
Автор

Very nice, how to do lazy or eager loading with One to Many JoinColumn?

Samlama
Автор

how to update or insert one to many relation in easy way?

chrispure
Автор

instead of creating user_id, how can we use primarykey(id) as the reference column

emlqqte
Автор

This is great!..but can you please tell instead of hard coding the data how to show this data in the Users Entity API by providing the data by using "Update" ???

ameymilind
Автор

Why didn't you use "mappedBy" property in @OneToMany ?

freestyler
Автор

sir please make a video on ...or give me some guide on "joincolumns"

Bhaiyajikijigyasa
Автор

Can you do a video of joining more than two columns.

HIHAYTAH