Prev Next

Hibernate / Hibernate Interview Questions III

What is inverse = true in hibernate mapping?

It defines which side is the parent or the relationship owner for the two entities. Hence, inverse="true" in a Hibernate mapping shows that this designated class is the relationship owner; while the other class is the child.

More Related questions...

Show more question and Answers...


Comments & Discussions