What does evict do in hibernate?
Answer / Rubina Parveen
The evict method in Hibernate removes an entity from the persistent context (Session or SecondLevelCache), which makes it transient and unsynchronized with the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is named query?
What is the difference between eclipselink and hibernate?
Tell about the core interfaces of the hibernate framework?
What is query level cache in hibernate?
What is discriminator in hibernate?
How can the primary key be created by using hibernate?
What are the orm frameworks?
What is the difference between update and merge?
What does mappedby mean in hibernate?
What is the limitation of hibernate?
Does hibernate flush commit?
What are the identified limitation of hibernate?