Understanding ORM and Hibernate @OneToMany, @ManyToOne, and @JoinColumn

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

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

  • @dineshnatarajan3420
    @dineshnatarajan3420 4 года назад +12

    Nice tutorial, i wish you complete this with showing joinColumn in tables

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

    Great explanation Kindson, I followed with an actual project and it came out excellent. God Bless you

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

    Thanks sir,concept well explain,Am happy to come across your channel

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

    It would be better if the video quality was better. I wish, it's fixable. But in general, the tutorial is great

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

    Content and explanation is great, but sound quality drastically drops in second half of the video

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

    Helped me a lot, thanks!

  • @Das.Kleine.Krokodil
    @Das.Kleine.Krokodil Год назад

    Do I understand correctly that if there are two entities with a One-to-Many relationship, such as Employee and EmployeePhones. Then you need to receive such data on the server in DTO with one call, but with two separate json? And write down one by one: first the employee, get the ID from the saved employee, and then we record the phones using this ID for communication.

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

      Yes, if you must have two separate json files. But why do you need two separate json?

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

    great video!

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

    It was very funny in the end.

  • @vinkemtechnologies8962
    @vinkemtechnologies8962 5 месяцев назад +1

    where is the link to the website?

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

      Link to the website here www.kindsonthegenius.com/hibernate-relationship-tutorial-onetomany-and-manytoone/

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

    I'm waiting for @Joincolumn please put on it

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

    Great Tutorial. Sound Quality is not good

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

    Honest openion, your explanation was good, but there was so much of disturbance, couldn't hear many words. Please improve the quality of video.

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

      Noted and thanks. I already replaced of the gadgets

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

    If I already have a database set with all the relations and all that stuff, do I still need to make these annotations or does hibernate(using panache) detect it?

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

    I wasted 30 minutes of my life and then you didn't show me the JoinColumn annotation

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

    thank you so much

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

    11:24 @ManyToOne
    13:38 testing code

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

    where should i use @joinColumn for locaation