public class TransactionDebuggablePostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.EnvironmentAware
| 构造器和说明 |
|---|
TransactionDebuggablePostProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAwareCopyright © 2018. All rights reserved.