Hey,
I am working with hibernate and i want to map my Objects to tables structre.
There is two ways to map relation:
1. with associative table
2. directly foreign key (i mean without associative table)
Can you please explain what are the advantages for each way?
Thank you
I am working with hibernate and i want to map my Objects to tables structre.
There is two ways to map relation:
1. with associative table
2. directly foreign key (i mean without associative table)
Can you please explain what are the advantages for each way?
Thank you