public class ProxyFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<T>
| 构造器和说明 |
|---|
ProxyFactoryBean() |
ProxyFactoryBean(Class<T> mapperInterface) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<T> |
getMapperInterface() |
T |
getObject() |
Class<T> |
getObjectType() |
void |
initCrud() |
boolean |
isSingleton() |
void |
setMapperInterface(Class<T> mapperInterface) |
public Class<T> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<T>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<T>public void initCrud()
Copyright © 2022. All rights reserved.