@Component public class RepositoryProxyFactory<T> extends Object implements InvocationHandler, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
RepositoryProxyFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
T |
newInstance(Class<T> targetClass) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke 在接口中 InvocationHandlerThrowablepublic void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018. All rights reserved.