- setAddToConfig(boolean) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setAddToConfig(boolean) - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
-
If addToConfig is false the mapper will not be added to MyBatis.
- setAddToConfig(boolean) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
Same as MapperFactoryBean#setAddToConfig(boolean).
- setAnnotationClass(Class<? extends Annotation>) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setAnnotationClass(Class<? extends Annotation>) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
This property specifies the annotation that the scanner will search for.
- setApplicationContext(ApplicationContext) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
- setBasePackage(String) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
This property lets you set the base package for your mapper interface files.
- setBasePackages(String[]) - 类 中的方法tk.mybatis.spring.annotation.BaseProperties
-
- setBeanName(String) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
- setConfig(Config) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
配置通用 Mapper
- setEnvironment(Environment) - 类 中的方法tk.mybatis.spring.annotation.MapperScannerRegistrar
-
- setMapperFactoryBean(MapperFactoryBean<?>) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setMapperHelper(MapperHelper) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setMapperHelper(MapperHelper) - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
-
设置通用 Mapper 配置
- setMapperHelper(MapperHelper) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
- setMapperHelperBeanName(String) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setMapperInterface(Class<T>) - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
-
Sets the mapper interface of the MyBatis mapper
- setMapperProperties(Environment) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
从环境变量中获取 mapper 配置信息
- setMapperProperties(String[]) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
从 properties 数组获取 mapper 配置信息
- setMarkerInterface(Class<?>) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setMarkerInterface(Class<?>) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
This property specifies the parent that the scanner will search for.
- setNameGenerator(BeanNameGenerator) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
Sets beanNameGenerator to be used while running the scanner.
- setProcessPropertyPlaceHolders(boolean) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
- setProperties(Properties) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
属性注入
- setResourceLoader(ResourceLoader) - 类 中的方法tk.mybatis.spring.annotation.MapperScannerRegistrar
-
- setSqlSessionFactory(SqlSessionFactory) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setSqlSessionFactory(SqlSessionFactory) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
- setSqlSessionFactoryBeanName(String) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setSqlSessionFactoryBeanName(String) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
Specifies which SqlSessionFactory to use in the case that there is
more than one in the spring context.
- setSqlSessionTemplate(SqlSessionTemplate) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setSqlSessionTemplate(SqlSessionTemplate) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
- setSqlSessionTemplateBeanName(String) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
- setSqlSessionTemplateBeanName(String) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
Specifies which SqlSessionTemplate to use in the case that there is
more than one in the spring context.
- SpringBoot1Bind() - 类 的构造器tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot1Bind
-
- SpringBoot2Bind() - 类 的构造器tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot2Bind
-
- SpringBootBindUtil - tk.mybatis.spring.mapper中的类
-
- SpringBootBindUtil() - 类 的构造器tk.mybatis.spring.mapper.SpringBootBindUtil
-
- SpringBootBindUtil.IBind - tk.mybatis.spring.mapper中的接口
-
- SpringBootBindUtil.SpringBoot1Bind - tk.mybatis.spring.mapper中的类
-
使用 Spring Boot 1.x 方式绑定
- SpringBootBindUtil.SpringBoot2Bind - tk.mybatis.spring.mapper中的类
-
使用 Spring Boot 2.x 方式绑定