JPA / Hibernate One to Many Mapping Example with Spring Boot

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 73

  • @JavaGuides
    @JavaGuides  4 роки тому +5

    JPA / Hibernate One to One Mapping Example with Spring Boot at ua-cam.com/video/kAYjrhcrx_8/v-deo.html
    JPA / Hibernate Many to Many Mapping Example with Spring Boot at ua-cam.com/video/-q9rp2pzvGU/v-deo.html

    • @ravimasabattula8148
      @ravimasabattula8148 3 роки тому +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 Місяць тому

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

  • @pandasofwar
    @pandasofwar 3 роки тому +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.

  • @ryanwoodward1749
    @ryanwoodward1749 2 роки тому

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

  • @BikerBytes
    @BikerBytes 3 роки тому +1

    Superb clear and simple instructions. Thank you sir 👍

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

    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.

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

  • @leninchakravarthy1426
    @leninchakravarthy1426 Місяць тому

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

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

  • @kuhugarhwal6096
    @kuhugarhwal6096 3 роки тому

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

  • @shameel.ali.
    @shameel.ali. 3 роки тому

    Beautiful explanation brother

  • @sakethsai3890
    @sakethsai3890 Рік тому

    Bro how to perform remaining crud operations

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

  • @kirane5911
    @kirane5911 3 роки тому

    Thank for good explanation sir, this is valuable

  • @joachimdietl6737
    @joachimdietl6737 3 роки тому

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

  • @jrrobles79
    @jrrobles79 3 роки тому

    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

  • @angelperalta6124
    @angelperalta6124 3 роки тому

    Great explanation! Keep up the amazing work!

  • @Supriya-mr2yq
    @Supriya-mr2yq 3 роки тому

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

  • @utkarshkulkarni8178
    @utkarshkulkarni8178 2 роки тому

    thanks alot✨you help me alot

  • @umaparvathi606
    @umaparvathi606 3 роки тому

    Really nice sir great thanks for such a tutorial

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

  • @christopherbryant703
    @christopherbryant703 Рік тому

    How can you find all comments based on post_id?

  • @RanjithKumar-qj9mn
    @RanjithKumar-qj9mn Рік тому

    How do you update comments with new one or delete one

  • @ankitprakash8665
    @ankitprakash8665 3 роки тому

    Thank u , this video help me alot

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

  • @abdelhamidtahiri9462
    @abdelhamidtahiri9462 4 роки тому

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

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

  • @pavan3011
    @pavan3011 10 місяців тому

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

  • @AbhinavSinghShakya2022
    @AbhinavSinghShakya2022 4 роки тому

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

  • @ScienceSeekho
    @ScienceSeekho 3 роки тому

    Thankyou was helpful!

  • @manikmahashabde2946
    @manikmahashabde2946 3 роки тому

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

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

  • @joes46985
    @joes46985 2 роки тому

    Thank you sir.

  • @beyondthenature
    @beyondthenature 3 роки тому

    Good show! make same thing with API please

  • @oscargm1979
    @oscargm1979 3 роки тому

    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  3 роки тому +1

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

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

  • @radhamuthu7695
    @radhamuthu7695 2 роки тому

    Really good

  • @prasadpetkar2841
    @prasadpetkar2841 2 роки тому

    Good video 🤘

    • @prasadpetkar2841
      @prasadpetkar2841 2 роки тому

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

  • @omarakki705
    @omarakki705 2 роки тому

    Thanks 💚

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

  • @lll-wb3vx
    @lll-wb3vx 2 роки тому

    thank you

  • @neharikakumari6636
    @neharikakumari6636 2 роки тому

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

  • @javatechnology24
    @javatechnology24 4 роки тому

    It's perfect and working

  • @shaileshwaghmare3
    @shaileshwaghmare3 3 роки тому +1

    Great

  • @yarik83men51
    @yarik83men51 2 роки тому

    Super

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

  • @Amor-Boudabbous
    @Amor-Boudabbous Рік тому

    thnx bro

  • @minisotekokie1150
    @minisotekokie1150 4 роки тому

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