Java org.springframework.transaction.interceptor MethodMapTransactionAttributeSource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.interceptor MethodMapTransactionAttributeSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.interceptor MethodMapTransactionAttributeSource.

The text is from its open source code.

Constructor

Method

voidaddTransactionalMethod(String name, TransactionAttribute attr)
Add an attribute for a transactional method.
voidaddTransactionalMethod(Method method, TransactionAttribute attr)
Add an attribute for a transactional method.