java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | org.hibernate.annotations.OptimisticLockType |
Optimistic locking strategy VERSION is the default and recommanded one
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OptimisticLockType | ALL | all columns are compared | |||||||||
OptimisticLockType | DIRTY | dirty columns are compared | |||||||||
OptimisticLockType | NONE | no optimistic locking | |||||||||
OptimisticLockType | VERSION | use a column version |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |