Many To Many Mapping in hibernate

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024
  • In this video you will learn How Many To Many Mapping works in Hibernate using a demo project
    Below is the GitHub link to download source:
    github.com/kis...

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

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

    Very good tutorial for learning Hibernate. Thanks a lot !!

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

    Awesome ❤️

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

    very informative! ..is this part of any playlist which we can go through sequentially? I'm learning spring boot ..and it is using jpa hibernate heavily

  • @jordisarrato331
    @jordisarrato331 6 ปีที่แล้ว

    but this isn't automated, because you have to type, emp1 to adrs1 why if i have 1000 addresses and 5000 employees?
    On my personal case i have a table of characters and a table of spells, a character can have 10, 100, 1000 spells, and a spell can be used by 0, 10, 1000 characters, how to do this?