@Component("dsCacheInterceptor")
public class CacheInterceptor
extends Object
-
Constructor Summary
Constructors
-
Method Summary
invoke(org.aspectj.lang.ProceedingJoinPoint joinPoint)
Method interceptor for method with Transactional annotation.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CacheInterceptor
public CacheInterceptor()
-
Method Details
-
invoke
public Object invoke(org.aspectj.lang.ProceedingJoinPoint joinPoint)
throws Throwable
Method interceptor for method with Transactional annotation.
- Throws:
Throwable