What is evict in hibernate?
Answer / Shiwali Gupta
'Evict' method removes an entity or collection from the first-level cache (Session cache) in Hibernate. It also marks the removed entity as detached, meaning it no longer participates in any active transactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is hibernate dtd?
Which element of hbm.xml is used to map a java.util.set property in hibernate?
What are transactions in hibernate?
Mention some of the advantages of using orm over jdbc.
What is difference between opensession and getcurrentsession?
What is foreign key in hibernate?
What are the best practices to follow with hibernate framework?
Is hibernate a middleware?
What is meant by unidirectional and bidirectional?
What is the purpose of hql in communication between hibernate and rdbms?
Is hibernate obsolete?
What are managed associations and hibernate associations?