• 编程观点来看不同方法可以用来指定多个动作应该单个事务范围

    From a programming perspective, there are different ways to specify that multiple actions should be within the scope of a single transaction.

    youdao

  • 尽管两者编程模型非常相似,但是嵌入式事务容器还有一些独特考虑事项。

    Even though the programming models of the two are very similar, some aspects are unique to the embedded transaction container.

    youdao

  • 服务器编程模型相反,存在用于构成针对存储库的原子事务的客户机制

    In contrast to the server-side programming model, there is no client-side mechanism for composing atomic transactions over the repository.

    youdao

  • 不用相同方法使用编程事务,而是更新操作移动调用另一个公共方法中。

    Rather than using programmatic transactions within the same method, you can move the update operations to another public method within the call stack.

    youdao

  • 必须显式管理事务上下文增加JPA编程模型复杂性

    Having to explicitly manage the transactional context would add complexity to the JPA programming model.

    youdao

  • 不过,在面向方面编程AOP出现之前横切行为安全事务管理或者持久性)编写测试困难。

    Prior to the advent of aspect-oriented programming (AOP), however, it was difficult to write certain kinds of tests for crosscutting behavior such as security, transaction management, or persistence.

    youdao

  • xa通信配置某些事务管理器会限制应用程序编程人员使用特定于资源管理器的两阶段提交语句

    Some transaction managers configured for XA communication restrict application programmers from using resource manager-specific two-phase commit statements.

    youdao

  • 因此,WS -AtomicTransaction能够任何其他使用任何支持WS - AtomicTransaction的编程语言编码事务服务相连接。

    Therefore WS-AtomicTransaction will be able to interface with any other transaction service coded using any programming language which supports WS-AtomicTransaction.

    youdao

  • 除了简单MVC功能之外,Spring带来很多其他功能,比如中间层访问事务管理面向方面编程(AOP),依赖项注入等等

    Spring brings a lot to the table beyond simple MVC capabilities, such as middle-tier access, transaction management, aspect-oriented programming (AOP), dependency injection, and so on.

    youdao

  • 一个完整编程模型,与其他平台上WebSphere兼容同时还保持有安全性事务工作负载管理方面独特功能

    It is a complete programming model, compatible with WebSphere on other platforms while maintaining unique capabilities in the areas of security, transactions, and workload management.

    youdao

  • SpringWebFlow一种先进的 Web开发框架提供了独特的功能支持使用JPA/Hibernate持久化编程事务管理

    Spring Web Flow as an advanced Web development framework offers unique features to support persistence programming and transaction management with JPA/Hibernate.

    youdao

  • Dan商业分布式计算技术研究方面20多年经验,涉及的领域包括面向事务对象的系统编程语言消息传递数据库系统。

    Dan has over 20 years of experience in research and commercial distributed computing ranging over transaction and object-oriented systems, programming languages, messaging, and database systems.

    youdao

  • 无状态会话bean上下文外部客户机使用编程事务需要设置事务类型

    When you use programmatic transactions in the client layer outside of the context of a stateless session bean, you don't need to set the transaction type.

    youdao

  • 注意清单1缺乏事务管理(没有编程声明式事务注释代码)。

    Notice in Listing 1 the lack of transaction management (no programmatic or declarative transaction annotations or code).

    youdao

  • J2EE规范描述了两种事务界定模型编程序(programmatic)声明式(declarative)。

    The J2EE specification describes two models for transaction demarcation: programmatic and declarative. Table 1 breaks down the two models.

    youdao

  • 然而Web容器提供容器管理事务服务但是如果需要,可以通过应用程序以编程方式来控制事务范围。

    There are, however, no container managed transaction services provided by the Web container, although applications can programmatically control the transaction scope if desired.

    youdao

  • 其他方法组件都不包含事务逻辑(包括事务注释编程事务逻辑和回滚逻辑)。

    No other methods, classes, or components should contain transaction logic (including transaction annotations, programmatic transaction logic, and rollback logic).

    youdao

  • 此类情况中应用程序编程人员确保测试事务管理器行为充分适应任何必需的特殊处理

    Application programmers should be sure to test the behavior of the transaction manager in such situations to sufficiently accommodate any necessary special handling.

    youdao

  • 拥有事务处理中间件以及UNIX平台系统编程方面经验

    He has experience in transaction processing, middleware, and system programming on UNIX platforms.

    youdao

  • 由于不能通过编程传递事务上下文因此 API必须使用声明式事务模型,表示容器将管理事务

    Because you cannot programmatically pass a transaction context, the API layer must use the declarative transaction model, meaning that the container manages the transaction.

    youdao

  • 应用程序事务需求并不非常复杂时,编程方式事务划分可能非常繁琐容易出错

    When the transactional requirements of the application are not very complex, programmatic transaction demarcation can be cumbersome and error-prone.

    youdao

  • 编程人员一般看不见api因为事务范围部署描述中的声明数据进行描述。

    The API itself is usually invisible to programmers, as the scope of transactions is delineated by declarative data found in deployment descriptors.

    youdao

  • 应用程序编程人员确保处理资源管理返回API错误因为事务管理可能无法处理这些错误中的某些错误。

    Application programmers should make sure to handle the API errors returned by the resource managers, because it is possible that some of these errors are not handled by the transaction manager.

    youdao

  • 我们侧重编程事务界定

    We'll focus on programmatic transaction demarcation.

    youdao

  • 需要客户机方法使用编程事务参见事务策略模型策略概述”)。

    You would need to use programmatic transactions in the client method (see " Transaction strategies: Models and strategies overview").

    youdao

  • Hildegard处理商业事务Katz几乎全部时间编程上面。

    While Hildegard worked to keep business matters in check, Katz devoted nearly all his time to programming.

    youdao

  • Android提供了执行IPC事务所需的全部代码因此只要把注意力放在定义实现RPC编程接口上即可。

    Android provides all the code to perform these IPC transactions, so you can focus on defining and implementing the RPC programming interface.

    youdao

  • Spring中,许多方法可以驱动事务控制资源更新,这包括编程形式声明形式

    There are a number of ways to drive resource updates under transactional control in Spring, including both programmatic and declarative forms.

    youdao

  • 新的SAP编程模型目标替代多个单独事务码冗长的、嵌套屏幕序列

    The aim of the current SAP programming model is to replace long, nested screen sequences with single-screen transactions.

    youdao

  • 如果不是这样的话,那么可能需要使用编程事务(Programmatic Transaction)模型

    If they are not, then you will most likely need to use the Programmatic Transaction model.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定