T
- public class DaoMapperFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<T>
Constructor and Description |
---|
DaoMapperFactoryBean() |
DaoMapperFactoryBean(Class<T> mapperInterface) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDaoConfig() |
T |
getObject() |
Class<T> |
getObjectType() |
boolean |
isSingleton() |
void |
setClient(DBClient client) |
void |
setMapperInterface(Class<T> mapperInterface) |
protected void checkDaoConfig() throws IllegalArgumentException
IllegalArgumentException
public Class<T> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<T>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<T>
public void setClient(DBClient client)
Copyright © 2020. All rights reserved.