Association Mapping - Many-To-Many Join Table

In this video, we discuss Unidirectional and Bidirectional ManyToMany relationship by using Join Table. Join table is the only option for many to many relationship.
source code: github.com/TinaXing2012/Hiber...

Пікірлер: 9

  • @abdulazizasiri2708
    @abdulazizasiri27082 жыл бұрын

    Love your videos

  • @MsPrettyg00d
    @MsPrettyg00d3 жыл бұрын

    Thank you! Your instructions are very clear! And you answered my question about how to build relationship if third table has extra info as well.

  • @jimmyjohnny280

    @jimmyjohnny280

    2 жыл бұрын

    I dont mean to be offtopic but does someone know a tool to get back into an Instagram account..? I somehow lost my login password. I would appreciate any tricks you can give me

  • @dravenbryson6053

    @dravenbryson6053

    2 жыл бұрын

    @Jimmy Johnny instablaster :)

  • @jimmyjohnny280

    @jimmyjohnny280

    2 жыл бұрын

    @Draven Bryson thanks so much for your reply. I got to the site thru google and Im waiting for the hacking stuff now. I see it takes a while so I will reply here later when my account password hopefully is recovered.

  • @jimmyjohnny280

    @jimmyjohnny280

    2 жыл бұрын

    @Draven Bryson It worked and I actually got access to my account again. Im so happy:D Thanks so much you really help me out!

  • @dravenbryson6053

    @dravenbryson6053

    2 жыл бұрын

    @Jimmy Johnny Happy to help :)

  • @jesusveliz2150
    @jesusveliz21502 жыл бұрын

    Excelete muy genial sus vidos miss, tengo una consulta para la relación ManyToMany. Como harias para recuperar solos los car que coincidan entre los person. Por ejemplo del lado del car: modelo=mustan Se desea obtener todos los actores que hayan escrito un libro de acción. { Person:{[ { Id:1, Nombre:"AA" }, { Id:2, Nombre:"BB" } ]}, Car{[ Id:1 Modelo:"mustan" ]} } Como puedes ver, quisiera obtener todos los car, mustan que tenga person en común

  • @shivangpanchal435
    @shivangpanchal4353 жыл бұрын

    just one question - at 6:50 join column name is p_id and inversejoincolumns name is c_id i though that the name are interchange or i am wrong,,