Example usage for javax.transaction UserTransaction interface-usage

List of usage examples for javax.transaction UserTransaction interface-usage

Introduction

In this page you can find the example usage for javax.transaction UserTransaction interface-usage.

Usage

From source file com.impetus.kundera.persistence.jta.KunderaJTAUserTransaction.java

/**
 * Kundera implementation for JTA <code> UserTransaction</code>
 * 
 * This needs to hooked up with initial context for use of Kundera's
 * commit/rollback handling.
 * 

From source file org.alfresco.util.transaction.SpringAwareUserTransaction.java

/**
 * A <code>UserTransaction</code> that will allow the thread using it to participate
 * in transactions that are normally only begun and committed by the <b>SpringFramework</b>
 * transaction aware components.
 * <p>
 * Client code can use this class directly, but should be very careful to handle the exception