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

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

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

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

    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 :)

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

    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

  • @komeshwari319
    @komeshwari319 13 дней назад

    your video really very helpfull for me thankyou

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

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

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

    Short and to the point 🔥🔥🔥🔥

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

    No one beat this content on RUclips thnks bro🎉

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

    Perfect Explanation. Thanks

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

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

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

    Awesome explanation. I hope you can make more videos.

  • @ujjwalsingh3160
    @ujjwalsingh3160 28 дней назад

    Nice Explanation !! You Got 1 Subscriber!!

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

    Brilliant, well presented and consice.

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

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

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

    short and clear. Thank you

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

    great explanation. keep up the good work.

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

    Nice explanation sir..

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

    Great explanation 👌🏻😇

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

    Perfect explanation😊

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

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

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

    Great Video. Just subscribed....

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

    very helpful

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

    good

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

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

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

    Neat and clean video.

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

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

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

    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

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

    Best explanation bro

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

    nice video..cleared all my doubts.thank you

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

    wow

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

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

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

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

  • @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!

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

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

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

    Just to the point.. Thank you.

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

    Good explanation.. waiting for next video...

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

    thank you

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

    Thank you bro

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

    Subscribed. Thanks.

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

    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?

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

    Thank you very much

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

    Good work man

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

    Thank You for this video, it helped me a lot

  • @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 3 месяца назад

      I too have the same question

  • @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  Год назад +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

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

    Thank u!

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

    Much appreciated dude🙂🙏

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

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

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

    bro these indians are hella clutch

    • @dev2prodcoding
      @dev2prodcoding  Месяц назад

      No doubt

    • @HuieChannel
      @HuieChannel Месяц назад

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

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

    bro dhanyawad

  • @weixiangng8279
    @weixiangng8279 10 месяцев назад

    How to implement it with Angular though?

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

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

  • @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

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

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

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

    nice video!! +1 sub, thanks

  • @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

  • @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)

  • @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.

  • @ZiSang-z4q
    @ZiSang-z4q Год назад

    So good explained! Just one question, first OneToOne Example, in Entity Employee_Detail you add Address address, which created automatically a FK fk_add_id, should a index be created to that fk_add_id, if data volumn is very big? Thank you!

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

    Why 90% od tutorials are low quality indian ones?

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

    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  Год назад

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

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

    brother podrias hacer uno con orden bbidireccional

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

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

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

    Where is properties file

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

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

  • @SKMishra2023
    @SKMishra2023 2 года назад +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!!!

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

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

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

    thank you