Class TenantLineAnnotationRegister
java.lang.Object
top.tangyh.basic.database.plugins.TenantLineAnnotationRegister
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.core.env.EnvironmentCapable
public class TenantLineAnnotationRegister
extends Object
implements org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.config.BeanPostProcessor
- Version:
- v1.0
- Author:
- tangyh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal org.springframework.core.env.EnvironmentpostProcessAfterInitialization(Object bean, String beanName) protected StringresolveBasePackage(String basePackage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
TenantLineAnnotationRegister
public TenantLineAnnotationRegister()
-
-
Method Details
-
resolveBasePackage
-
getEnvironment
public final org.springframework.core.env.Environment getEnvironment()- Specified by:
getEnvironmentin interfaceorg.springframework.core.env.EnvironmentCapable
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-