optimistic locking
常见例句
- Due to the obvious concurrency requirement, you would first enable optimistic locking on entity classes.
由于明显的并发性需求,您应该首先在实体类上启用乐观锁。 - However, you can iterate through a set of rows and update each row individually while using optimistic locking techniques.
不过,您可以使用乐观锁定技术循环访问一组行并单独更新每个数据行。 - Note that applications that do not use this programming model are not considered optimistic locking applications, and they will continue to work as before.
注意,未使用这种编程模型的应用程序被认为是非乐观锁定应用程序,它们将按照以前的方式工作。 返回 optimistic locking