Example usage for org.springframework.transaction.interceptor TransactionAspectSupport subclass-usage

List of usage examples for org.springframework.transaction.interceptor TransactionAspectSupport subclass-usage

Introduction

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

Usage

From source file com.newmainsoftech.spray.slingong.datastore.AnnotationTransactionOnStaticMethodAspect.java

/**
 * Supplemental aspect to Spring's {@link AnnotationTransactionAspect} for static method annotated 
 * with @{@link Transactional}annotation, since <code>AnnotationTransactionAspect</code> 
 * aspect does not cover static method annotated with <code>@Transactional</code> annotation. 
 * 
 * @author <a href="mailto:artymt@gmail.com">Arata Y.</a>

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