InterviewSolution
Saved Bookmarks
| 1. |
What is flush in hibernate? |
|
Answer» The PROCEDURE of synchronizing the persistence context state with the database is known as flushing. There are a set of methods sent by Hibernate Session and ENTITYMANAGER with the help of which the persistence state of an entity can be CHANGED by the APPLICATION developer. |
|