类 TenantLineAnnotationRegister
java.lang.Object
top.tangyh.basic.database.plugins.TenantLineAnnotationRegister
- 所有已实现的接口:
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
- 版本:
- v1.0
- 作者:
- tangyh
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final org.springframework.core.env.EnvironmentpostProcessAfterInitialization(Object bean, String beanName) protected StringresolveBasePackage(String basePackage) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
构造器详细资料
-
TenantLineAnnotationRegister
public TenantLineAnnotationRegister()
-
-
方法详细资料
-
resolveBasePackage
-
getEnvironment
public final org.springframework.core.env.Environment getEnvironment()- 指定者:
getEnvironment在接口中org.springframework.core.env.EnvironmentCapable
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessAfterInitialization在接口中org.springframework.beans.factory.config.BeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-