spring-framework / org.springframework.transaction.interceptor / TransactionalProxy

TransactionalProxy

interface TransactionalProxy : 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.

Author
Juergen Hoeller

Since
4.1.7