What is entitymanager persist?
Answer / Deepak Sahu
EntityManager's persist() method saves a new transient entity (an entity that is not associated with any database table) to the database. The entity will become managed by Hibernate and can be retrieved using queries or future access.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is persistence context in hibernate?
What do you create a sessionfactory?
What is flush in hibernate?
What is merge in hibernate?
What is spring and hibernate framework?
What is hibernate criteria join?
Why is jdbc better than hibernate?
Difference between the transient, persistent and detached state in hibernate?
Is hql database independent?
What is mappedby?
What is the use of hibernate proxy in hibernate?
What inheritance mapping strategies are available in hibernate?