Class DeletableAdvice<E>

    • Constructor Detail

      • DeletableAdvice

        public DeletableAdvice​(E entity,
                               org.springframework.data.mongodb.core.MongoTemplate mongoTemplate,
                               String collectionName,
                               ManageableAdvice<E> manageableAdvice)
    • Method Detail

      • invoke

        public Object invoke​(org.aopalliance.intercept.MethodInvocation invocation)
                      throws Throwable
        Throws:
        Throwable
      • getAdvisedMethods

        public Method[] getAdvisedMethods()
      • getAdvisedClass

        public Class<? extends Deletable> getAdvisedClass()