new VersionField()
A field that stores a ULID value that is used to track the version of the object. You can use this field to implement optimistic locking by using the version field as a condition in your update operation.
- Source
A field that stores a ULID value that is used to track the version of the object. You can use this field to implement optimistic locking by using the version field as a condition in your update operation.