Login
Remember
Register
Ask a Question
How many types of association mapping are possible in hibernate?
+1
vote
asked
Jun 8, 2020
in
Hibernate
by
DavidAnderson
edited
Jan 1, 2024
by
sharadyadav1986
How many types of association mapping are possible in hibernate?
#hibernate
#java
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Jun 8, 2020
by
DavidAnderson
There can be 4 types of association mapping in hibernate.
One to One
One to Many
Many to One
Many to Many
0
votes
answered
Jan 1, 2024
by
rajeshsharma
There can be 4 types of association mapping in hibernate.
One to One
One to Many
Many to One
Many to Many
...