java.lang.Objectorg.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
All Implemented Interfaces:
Ordered, PointcutAdvisor, Serializable
Because the AOP framework caches advice calculations, this is normally faster than just letting the TransactionInterceptor run and find out itself that it has no work to do.
Rod - JohnsonJuergen - Hoeller| Constructor: |
|---|
|
|
| Method from org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor Summary: |
|---|
| getAdvice, getPointcut, setClassFilter, setTransactionInterceptor |
| Methods from org.springframework.aop.support.AbstractPointcutAdvisor: |
|---|
| equals, getOrder, hashCode, isPerInstance, setOrder |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor Detail: |
|---|
|
|
|
|