Uses of Class
org.mybatis.spring.mapper.MapperFactoryBean
Packages that use MapperFactoryBean
Package
Description
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 MapperFactoryBeanModifier and TypeMethodDescriptionvoid
ClassPathMapperScanner.setMapperFactoryBean
(MapperFactoryBean<?> mapperFactoryBean) Deprecated.Method parameters in org.mybatis.spring.mapper with type arguments of type MapperFactoryBeanModifier and TypeMethodDescriptionvoid
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)
.