What are the different states of a persistent entity?
Answer / Chinmay Narayan Mishra
A persistent entity in Hibernate can be in one of these states: transient (not associated with any session), persistant (managed by a session), detached (previously managed by a session but now not), and removed (marked for deletion).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get hibernate session in spring boot?
How can we get hibernate statistics?
How to integrate log4j logging in hibernate application?
What is the full form of yaml?
What is second level cache in hibernate?
Can hibernate id be string?
Is a mapping in hibernate?
What is the hibernate life cycle of an entity?
How to get single column from database using hibernate?
What are the annotations used in hibernate?
What the two methods are of hibernate configuration?
What is a hibernate xml mapping document and how does it look like?