I am new to JPA. And I came down to this annotation @Version.
In the documentation for this annotation it says:
"This annotation specifies the version field or property of an entity class that serves as its optimistic lock value. The version is used to ensure integrity when performing the merge operation and for optimistic concurrency control. "
What does it mean by optimistic lock and how it is actually related to this annotation? Thanks