T - The type of entity you wish to update.public static interface OptimisticLockUtils.UpdateOperation<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | update(T t)Perform the update operations on the entity. | 
void update(T t)
t - The entity as represented in the database during the current transaction.Copyright © 2020. All rights reserved.