public interface TransactionManagerAware
extends org.springframework.beans.factory.Aware
| Modifier and Type | Method and Description |
|---|---|
void |
setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Sets the transaction manager on implementors
|