What does hibernate merge do?
Answer / Chandra Bhushan Singh
The Hibernate merge operation takes a detached instance (an instance that was loaded and modified outside of the session) and updates it in the database. If the instance is already persistent, it will be updated; if not, it will be saved.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is @embeddedid?
What does hibernate.properties file consist of?
Why do we use hibernate framework?
What is Java Persistence API (JPA)?
What are the advantages of Hibernate over JDBC?
Why do we need transactions in hibernate?
What is hibernate 2nd level cache?
How many strategies are there in hibernate inheritance?
Can I use jpa without hibernate?
Why is hibernate used in java?
What is bidirectional flow?
What is difference between hibernate and jdbc?