Java Transaction API.
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation..
Here is the list of declaration for jta. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <version>1.0.1B</version> </dependency>
If you think this Maven repository POM file listing for jta is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on jta-1.0.1B. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JPA Hibernate | hibernate 3.2.2.ga Relational Persistence for Java | 12 |
JPA Hibernate | hibernate 3.1.3 Relational Persistence for Java | 11 |
JPA Hibernate | hibernate 3.2.0.ga Relational Persistence for Java | 21 |
JPA Hibernate | hibernate 3.2.7.ga Relational Persistence for Java | 12 |
JPA Hibernate | hibernate 3.2.4.ga Relational Persistence for Java | 7 |
JPA Hibernate | hibernate 3.2.3.ga Relational Persistence for Java | 6 |
ORM | jpox 1.1.6 JPOX is a free and fully compliant implementation of the JDO 1, JDO 2 specifications, providing transparent persistence of Java objects. | 16 |
JPA Hibernate | hibernate 3.2.5.ga Relational Persistence for Java | 36 |
JPA Hibernate | hibernate 3.2.1.ga Relational Persistence for Java | 13 |
Library | jpox 1.1.7 Java Persistent Objects (JPOX) is an OpenSource library for the persistence of Java objects. | 20 |
Data Structure | ci-bayes 2.0.0.RELEASE Module for classifying data based on various Bayesian algorithms | 48 |
JPA Hibernate | hibernate 3.2.6.ga Relational Persistence for Java | 35 |
The following packages are defined in the jta-1.0.1B.jar
javax.transaction javax.transaction.xa
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <version>1.0.1B</version> <name>Java Transaction API</name> <description> The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation. </description> <url>http://java.sun.com/products/jta</url> <distributionManagement> <downloadUrl>http://java.sun.com/products/jta</downloadUrl> </distributionManagement> </project>