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:
  • Field Details

    • logger

      protected static final org.apache.commons.logging.Log logger
      Logger available to subclasses.

      Static for optimal serialization.

  • Constructor Details

    • NameMatchTransactionAttributeSource

      public NameMatchTransactionAttributeSource()
  • Method Details