Class RefreshableAdvice<E>

    • Constructor Detail

      • RefreshableAdvice

        public RefreshableAdvice​(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()