Package cn.fantasticmao.mundo.data.jdbc
Class RoutingRepositoryProxyPostProcessor
- java.lang.Object
-
- cn.fantasticmao.mundo.data.jdbc.RoutingRepositoryProxyPostProcessor
-
- All Implemented Interfaces:
org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
public class RoutingRepositoryProxyPostProcessor extends Object implements org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
RepositoryProxyPostProcessorthat extracts the route seed and sets up to thecontextbefore the method is invoked.- Since:
- 2022-08-17
- Version:
- 1.0.6
- Author:
- fantasticmao
-
-
Constructor Summary
Constructors Constructor Description RoutingRepositoryProxyPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcess(org.springframework.aop.framework.ProxyFactory factory, org.springframework.data.repository.core.RepositoryInformation repositoryInformation)
-
-
-
Method Detail
-
postProcess
public void postProcess(@Nonnull org.springframework.aop.framework.ProxyFactory factory, @Nonnull org.springframework.data.repository.core.RepositoryInformation repositoryInformation)- Specified by:
postProcessin interfaceorg.springframework.data.repository.core.support.RepositoryProxyPostProcessor
-
-