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

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

Introduction

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

Usage

From source file org.kuali.rice.core.impl.util.spring.AnnotationAndNameMatchingTransactionAttributeSource.java

/**
 * Classes are not considered for name matching, if they do not have the specified annotation on the class or method. However, the
 * name matching takes precendence, if they do.
 */
public class AnnotationAndNameMatchingTransactionAttributeSource extends NameMatchTransactionAttributeSource {