Entity Mapping | @OneToOne, @OneToMany, @JoinColumn| Spring Data JPA | Spring Boot | Dev2Prod Coding

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024
  • This video will focus on Entity Mapping in Spring Data JPA basic concept. Example to demonstrate use of @OneToOne, @OneToMany, @JoinColumn using Spring Boot.
    Github:
    github.com/Dev...
    In case you like this video please Like, Subscribe & press the bell icon.
    Dev2Prod Coding

Комментарии • 107

  • @wantedlepota9960
    @wantedlepota9960 Год назад +10

    I like the fact that you have already created the classes(entity, controllers) before you record the video, which makes the video simple and short

  • @ushasharma2631
    @ushasharma2631 2 года назад +36

    Just because of your perfect solution and exact explanation instead of keeping it long you made it short. I am subscribing your channel. Good Efforts thank you :)

  • @zuberdiwan8123
    @zuberdiwan8123 Год назад +1

    Very Good Explained..Thank You.....

  • @kosalaTravellingVlogs27
    @kosalaTravellingVlogs27 2 года назад +1

    Perfect Explanation. Thanks

  • @navanjanayasith4030
    @navanjanayasith4030 25 дней назад

    Good one bro

  • @muskanyadav2391
    @muskanyadav2391 4 месяца назад

    Never really understood the concept of mappings until I watched this video. You made it so simple and easy..keep uploading. Thanks!!

  • @komeshwari319
    @komeshwari319 2 месяца назад

    your video really very helpfull for me thankyou

  • @janstefangehrmann1139
    @janstefangehrmann1139 8 месяцев назад

    Thank you so much. Now I understand how to handle relations :)

  • @shaharukhshaikh4676
    @shaharukhshaikh4676 Год назад +1

    No one beat this content on RUclips thnks bro🎉

  • @ujjwalsingh3160
    @ujjwalsingh3160 2 месяца назад

    Nice Explanation !! You Got 1 Subscriber!!

  • @suthar_ravi
    @suthar_ravi Год назад +1

    Great explanation 👌🏻😇

  • @manideepkumar959
    @manideepkumar959 Год назад +4

    Bro, in address class , during 1-1 7:59 before and after using @OneToOne(mppedby="address") the output/table structure of address is same na, then can u tell me what is the use of that annotation

  • @neerajayarasani8456
    @neerajayarasani8456 Год назад +1

    short and clear. Thank you

  • @jitendrapatil3276
    @jitendrapatil3276 2 года назад

    Great Video. Just subscribed....

  • @gauravsrivastava17
    @gauravsrivastava17 5 месяцев назад

    Short and to the point 🔥🔥🔥🔥

  • @indranilganguly4750
    @indranilganguly4750 2 года назад +2

    Great Video...Helped me a lot..Thanks

  • @forinda
    @forinda Год назад +1

    Perfect explanation😊

  • @jaymichalek1693
    @jaymichalek1693 Год назад +2

    Awesome explanation. I hope you can make more videos.

  • @HimanshuVerma-ko7vr
    @HimanshuVerma-ko7vr Год назад +1

    very helpful

  • @Emanuel-yb3qk
    @Emanuel-yb3qk 8 месяцев назад

    Thanks for explaning it too easy bro. Greetings from Mexico.

  • @tonycavanagh1929
    @tonycavanagh1929 Год назад +1

    Brilliant, well presented and consice.

  • @harishchandra8057
    @harishchandra8057 2 года назад +1

    Nice explanation sir..

  • @connect2soumen
    @connect2soumen 2 года назад +1

    Neat and clean video.

  • @swadeshswaroopbehera8465
    @swadeshswaroopbehera8465 2 года назад +1

    great explanation. keep up the good work.

  • @virendrasingh-en1yy
    @virendrasingh-en1yy 2 года назад

    nice explanation clear my all doubts with in short time thankyou so much

  • @abhisheknayakanti8918
    @abhisheknayakanti8918 24 дня назад

    sir,In @OnetoMany mapping if you want to join address id column into employee table...u are creating reference variable in employee entity only...at the same time,if you want to join colum to address table also u are doing it from employee table only...please clarify...im under impression that if we want to join a column in our target table...we have to create a reference variable of the table that we are fetching the table from,in our target table

  • @sproutboot
    @sproutboot Год назад +1

    I might sound stupid but I found it interesting that f.k @OneToOne private Address address, Employee class has a attribute of address which data type is Address, and it actually stores int value which is addressID? and by setting cascade.all, when we send request payload for saving emps, it will affect Address class and save address info on Address table. And the fk column in emp table will show just int value(AddrID). I learned a lot. and I hope I understand correctly. Thanks!

  • @thirumalyadav7509
    @thirumalyadav7509 2 года назад

    Best explanation bro

  • @samnayakawadi
    @samnayakawadi 2 года назад

    Subscribed. Thanks.

  • @kotidinta1585
    @kotidinta1585 2 года назад +1

    Bro nice explaination. Could please make video on total spring project

  • @abhiramnair2195
    @abhiramnair2195 2 года назад

    nice video..cleared all my doubts.thank you

  • @karthickdk9313
    @karthickdk9313 2 года назад +1

    thank u so much.. upload more videos .. based on entity

  • @m_sharif
    @m_sharif 2 года назад

    Just to the point.. Thank you.

  • @surajdevrajak9267
    @surajdevrajak9267 2 года назад +1

    Good work man

  • @Doum4n
    @Doum4n 9 месяцев назад

    Thank you very much

  • @HusnainAshfaq-kr5or
    @HusnainAshfaq-kr5or 7 месяцев назад

    good

  • @INDIRAKUMARL-h5x
    @INDIRAKUMARL-h5x 4 месяца назад

    Thank you bro

  • @harishchandra8057
    @harishchandra8057 2 года назад

    plz upload the next part ...onetomany bidirectional and manytomany

  • @Leo-fi6bg
    @Leo-fi6bg 2 года назад +2

    Hi bro .. how to configure my slq or post man in application properties.. will u please solve that

    • @dev2prodcoding
      @dev2prodcoding  2 года назад +1

      ruclips.net/video/3wIRc94piU8/видео.html please check this video where I have explained how to configure DB using application.properties file.
      Code Link - > github.com/Dev2ProdCoding/spring-data-jpa-springboot/blob/master/src/main/resources/application.properties

  • @siyansunny3090
    @siyansunny3090 2 года назад

    Good explanation.. waiting for next video...

  • @adarsh6750
    @adarsh6750 3 месяца назад

    How foreign key is created in address table? You mentioned address reference inside Employee entity right! then how foreign key is created inside address table?

  • @pranshugautam8890
    @pranshugautam8890 Год назад +2

    I want to ask one q : when you used unidirectional you have not written one to one in address class and when you showed bidirectional then you write one-to-one in address class but there was no difference in output that you showed so why we have to write one-to-one in address class when there is no difference in output?

    • @donDan94
      @donDan94 Год назад

      yeah right, I just watched the video and had the same question. Can I ask you, did you find any information about this, is there any difference? cheers!

    • @ChVenki
      @ChVenki 4 месяца назад

      I too have the same question

  • @wellingtonfjr
    @wellingtonfjr Год назад

    nice video!! +1 sub, thanks

  • @nguyenquangtinh4911
    @nguyenquangtinh4911 2 года назад +1

    thank you

  • @hrishikeshmukherjee8988
    @hrishikeshmukherjee8988 2 года назад +1

    wow

  • @jakub.686
    @jakub.686 2 года назад

    Thank You for this video, it helped me a lot

  • @sonubandigi3788
    @sonubandigi3788 Год назад

    bro dhanyawad

  • @sachithnanayakkara4027
    @sachithnanayakkara4027 2 года назад +3

    How about One to Many & Many to One Mapping and also many to many mapping? Can you make a video for that

    • @dev2prodcoding
      @dev2prodcoding  2 года назад +1

      ruclips.net/video/v40e5SOMftQ/видео.html

  • @eosorto55
    @eosorto55 4 месяца назад

    brother podrias hacer uno con orden bbidireccional

  • @roshanpawar571
    @roshanpawar571 2 года назад +1

    Nice video..... but how to update mapping data

    • @dev2prodcoding
      @dev2prodcoding  2 года назад

      Thanks @roshan....I am assuming by update mapping data you mean updating records in db. For updating you can use same method you used to save it i.e saveAll() or save().
      Let me know in case of any other query.

  • @Rasmusorum
    @Rasmusorum Год назад

    How does it make sense to make a @onetoone relationship? Why not just embed the class?

  • @simon8284
    @simon8284 9 месяцев назад

    Sex bro Sex, even I couldn't understand this from Java Brains, Be Coder, and Code With Durgesh. You made a flawless victory...

  • @HongruiLiu-t7d
    @HongruiLiu-t7d 11 месяцев назад +1

    Thank u!

  • @atharvsingh6901
    @atharvsingh6901 Год назад

    Much appreciated dude🙂🙏

  • @ash416
    @ash416 2 года назад

    Hello bro please reply
    I have to separate entities flight and airport and I don't want to save the data for airport while saving flight,since airport table is already populated
    Hope it make sense

  • @HuieChannel
    @HuieChannel 7 месяцев назад

    bro these indians are hella clutch

    • @dev2prodcoding
      @dev2prodcoding  2 месяца назад

      No doubt

    • @HuieChannel
      @HuieChannel 2 месяца назад

      @@dev2prodcoding hahaha because of you I finished my CS course XD

  • @weixiangng8279
    @weixiangng8279 Год назад

    How to implement it with Angular though?

  • @ankushkamble911
    @ankushkamble911 2 года назад

    Great Explanation bro...but one error is occuring actually when we run many to one first time it will save the data but if we add another member of same addresse it will update the data...that means fk_emp_id 1 will replace by 2 so...what to do plz help me

    • @dev2prodcoding
      @dev2prodcoding  2 года назад

      Can you post your employee and address entity here for one to many mapping?

  • @ayushkumarjajodia8828
    @ayushkumarjajodia8828 2 года назад +1

    what will be the difference in table structure b/w uni and bi direction of one to one mapping?

  • @venkateshejjigiri-4137
    @venkateshejjigiri-4137 Год назад

    fk_add_id is not reflecting in employee table. and no data in adreess table. pls help me

  • @venu5791
    @venu5791 2 года назад

    can you add @jsonbackReference, @jsonmanagedreference along with the mappings

  • @KlanBr1
    @KlanBr1 Год назад

    if i duplicate my request in postman, so duplicate my entities, that not shoul be happen, because then i have duplicate employees and addresses, how do yo stop this behavior, you put some logical in your service?(sorry for my english)

  • @vinaymathapati4077
    @vinaymathapati4077 Год назад +1

    Where is properties file

    • @dev2prodcoding
      @dev2prodcoding  Год назад

      github.com/Dev2ProdCoding/spring-data-jpa-mappings/tree/master/src/main/resources

  • @dod-do-or-dont
    @dod-do-or-dont 7 месяцев назад

    Why 90% od tutorials are low quality indian ones?

  • @SKMishra2023
    @SKMishra2023 3 года назад +1

    8:12

  • @kandruvinay6736
    @kandruvinay6736 2 года назад

    Push the file to git

    • @dev2prodcoding
      @dev2prodcoding  2 года назад

      url : github.com/Dev2ProdCoding/spring-data-jpa-mappings.git

  • @tobyhamilton2153
    @tobyhamilton2153 Год назад +1

    You didn't even show how to right at the get mapping, so you just showed how to do the annotations, how is someone meant to known how to make the get request!!!

  • @kirindev
    @kirindev Год назад +1

    thank you