
1)
<bag name="product" inverse="true"
cascade="all,delete-orphan">
<key column="did"/>
<one-to-many class="net.roseindia.Product"/>
</bag>
2)
<many-to-one name="dealer" class=" net.roseindia.Dealer" column="did" insert="false" update="false"/>
In the above 2 lines, what do we mean by the attributes
inverse cascade column insert update
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.