Class TenantJpaRepositoryPostProcessor
java.lang.Object
cn.dinodev.spring.data.dao.processor.TenantJpaRepositoryPostProcessor
- All Implemented Interfaces:
org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
public class TenantJpaRepositoryPostProcessor
extends Object
implements org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
- Author:
- Cody Lu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(org.springframework.aop.framework.ProxyFactory factory, org.springframework.data.repository.core.RepositoryInformation repositoryInformation)
-
Constructor Details
-
TenantJpaRepositoryPostProcessor
public TenantJpaRepositoryPostProcessor()
-
-
Method Details
-
postProcess
public void postProcess(org.springframework.aop.framework.ProxyFactory factory, org.springframework.data.repository.core.RepositoryInformation repositoryInformation) - Specified by:
postProcessin interfaceorg.springframework.data.repository.core.support.RepositoryProxyPostProcessor
-