Google News
logo
Java Hibernates - Interview Questions
What is One-to-Many association in Hibernate?
* In this association, one object can be associated with multiple objects.

* The One-to-Many mapping is implemented using a Set Java collection that does not have any redundant element.

* A One-to-Many element of the set element indicates the relation of one object to multiple objects.
Advertisement