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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.transaction.interceptor.TransactionAttributeSource has the following implementations.
Click this link to see all its implementation.

Constructor

Method

TransactionAttributegetTransactionAttribute(Method method, @Nullable Class targetClass)
Return the transaction attribute for the given method, or null if the method is non-transactional.