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 TypeMethodDescriptionvoidClassPathMapperScanner.setMapperFactoryBean(MapperFactoryBean<?> mapperFactoryBean) Deprecated.Method parameters in org.mybatis.spring.mapper with type arguments of type MapperFactoryBeanModifier and TypeMethodDescriptionvoidClassPathMapperScanner.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).