0 votes
in Hibernate by

Collection mapping can be done using One-to-One and Many-to-One Associations. What do you think? 

1 Answer

0 votes
by

Yes, collection mapping can be done using both One-to-One and Many-to-One associations. One-to-One association is used when one object is associated with one other object. At the same time, the Many-to-One association is used when one object is associated with multiple other objects. 

...