A B C D F G I L M N P R S T V
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- afterPropertiesSet() - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
- annotationClass() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
This property specifies the annotation that the scanner will search for.
B
- basePackageClasses() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
Type-safe alternative to
MapperScan.basePackages()for specifying the packages to scan for annotated components. - basePackages() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
Base packages to scan for MyBatis interfaces.
- BaseProperties - tk.mybatis.spring.annotation中的类
- BaseProperties() - 类 的构造器tk.mybatis.spring.annotation.BaseProperties
- bind(Environment, Class<T>, String) - 类 中的静态方法tk.mybatis.spring.mapper.SpringBootBindUtil
- bind(Environment, Class<T>, String) - 接口 中的方法tk.mybatis.spring.mapper.SpringBootBindUtil.IBind
- bind(Environment, Class<T>, String) - 类 中的方法tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot1Bind
- bind(Environment, Class<T>, String) - 类 中的方法tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot2Bind
- BIND - 类 中的静态变量tk.mybatis.spring.mapper.SpringBootBindUtil
C
- checkCandidate(String, BeanDefinition) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
- checkDaoConfig() - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
- ClassPathMapperScanner - tk.mybatis.spring.mapper中的类
-
A
ClassPathBeanDefinitionScannerthat registers Mappers bybasePackage,annotationClass, ormarkerInterface. - ClassPathMapperScanner(BeanDefinitionRegistry) - 类 的构造器tk.mybatis.spring.mapper.ClassPathMapperScanner
D
- doScan(String...) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
Calls the parent search that will search and register all the candidates.
F
- factoryBean() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
Specifies a custom MapperFactoryBean to return a mybatis proxy as spring bean.
G
- getBasePackages() - 类 中的方法tk.mybatis.spring.annotation.BaseProperties
- getMapperHelper() - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
- getMapperHelper() - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
- getMapperInterface() - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
-
Return the mapper interface of the MyBatis mapper
- getNameGenerator() - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
-
Gets beanNameGenerator to be used while running the scanner.
- getObject() - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
- getObjectType() - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
I
- isAddToConfig() - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
-
Return the flag for addition into MyBatis config.
- isCandidateComponent(AnnotatedBeanDefinition) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
- isSingleton() - 类 中的方法tk.mybatis.spring.mapper.MapperFactoryBean
L
- LOGGER - 类 中的静态变量tk.mybatis.spring.annotation.MapperScannerRegistrar
M
- MapperFactoryBean<T> - tk.mybatis.spring.mapper中的类
-
BeanFactory that enables injection of MyBatis mapper interfaces.
- MapperFactoryBean() - 类 的构造器tk.mybatis.spring.mapper.MapperFactoryBean
- MapperFactoryBean(Class<T>) - 类 的构造器tk.mybatis.spring.mapper.MapperFactoryBean
- mapperHelperRef() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
还可以直接配置一个 MapperHelper bean
- MapperScan - tk.mybatis.spring.annotation中的注释类型
-
Use this annotation to register MyBatis mapper interfaces when using Java Config.
- MapperScannerConfigurer - tk.mybatis.spring.mapper中的类
-
BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them as
MapperFactoryBean. - MapperScannerConfigurer() - 类 的构造器tk.mybatis.spring.mapper.MapperScannerConfigurer
- MapperScannerRegistrar - tk.mybatis.spring.annotation中的类
- MapperScannerRegistrar() - 类 的构造器tk.mybatis.spring.annotation.MapperScannerRegistrar
- markerInterface() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
This property specifies the parent that the scanner will search for.
- MYBATIS_PREFIX - 类 中的静态变量tk.mybatis.spring.annotation.BaseProperties
N
- nameGenerator() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
The
BeanNameGeneratorclass to be used for naming detected components within the Spring container.
P
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法tk.mybatis.spring.mapper.MapperScannerConfigurer
- properties() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
通用 Mapper 的配置,一行一个配置
R
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法tk.mybatis.spring.annotation.MapperScannerRegistrar
- registerFilters() - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
Configures parent scanner to search for the right interfaces.
S
- 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(String[]) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
从 properties 数组获取 mapper 配置信息
- setMapperProperties(Environment) - 类 中的方法tk.mybatis.spring.mapper.ClassPathMapperScanner
-
从环境变量中获取 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
SqlSessionFactoryto 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
SqlSessionTemplateto 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 方式绑定
- sqlSessionFactoryRef() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
Specifies which
SqlSessionFactoryto use in the case that there is more than one in the spring context. - sqlSessionTemplateRef() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
Specifies which
SqlSessionTemplateto use in the case that there is more than one in the spring context.
T
- tk.mybatis.spring.annotation - 程序包 tk.mybatis.spring.annotation
- tk.mybatis.spring.mapper - 程序包 tk.mybatis.spring.mapper
V
- value() - 注释类型 中的方法tk.mybatis.spring.annotation.MapperScan
-
Alias for the
MapperScan.basePackages()attribute.
所有类 所有程序包