What is version property in hibernate?
Answer / Harikesh Bairwa
The version property in Hibernate is used to manage optimistic locking. It maintains the version number of an entity and checks if the entity's version number has been modified by another transaction before updating or deleting it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use only jpa without hibernate?
How do you map java objects with database tables?
How to use limit in hibernate query?
What is save method in hibernate?
Which is better save or persist in hibernate?
What are different ways to disable hibernate second level cache?
What is the advantage of hibernate over jdbc?
What is table per concrete class in hibernate?
Does spring data use hibernate?
What is the benefit of using hibernate?
What is hibernate architecture?
Is merge better than update?