What does it mean to be inverse?



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

Post New Answer

More Hibernate Interview Questions

What is mapping class in hibernate?

1 Answers  


Explain hibernate configuration file and hibernate mapping file?

1 Answers  


What is the benefit of hibernate?

1 Answers  


Why is jdbc better than hibernate?

1 Answers  


Explain the difference between hibernate and spring.

1 Answers  


Explain session object in hibernate?

1 Answers  


What is hibernate context?

1 Answers  


What is use of transaction in hibernate?

1 Answers  


What is the difference between flush and commit in hibernate?

1 Answers  


Difference between the first and second level cache in hibernate?

1 Answers  


What are the main differences between persistent and transient objects?

1 Answers  


Which is better hibernate or jdbc?

1 Answers  


Categories