Uses of Class
org.mybatis.spring.mapper.MapperFactoryBean
| Package | Description |
|---|---|
| org.mybatis.spring.mapper |
Contains classes for automatically building MyBatis mapper proxy classes at application startup.
|
-
Uses of MapperFactoryBean in org.mybatis.spring.mapper
Methods in org.mybatis.spring.mapper with parameters of type MapperFactoryBean Modifier and Type Method Description voidClassPathMapperScanner. setMapperFactoryBean(MapperFactoryBean<?> mapperFactoryBean)Deprecated.Method parameters in org.mybatis.spring.mapper with type arguments of type MapperFactoryBean Modifier and Type Method Description voidClassPathMapperScanner. setMapperFactoryBeanClass(Class<? extends MapperFactoryBean> mapperFactoryBeanClass)Set theMapperFactoryBeanclass.voidMapperScannerConfigurer. setMapperFactoryBeanClass(Class<? extends MapperFactoryBean> mapperFactoryBeanClass)The class of theMapperFactoryBeanto return a mybatis proxy as spring bean.
ClassPathMapperScanner.setMapperFactoryBeanClass(Class).