提交这个JTA事务。
开始一个JTA事务。
JTA methods for transaction control.
控制事务的JTA方法。
JTA的限制?
JTA的好处?
JTA is part of the J2EE specifications.
JTA是J2EE规范的一部分。
Both database and cache must support JTA.
数据库和缓存都必须支持JTA。
Requirements for Two-Phase-Commit with JTA
用 JTA 进行两阶段提交的必要条件
JTA is the J2EE solution to transaction services.
JTA是事务服务的J2EE解决方案。
JTA transactions are more powerful than JDBC transactions.
JTA事务比jdbc事务功能更强。
While in the J2EE domain the transaction model used is the JTA.
在J2EE领域里,使用的事务模型是JTA。
Create the new JTA data source with the following properties.
创建带有以下属性的新数据源。
Next, we'll see how transaction demarcation is done using JTA.
在下面,我们将看一下如何用JTA进行事务界定。
We've discussed how to demarcate transactions with both JDBC and JTA.
我们讨论了如何用JDBC和JTA界定事务。
The classes imported in line 30-33 are necessary to work with JTA.
第 30-33行中导入的类是使用JTA 所必要的。
This article only requires you to have a basic understanding of the JTA.
本文仅仅需要您对JTA有一个基本的了解。
When programming with JTA you have to use the Type 2 or 4 JDBC driver.
在用JTA进行编程时,您必须使用Type2或4JDBC驱动程序。
Always remember that XA connections are participating in a JTA transaction.
一定要记住XA连接参与了JTA事务。
Updates database in a JTA transaction; updates cache in the same transaction.
在一个JTA事务中更新数据库;在同一个事务中更新缓存。
Ehcache 2.1 (beta version was recently released) provides the JTA support for Hibernate.
Ehcache 2.1(刚发布be ta版)提供了针对Hibernate的JTA支持。
A driver that implements these interfaces will be able to participate in JTA transactions.
一个实现了这些接口的驱动程序将可以参与JTA事务。
The JSR-107 spec has a mandatory feature set and two optional features: annotations and JTA.
JSR- 107规范有一个强制的功能集和两个可选功能:注解和JTA。
The sql-map-config.xml file will change to use a JNDI data source and WebSphere's JTA service.
为了使用JNDI数据源和WebSphere的JTA服务,sql - map - config. xml文件将有所改动。
The EJB component starts a transaction using the UserTransaction interface provided by the JTA.
EJB组件通过使用JTA提供的接口 UserTransaction开始一个事务。
Jta-data-source: in this case, it is a resource reference defined on the calling session bean.
jta datasource:在此例中,它是在调用会话Bean上定义的一个资源引用。
The JDBC approach is attractive due to its simplicity; the JTA approach offers greater flexibility.
JDBC方式由于其简单性而具有吸引力,JTA方式提供了更大的灵活性。
The above logic makes the act of processing a message a logical participant in the JTA transaction.
上面的逻辑将消息处理这个操作作为这个JTA事务的一个逻辑参与者。
This does not mean that application-managed entity managers cannot be configured as JTA entity managers.
这并不意味着不能将应用程序管理的实体管理器配置为JTA 实体管理器。
The method implementation uses the JTA API to start local transactions that control access to EIS1 and EIS2.
该方法用JTAAPI启动控制EIS1和EIS2 的访问的本地事务。
Typically, the only parts that needs changing are the JNDI references for the JTA and non-JTA datasources.
通常需要更改的惟一部分是对JTA和非JTA数据源的JNDI引用。
应用推荐