JPA / Hibernate One to Many Mapping Example with Spring Boot

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

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

  • @JavaGuides
    @JavaGuides  4 года назад +5

    JPA / Hibernate One to One Mapping Example with Spring Boot at ruclips.net/video/kAYjrhcrx_8/видео.html
    JPA / Hibernate Many to Many Mapping Example with Spring Boot at ruclips.net/video/-q9rp2pzvGU/видео.html

    • @ravimasabattula8148
      @ravimasabattula8148 4 года назад +1

      Can we have video for bidirectional one to many mapping?

  • @kaushikveluru925
    @kaushikveluru925 4 года назад +5

    Struggled for hours and finally followed this tutorial and fixed my issue in 5 mins.
    Awesome tutorial. Thanks a ton for doing this!

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

    Thanks for sharing this nice tutorial. Simple and precise, every single second hits the point.

  • @pandasofwar
    @pandasofwar 4 года назад +5

    This is such a great tutorial! I was really struggling with a project, but this video helped me simplify my code so much. Thanks again :)

  • @pepito4
    @pepito4 4 года назад +1

    Best youtube channel for spring boot learning, I'm improving fast, thank you!

  • @drashtidesai9290
    @drashtidesai9290 3 года назад

    To the point information. Very useful from beginners to intermediate.
    Simple explanation and example that helps to understand heads-to-toe information.

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

    Superb clear and simple instructions. Thank you sir 👍

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

    I know this video is 2 years old but it was still very heplful!

  • @РоманГригорьев-с8й
    @РоманГригорьев-с8й 3 года назад

    omg dude thank you so much, the best java channel on yt

  • @june3264
    @june3264 3 года назад

    wow! thaks! I'm Korean. Your this video is very useful me! thank you.

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

    thanks alot✨you help me alot

  • @shameel.ali.
    @shameel.ali. 3 года назад

    Beautiful explanation brother

  • @angelperalta6124
    @angelperalta6124 3 года назад

    Great explanation! Keep up the amazing work!

  • @umaparvathi606
    @umaparvathi606 3 года назад

    Really nice sir great thanks for such a tutorial

  • @kirane5911
    @kirane5911 3 года назад

    Thank for good explanation sir, this is valuable

  • @ankitprakash8665
    @ankitprakash8665 3 года назад

    Thank u , this video help me alot

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

    Bro how to perform remaining crud operations

  • @urtaav639
    @urtaav639 4 года назад +1

    Excellent content, you can make a video, where you have tables with various relationships and teach how to map them in classes, I just have a problem like that.

    • @JavaGuides
      @JavaGuides  4 года назад +2

      Yes. I will plan to create a video tutorial which will cover all the mappings.

  • @manikmahashabde2946
    @manikmahashabde2946 3 года назад

    Thank you so much. It helped me a lot. Glad to subscribe to your channel bro :)

  • @joes46985
    @joes46985 3 года назад

    Thank you sir.

  • @ScienceSeekho
    @ScienceSeekho 3 года назад

    Thankyou was helpful!

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

    But y three update should happen.
    How to make it single insert that set foreign key also

  • @Supriya-mr2yq
    @Supriya-mr2yq 3 года назад

    Is one to many and one to one bidirectional mapping can be there?

  • @paulmimicry9147
    @paulmimicry9147 4 года назад +1

    Please show show to.fetch the data, fetching is more difficult that saving updating and deleting because of multiple queries it execute, iwant to show how to efficiently fetch the datas with using minimal code and/or queries.

  • @RanjithKumar-qj9mn
    @RanjithKumar-qj9mn Год назад

    How do you update comments with new one or delete one

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

    Thanks 💚

  • @AbhinavSinghShakya2022
    @AbhinavSinghShakya2022 4 года назад

    Can we take some other column as referencedColumn rather than primary key

  • @kuhugarhwal6096
    @kuhugarhwal6096 4 года назад

    Thanks for the video but I am still getting integrity constraint violated- parent key not found . Could you please help .

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

    How can you find all comments based on post_id?

  • @joachimdietl6737
    @joachimdietl6737 4 года назад

    Nice tutorial. I wish the systems would provide them as well

  • @5kpwc14
    @5kpwc14 3 года назад

    Thanks for the video but I am need to know how can i implemint this mapping in my front end in angular

  • @prasadpetkar2841
    @prasadpetkar2841 3 года назад

    Good video 🤘

    • @prasadpetkar2841
      @prasadpetkar2841 3 года назад

      Actually i want this code input from html page ,when i insert 5 records with html page they will save with their individual id and one same id for 5 records guide me with user input from web...

  • @javatechnology24
    @javatechnology24 4 года назад

    It's perfect and working

  • @lll-wb3vx
    @lll-wb3vx 2 года назад

    thank you

  • @abdelhamidtahiri9462
    @abdelhamidtahiri9462 4 года назад

    i have a diagram of Class i want know how i make it with jpa/hibernate(spring boot)

  • @mariotsck
    @mariotsck 4 года назад

    Great video @java guides,
    I need to update 3 levels a customer his child (product) and his granchild (promotion) how can I save those 3 entities ad once?

  • @PradeepKumar-sx6ms
    @PradeepKumar-sx6ms 3 года назад

    This example is not working in my spring boot rest controller

    • @JavaGuides
      @JavaGuides  3 года назад

      What is the error?

    • @PradeepKumar-sx6ms
      @PradeepKumar-sx6ms 3 года назад

      @@JavaGuides I will share the exact error. If I do only one to many its working but if I do bidirectional mapping JSON issues like
      Infinite loop recursion
      Stack Overflow issue

    • @pradeepvirtuele7160
      @pradeepvirtuele7160 3 года назад

      @@JavaGuides Can you show me one to many bidirectional mapping in spring boot rest controller

  • @jrrobles79
    @jrrobles79 4 года назад

    I have a question, what happens if you use the findAll() for Post it will bring you the comments?, I have this exact mapping and I can get the post a comment is in, but I can get the comments on a post, the collection always return null

  • @jyotikinkarsahariacse17vel2
    @jyotikinkarsahariacse17vel2 3 года назад

    When I'm deleting or updating the data it is deleting from the parent table but not from the child table!!!! How to resolve this?

    • @JavaGuides
      @JavaGuides  3 года назад

      Check cascadetype on parent class

    • @jyotikinkarsahariacse17vel2
      @jyotikinkarsahariacse17vel2 3 года назад

      @@JavaGuides I did but it's not working!! Do we need to perform bi-directional mapping?

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

      @@jyotikinkarsahariacse17vel2 at 9:20, I have explained about cascade type and this should work. If you delete Post then along with post, it's comments should delete.
      Try one more solution, add orphanRemoval = true attribute to one to many annotation.
      stackoverflow.com/questions/2011519/jpa-onetomany-not-deleting-child

    • @JavaGuides
      @JavaGuides  3 года назад

      Is this helped you?

    • @jyotikinkarsahariacse17vel2
      @jyotikinkarsahariacse17vel2 3 года назад

      @@JavaGuides I'll try

  • @saudsiddiqui20
    @saudsiddiqui20 4 года назад

    Would you recommend unidirectional or bidirectional mapping

    • @JavaGuides
      @JavaGuides  4 года назад

      It's based on the business use case and requirement. I suggest to understand both unidirectional and bidirectional mappings so that it will very easy to get real-time use cases and scenarios.

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

    Referencedcolumn=I'd I'd belongs to comments right?

  • @satyendragupta
    @satyendragupta 3 года назад

    Hi, If passible add thymeleaf + JPA / Hibernate One to Many Mapping Example with Spring Boot, like your example have one post to many comments with frontend

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

    Really good

  • @beyondthenature
    @beyondthenature 3 года назад

    Good show! make same thing with API please

  • @Amor-Boudabbous
    @Amor-Boudabbous Год назад

    thnx bro

  • @oscargm1979
    @oscargm1979 4 года назад

    Bro, if i want to have 3 Entites relationed but i don´t want to delete the realationed tables.I explain myself better: i have a Entity called Screen that can have multiples list of reproduction, but if user wants to delete a Screen, i don´t want to delete lists of reproduction too, cuz it doesn´t have sense,they are totally independent(Screen and Lists of reproduction).I understand One Screen can have multiple lists of reproduction, but i don´t want the cascade,use can save a screen whenever they want and later save the list of reproduction,what cascade type is that?

    • @JavaGuides
      @JavaGuides  4 года назад +1

      I suggest read this article at vladmihalcea.com/a-beginners-guide-to-jpa-and-hibernate-cascade-types/

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

    Great

  • @chilukabharath4809
    @chilukabharath4809 3 года назад

    Nice video, But... where the are the remaining crud operations
    1. updating the existing comment for a post
    2. delete the comment from a existing post
    3.save a new comments to existing post

    • @johndoedoejohn
      @johndoedoejohn 3 года назад

      you simply can use PostRepository in your commandLineRunner implementation method run().

  • @yarik83men51
    @yarik83men51 3 года назад

    Super

  • @minisotekokie1150
    @minisotekokie1150 4 года назад

    Спасибо динеш)!

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

    Thoda slow kro ki pta chle itna jaldi me kyu ho aap??

  • @achyuthkodali3194
    @achyuthkodali3194 4 года назад

    Use lombok bro.. you will save lot of time.

    • @JavaGuides
      @JavaGuides  4 года назад +4

      Good point but I do use Lombok in big projects. Using Lombok in simple example or project does not make sense and also beginners were confuse with Lombok so I don't prefer using Lombok in simple projects.

    • @achyuthkodali3194
      @achyuthkodali3194 4 года назад

      @@JavaGuides makes sense, BTW very good video mate. Thank You.