What does it mean to be inverse?
Answer / Sumit Kumar Gautam
In Hibernate, when defining a one-to-many or many-to-one relationship with the cascade property, the inverse attribute can be used to specify which side of the relationship is responsible for maintaining the association. If set to true, the inverse side of the relationship will be responsible for managing the relationship.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mapping class in hibernate?
Explain hibernate configuration file and hibernate mapping file?
What is the benefit of hibernate?
Why is jdbc better than hibernate?
Explain the difference between hibernate and spring.
Explain session object in hibernate?
What is hibernate context?
What is use of transaction in hibernate?
What is the difference between flush and commit in hibernate?
Difference between the first and second level cache in hibernate?
What are the main differences between persistent and transient objects?
Which is better hibernate or jdbc?