public abstract @interface

OptimisticLock

implements Annotation
org.hibernate.annotations.OptimisticLock

Class Overview

Whether or not update entity's version on property's change If the annotation is not present, the property is involved in the optimistic lock srategy (default)

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation