Essentially "inverse" indicates which end of a relationship should be ignored, so when persisting a parent who has a collection of children, should you ask the parent for its list of children, or ask the children who the parents are?
This tutorial provide step by step instructions on using Hibernate 3.0 Hibernate is popular open source object relational mapping tool for Java platform. It provides<sep/>
In this section I will show you how to create a simple program to insert record in MySQL database. You can run this program from Eclipse or from command prompt as well. I am assuming that you are familiar with MySQL and Eclipse environment.
I'm no Hibernate expert, by any means, but just in case anyone is curious or could use a helpful push in getting started, here is another example of using Hibernate (with JBoss and MySQL).