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

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

Introduction

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

Usage

From source file net.tirasa.blog.ilgrosso.dynamicspringtransactional.DynamicTransactionInterceptor.java

public class DynamicTransactionInterceptor extends TransactionInterceptor {

    private static final long serialVersionUID = -2640988503291060639L;

    @Override
    public TransactionAttributeSource getTransactionAttributeSource() {