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 |
What is difference between session get() and load() method in hibernate?
What is lazy loading and why is it used for?
What is the difference between load() and get() method in hibernate?
What is the n 1 problem?
Do you want to use hibernate 2nd level cache?
What is the use of show_sql in hibernate?
What are the mapping associations used in hibernate?
Why is hibernate used in java?
Why do we need mapping?
What orm means?
What is hibernate used for?
What is the use of ehcache?