Interface TransactionManagerAware

  • All Superinterfaces:
    org.springframework.beans.factory.Aware

    public interface TransactionManagerAware
    extends org.springframework.beans.factory.Aware
    Since:
    0.4
    • Method Detail

      • setTransactionManager

        @Autowired
        void setTransactionManager​(org.springframework.transaction.PlatformTransactionManager transactionManager)
        Sets the transaction manager on implementors
        Parameters:
        transactionManager - The TransactionManager implementation