Link Details

Link 95863 thumbnail
User 307680 avatar

By prashant_mishra8
via developersbook.com
Published: Jul 18 2008 / 18:31

Good questions on Hibernate
  • 12
  • 2
  • 1024
  • 527

Comments

Add your comment
User 172732 avatar

Sergey Tyulkin replied ago:

0 votes Vote down Vote up Reply

Oh, I like it :)

20.What does it mean to be inverse?

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.

User 191902 avatar

jcblitz replied ago:

0 votes Vote down Vote up Reply

The title sucks but the content is decent.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.