Class CachedWithAspect
java.lang.Object
org.smallmind.persistence.cache.aop.CachedWithAspect
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaroundDeleteMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, ORMDao ormDao, Durable durable) aroundPersistMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, ORMDao ormDao)
-
Constructor Details
-
CachedWithAspect
public CachedWithAspect()
-
-
Method Details
-
aroundPersistMethod
public Object aroundPersistMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, ORMDao ormDao) throws Throwable - Throws:
Throwable
-
aroundDeleteMethod
public void aroundDeleteMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, ORMDao ormDao, Durable durable) throws Throwable - Throws:
Throwable
-