association mapping in spring boot | Association Mapping in Hibernate Using Spring Boot |

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

ความคิดเห็น • 13

  • @realNameHiddenN
    @realNameHiddenN  2 ปีที่แล้ว +2

    Collection Mapping Spring Boot Video : th-cam.com/video/wuRjcS9NcJ4/w-d-xo.html

  • @yogeshgawali7542
    @yogeshgawali7542 ปีที่แล้ว +1

    Best Video for Association Mapping. Thank You!

  • @santoshlondhe5678
    @santoshlondhe5678 ปีที่แล้ว

    Excellent 👍

  • @prakashbohara718
    @prakashbohara718 2 ปีที่แล้ว

    great session!!!!!!!!!!!!!!!
    comments given on each operation make me easy to understand things !!!!!!!!!!!1

  • @siddubasha8568
    @siddubasha8568 ปีที่แล้ว

    Excellent tutorial, Thanks a lot ! sir

  • @vigneshwaranm2534
    @vigneshwaranm2534 2 ปีที่แล้ว +1

    Thanks lot man ...😇 great effort and nice explanation 👌

  • @bhasineemanage433
    @bhasineemanage433 9 หลายเดือนก่อน

    🎉

  • @Satishkumar-rx7oy
    @Satishkumar-rx7oy ปีที่แล้ว

    In theory you said foreign key exists on many side of the relation but while implementing you did reverse
    one Student can contain many books- > so foreign key should exists in book table as per your theory.

  • @jimishukurow2286
    @jimishukurow2286 ปีที่แล้ว

    Are the things like naming ids bid or sid good idea? I mean they can confuse JPA like default methods (findById), am I right?

    • @Supremevillacom-house
      @Supremevillacom-house 4 หลายเดือนก่อน

      no. it will take @Id anotation variable as their primary key. so no issue in declaring bid , sid .

  • @GondhiRaghava305
    @GondhiRaghava305 ปีที่แล้ว

    air how can we get the data from data base by using bookRepo and studentRepo from both ways

  • @manojbhete8910
    @manojbhete8910 2 ปีที่แล้ว

    hello sir, please make a video on mapping with one & bidirection in spring boot 3 tier architecture (only curd rest Api) & sending data by postman.

  • @HarryV9999
    @HarryV9999 ปีที่แล้ว

    Hey tables are being created but not able to add the data