Disconnected working (optimistic concurrency).
断开的工作(开放式并发)。
Object versioning for optimistic concurrency control.
用于开放式并发控制的对象版本控制。
Optimistic concurrency has been implemented by "edit links".
乐观并发由“编辑链接(editlinks)”实现。
Optimistic Concurrency - Edit links aren't a clean solution.
乐观并发——编辑链接不是一个很干净的解决方案。
Queries and support for optimistic concurrency have also been added.
查询和乐观并发也已经加入。
You may choose to use transactions as an alternative to optimistic concurrency.
您可以选择将事务用作开放式并发的替代选项。
Override methods are expected to follow the applicable optimistic concurrency mapping.
重写方法应遵循适用的开放式并发映射。
Optimistic concurrency strategy holds no locks in the EJB container or database during a transaction.
Optimistic并发策略在事务期间不在 EJB容器或数据库中持有任何锁。
Before updating the record, we used optimistic concurrency control with the set entity object method.
在更新记录之前,我们通过实体对象方法set使用了乐观并发控制。
Optimistic concurrency is implemented by assigning a datetime field to each parent class being CRUDed.
开放式并发通过给每个被“凝结”的父类分配一个datetime字段来实现。
To avoid this problem, you should apply an access intent policy that supports optimistic concurrency.
要避免这个问题,您就需要应用访问目的策略,来支持优化的并行性。
A new real-time optimistic concurrency control protocol is proposed, which USES importance of transactions.
提出了一种新的基于事务重要性的实时乐观并发控制协议。
To find the beans that support Optimistic concurrency control, search the weblogic-ejb-jar.xml files for this element.
要查找支持Optimistic并发控制的bean,请搜索weblogic -ejb - jar . xml文件中的此元素。
With optimistic concurrency control, the database manager releases the row or page locks immediately after a read operation.
通过使用乐观并发控制,数据库管理器在完成读操作之后可以立即释放行或页锁。
The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
该事务没有确认,因为至少一个资源管理器里的乐观并发控制失败。
The topics in this section describe how to make and transmit changes to the database and how to handle optimistic concurrency conflicts.
本节中的主题介绍如何做出更改并将更改传输至数据库,以及如何处理开放式并发冲突。
Some services implement more advanced forms of optimistic concurrency; the change history provides the original values needed for those algorithms.
某些服务实现了更为高级的开放式并发形式;变更历史记录提供了那些算法所需要的原始值。
Optimistic concurrency is a technique to ensure that two users who are simultaneously working on the same data don't accidentally overwrite one another's changes.
并发优化是一种保证两个用户同时操作一个数据而不会发生冲突的技术。
In mobile computing environment, low concurrency and too many unnecessary transaction restarting exist in original Optimistic concurrency Control Protocol (OCCP).
在移动计算环境中,基本乐观并发协议的事务处理存在并发度低和重启率高等问题。
Answer: Yes, you can supply an optimistic concurrency control (OCC) integer column to a given table, and specify that this column is to be used for OCC in the metadata.
答:有的,可以向给定的表提供一个开放式并发控制(occ)整数列,并指定该列供元数据中的OCC使用。
If the application access pattern is predominately update access, then pessimistic approach might be advantageous in that it avoids optimistic concurrency update failures.
如果应用程序访问模式主要是更新数据,那么乐观锁定方法能有利地避免乐观并发性更新的失败。
Single API for data: In addition to the optimistic concurrency support, another major benefit to using SDO is realized when working with multiple heterogeneous data sources.
数据的单一API:除了开放式并发的支持外,在处理多个异构数据源时,您会认识到使用SDO 的另一个主要好处。
As mentioned, the focus of SDO is on providing a flexible data object representation for data from heterogeneous data sources and built-in support for optimistic concurrency.
刚才已提到,SDO的重点是为异构数据源中数据提供一个灵活的数据对象表示,并为开放式并发提供内置支持。
This technique is often referred to as optimistic concurrency, or optimistic offline locking (described in Patterns of Enterprise Application Architecture, by Martin Fowler).
此技术通常称为开放式并发(optimistic concurrency)或开放式脱机锁定(optimistic offline locking)(“企业应用程序体系结构的模式”一文中对此进行了描述,这篇文章的作者是MartinFowler)。
Optimistic concurrency support is built into SDO, allowing disconnected data manipulation without requiring the application to implement change tracking and conflict detection.
在SDO中构建了开放式并发支持,允许处理断开连接的数据,而无需要求应用程序实施更改跟踪和冲突检测。
This passage bulids a secure control model with three layers on the ERTDB security requirements firstly, and then proposes a secure optimistic concurrency control strategy.
首先在分析嵌入式实时数据库安全要求的基础上,给出了一个三层安全控制模型。
Even though the JDBC DMS provides for data updates and an optimistic concurrency control (OCC) mechanism for update collisions, SDO may not be suited for all Web applications.
即使JDBCDMS提供了数据更新和用于解决更新冲突的optimistic并发控制(occ)机制,SDO也不可能适合所有的Web应用程序。
You can also select Use optimistic concurrency to specify that you want the commands to determine whether the data has been modified before an update or delete operation is performed.
还可以选择“使用开放式并发”来指定希望命令确定在执行更新或删除操作前数据是否已经被修改。
However, if you must use original values for optimistic concurrency checks, then the presentation tier is responsible for tracking those values and sending them back when it makes updates.
但是,如果必须使用原始值进行开放式并发检查,则表示层在其进行更新时负责跟踪这些值并将这些值发送回去。
Until the persistence providers implement it, you'll need to use a provider-specific exception, such as Hibernate's StaleObjectStateException, for detecting an optimistic concurrency problem.
在持久性提供者执行它以前,您还需要使用特定于提供者的异常,如hibernate的StaleObjectStateException,来检测乐观并发问题。
应用推荐