Class CRUDAspectManager


  • public class CRUDAspectManager
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object crudMethodAccessAdvice​(org.aspectj.lang.ProceedingJoinPoint joinPoint, EntityService entityService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CRUDAspectManager

        public CRUDAspectManager()
    • Method Detail

      • crudMethodAccessAdvice

        public java.lang.Object crudMethodAccessAdvice​(org.aspectj.lang.ProceedingJoinPoint joinPoint,
                                                       EntityService entityService)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable