Class ForceTransactionAttributeSource

  • All Implemented Interfaces:
    org.springframework.transaction.interceptor.TransactionAttributeSource

    public class ForceTransactionAttributeSource
    extends java.lang.Object
    implements org.springframework.transaction.interceptor.TransactionAttributeSource
    Requires that all method calls have some other form of attribute source by throwing an exception if accessed;
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute​(java.lang.reflect.Method method, java.lang.Class targetClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForceTransactionAttributeSource

        public ForceTransactionAttributeSource()
    • Method Detail

      • getTransactionAttribute

        public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute​(java.lang.reflect.Method method,
                                                                                                        java.lang.Class targetClass)
        Specified by:
        getTransactionAttribute in interface org.springframework.transaction.interceptor.TransactionAttributeSource