7 - Understand Entity Relationships(@ManyToOne and @JoinColumn)

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

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

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

    i didn't find any elaborate explanation over a project than this project.great work.

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

    think you so much Mr. Kindson

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

    Hi sir, this is great. Could you please explain in some video that how have you modeled all these things please? Like for example, how to identify vehicleHire as a model. Modeling database is tough for big systems. Please help.

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

    Thanks for the tutorials, it's great! I could not find the link to download the models. Could you share it again ? Best!

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

      Sure! Here's the link drive.google.com/file/d/1MrUQzpgkpBpyet57Q10hYe0Yw72GRYR9/view?usp=sharing

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

      @@KindsonTheTechPro Perfect !

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

    Actually ur explanation and cleannes of code is very exellent but Im not understanding abt all the annotation used in this application clearly can u make saperate vidio for explaning about all the annotation bro plz

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

    AWESOME!!!!

  • @RiyaSharma-rv8uc
    @RiyaSharma-rv8uc 3 месяца назад

    Thank you sir it was really healpful but here you are having java file but i have downloaded html file will it cause any issue?

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

      This tutorial 7 uses only the Java files and not the html files. The html files are used later when we would be displaying sendind data to the front-end.
      Does this answer your question?

  • @kheninesarra3847
    @kheninesarra3847 3 года назад +3

    hi sir, good job. I caan't download the file of models

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

      Find it here drive.google.com/drive/folders/11qLcJ_0z3PmzdxstyGokg7161d83ziZw?usp=sharing

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

    Hey, why some people use [mappedBy="..."] And here we use a field for the foreign key explicitly. Is there some difference or just another way to realize the relation.

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

    How can i resolve the annotations error after copy paste the models sir?

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

    Why do we need to create another variable " private Integer countryId" if we have @JoinCollumn( name ="countryid") ? I guess hibernate will automaticaly add this column in the database

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

    thank you for your efforts, but the link of the models is not working

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

    Hi, thanks for this series. I've a problem when I try to establish ManytoOne relationship in @JoinColumn annotation is giving an error at name attribute saying "assign datasource" kindly let me know how to resolve it thanks.

  • @MoustafaAbdallah-vx5tl
    @MoustafaAbdallah-vx5tl Год назад

    when i drag and drop models i get errors

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

    sir when i am clicking the link which you gave for model zip folder , it is showing no preview available

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

    hi sir, thanks so much , Could you please give database for me?. I cannot generate database table from entity

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

    You don't annotate your fields with @Getter or @Setter. Should this not be done for all of the classes?

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

    Hy Sir...I am new here and following you. The link to the models zip file is not working, may you kindly assist me?

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

    Models are not available in the given link.

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

      See direct link to the files and pls remember to subscribe
      drive.google.com/drive/folders/11qLcJ_0z3PmzdxstyGokg7161d83ziZw?usp=sharing

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

    hi sir how are you? i am finding a problem over connecting mysql.i dont know but its not able to connect.kindly throw some light.hehe

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

    It's not a step by step application.. Why you written the code first .. I can't understand