bean-managed transaction的意思|示意
bean管理的事务
bean-managed transaction的网络常见释义
事务 bean 管理的事务(bean-managed transaction,BMT) 一种能力,表示会话 bean、servlet 或应用程序客户机组件能够直接管理其自己的事务,而不必...
bean管理事务 本文认为,采用一种bean管理事务(bean-managed transaction,bmt)方法可以提供同样的服务质量,并对事务生命周期有更多的控制。
理事务 本文认为,采用一种bean管理事务(bean-managed transaction,bmt)方法可以提供同样的服务质量,并对事务生命周期有更多的控制。
管理事务 本文认为,采用一种bean管理事务(bean-managed transaction,bmt)方法可以提供同样的服务质量,并对事务生命周期有更多的控制。
bean-managed transaction相关短语
1、 Bean Managed Transaction Demarcation 托管事务界定 ; Bean托管事务界定
bean-managed transaction相关例句
Listing 2 is a sample of how a business method can be implemented in case of a bean-managed transaction (note that exceptions handling is omitted for simplicity)?
清单2示例展示了业务方法在bean管理事务的情况下是如何实现的(注意,为简化起见省略了异常处理)?
The exception to this rule is if the client business delegate in the client layer controlling the transaction scope is managed as a Spring bean by the Spring Framework.
此规则的例外情况是,管理事务作用域的客户端层中的客户端业务代理由Spring Framework托管为Spring bean。
In the case of a J2EE bean-managed transaction, the bean is completely responsible for controlling transaction boundaries.
在J2EE bean管理事务的情况下,bean负责控制事务范围。
The two types of J2EE transactions -- container-managed and bean-managed -- differ in how they start and end a transaction.
两种类型的 J2EE 事务 ― 容器管理的和 bean 管理的 ― 在如何启动和结束事务上是不同的。
You indicate whether an EJB component USES bean-managed or container-managed transactional support by setting the transaction-type attribute to either container or bean.
通过将transaction - type属性设置为Container或bean您可以指出EJB组件是使用bean管理的事务性支持还是容器管理的事务性支持。
The example code in Listing 1 demonstrates a bean-managed transaction (sometimes called a programmatic transaction.)
清单 1 中的示例代码演示了 bean 管理的事务(有时也称为 编程(programmatic)事务)。