Interface TransactionalProxy

All Superinterfaces:
org.springframework.aop.SpringProxy

public interface TransactionalProxy extends org.springframework.aop.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