aop - Spring Data repository proxy Pointcut on Annotation -
i know cannot execute pointcut based on annotation made on interface, there anyway spring data repository proxies?
i have custom annotations caching , make use of aop intercept methods , cache values, similar how ehcache works.
is there way use these annotations spring data repository?
Comments
Post a Comment