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 void
ClassPathMapperScanner. setMapperFactoryBean(MapperFactoryBean<?> mapperFactoryBean)
Deprecated.Method parameters in org.mybatis.spring.mapper with type arguments of type MapperFactoryBean Modifier and Type Method Description void
ClassPathMapperScanner. setMapperFactoryBeanClass(Class<? extends MapperFactoryBean> mapperFactoryBeanClass)
Set theMapperFactoryBean
class.void
MapperScannerConfigurer. setMapperFactoryBeanClass(Class<? extends MapperFactoryBean> mapperFactoryBeanClass)
The class of theMapperFactoryBean
to return a mybatis proxy as spring bean.
ClassPathMapperScanner.setMapperFactoryBeanClass(Class)
.