What does it mean to be inverse?

Submitted by: Administrator
It informs hibernate to ignore that end of the relationship. If the one-to-many was marked as inverse, hibernate would create a child->parent relationship (child.getParent). If the one-to-many was marked as non-inverse then a child->parent relationship would be created.
Submitted by: Administrator

Read Online Hibernate Job Interview Questions And Answers