Example usage for org.springframework.transaction.interceptor TransactionAttribute interface-usage

List of usage examples for org.springframework.transaction.interceptor TransactionAttribute interface-usage

Introduction

In this page you can find the example usage for org.springframework.transaction.interceptor TransactionAttribute interface-usage.

Usage

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