Class MethodMapTransactionAttributeSource

java.lang.Object
org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
All Implemented Interfaces:
Aware, BeanClassLoaderAware, InitializingBean, EmbeddedValueResolverAware, TransactionAttributeSource

public class MethodMapTransactionAttributeSource extends Object implements TransactionAttributeSource, EmbeddedValueResolverAware, BeanClassLoaderAware, InitializingBean
Simple TransactionAttributeSource implementation that allows attributes to be stored per method in a Map.
Since:
24.04.2003
Author:
Rod Johnson, Juergen Hoeller
See Also: