Is orphanremoval true?



Is orphanremoval true?..

Answer / Garib Nath Yadav

OrphanRemoval is a strategy in Hibernate to handle cascading operations when deleting parent entities. If set to true, any child entity that was previously associated with the parent (but not deleted explicitly) will be removed from the database along with its parent during cascade delete operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is difference between session get() and load() method in hibernate?

1 Answers  


What is lazy loading and why is it used for?

1 Answers  


What is the difference between load() and get() method in hibernate?

1 Answers  


What is the n 1 problem?

1 Answers  


Do you want to use hibernate 2nd level cache?

1 Answers  


What is the use of show_sql in hibernate?

1 Answers  


What are the mapping associations used in hibernate?

1 Answers  


Why is hibernate used in java?

1 Answers  


Why do we need mapping?

1 Answers  


What orm means?

1 Answers  


What is hibernate used for?

1 Answers  


What is the use of ehcache?

1 Answers  


Categories