Google News
logo
Java Hibernates - Interview Questions
What is a Many-to-One association in Hibernate?
* This association is the common type of association where one object can be associated with multiple objects.

* And Many-to-one element defines the Many-to-One association.To the defined variable, a name attribute is set in the parent class and column attribute sets the column name in the parent table.
Advertisement