Class NameMatchTransactionAttributeSource

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

public class NameMatchTransactionAttributeSource extends Object implements TransactionAttributeSource, EmbeddedValueResolverAware, InitializingBean, Serializable
Simple TransactionAttributeSource implementation that allows attributes to be matched by registered name.
Since:
21.08.2003
Author:
Juergen Hoeller
See Also: