Class UpdatableAdvice<E>

    • Constructor Detail

      • UpdatableAdvice

        public UpdatableAdvice​(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 Updatable> getAdvisedClass()