Class CachedWithAspect

java.lang.Object
org.smallmind.persistence.cache.aop.CachedWithAspect

public class CachedWithAspect extends Object
  • 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