Interface TransactionalProxy

  • All Superinterfaces:
    SpringProxy

    public interface TransactionalProxy
    extends SpringProxy
    A marker interface for manually created transactional proxies.

    TransactionAttributeSourcePointcut will ignore such existing transactional proxies during AOP auto-proxying and therefore avoid re-processing transaction metadata on them.

    Since:
    4.1.7
    Author:
    Juergen Hoeller