Skip navigation links
A B C D G I L M P R S T 

A

afterPropertiesSet() - Method in class tk.mybatis.spring.mapper.MapperScannerConfigurer

B

BaseProperties - Class in tk.mybatis.spring.annotation
 
BaseProperties() - Constructor for class tk.mybatis.spring.annotation.BaseProperties
 
BIND - Static variable in class tk.mybatis.spring.mapper.SpringBootBindUtil
 
bind(Environment, Class<T>, String) - Static method in class tk.mybatis.spring.mapper.SpringBootBindUtil
 
bind(Environment, Class<T>, String) - Method in interface tk.mybatis.spring.mapper.SpringBootBindUtil.IBind
 
bind(Environment, Class<T>, String) - Method in class tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot1Bind
 
bind(Environment, Class<T>, String) - Method in class tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot2Bind
 

C

checkCandidate(String, BeanDefinition) - Method in class tk.mybatis.spring.mapper.ClassPathMapperScanner
checkDaoConfig() - Method in class tk.mybatis.spring.mapper.MapperFactoryBean
ClassPathMapperScanner - Class in tk.mybatis.spring.mapper
A ClassPathBeanDefinitionScanner that registers Mappers by basePackage, annotationClass, or markerInterface.
ClassPathMapperScanner(BeanDefinitionRegistry) - Constructor for class tk.mybatis.spring.mapper.ClassPathMapperScanner
 

D

doScan(String...) - Method in class tk.mybatis.spring.mapper.ClassPathMapperScanner
Calls the parent search that will search and register all the candidates.

G

getBasePackages() - Method in class tk.mybatis.spring.annotation.BaseProperties
 
getMapperHelper() - Method in class tk.mybatis.spring.mapper.ClassPathMapperScanner
 
getMapperHelper() - Method in class tk.mybatis.spring.mapper.MapperScannerConfigurer
 
getMapperInterface() - Method in class tk.mybatis.spring.mapper.MapperFactoryBean
Return the mapper interface of the MyBatis mapper
getNameGenerator() - Method in class tk.mybatis.spring.mapper.MapperScannerConfigurer
Gets beanNameGenerator to be used while running the scanner.
getObject() - Method in class tk.mybatis.spring.mapper.MapperFactoryBean
getObjectType() - Method in class tk.mybatis.spring.mapper.MapperFactoryBean

I

isAddToConfig() - Method in class tk.mybatis.spring.mapper.MapperFactoryBean
Return the flag for addition into MyBatis config.
isCandidateComponent(AnnotatedBeanDefinition) - Method in class tk.mybatis.spring.mapper.ClassPathMapperScanner
isSingleton() - Method in class tk.mybatis.spring.mapper.MapperFactoryBean

L

LOGGER - Static variable in class tk.mybatis.spring.annotation.MapperScannerRegistrar
 

M

MapperFactoryBean<T> - Class in tk.mybatis.spring.mapper
BeanFactory that enables injection of MyBatis mapper interfaces.
MapperFactoryBean() - Constructor for class tk.mybatis.spring.mapper.MapperFactoryBean
 
MapperFactoryBean(Class<T>) - Constructor for class tk.mybatis.spring.mapper.MapperFactoryBean
 
MapperScan - Annotation Type in tk.mybatis.spring.annotation
Use this annotation to register MyBatis mapper interfaces when using Java Config.
MapperScannerConfigurer - Class in tk.mybatis.spring.mapper
BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them as MapperFactoryBean.
MapperScannerConfigurer() - Constructor for class tk.mybatis.spring.mapper.MapperScannerConfigurer
 
MapperScannerRegistrar - Class in tk.mybatis.spring.annotation
 
MapperScannerRegistrar() - Constructor for class tk.mybatis.spring.annotation.MapperScannerRegistrar
 
MYBATIS_PREFIX - Static variable in class tk.mybatis.spring.annotation.BaseProperties
 

P

postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class tk.mybatis.spring.mapper.MapperScannerConfigurer
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class tk.mybatis.spring.mapper.MapperScannerConfigurer

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class tk.mybatis.spring.annotation.MapperScannerRegistrar
 
registerFilters() - Method in class tk.mybatis.spring.mapper.ClassPathMapperScanner
Configures parent scanner to search for the right interfaces.

S

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

T

tk.mybatis.spring.annotation - package tk.mybatis.spring.annotation
 
tk.mybatis.spring.mapper - package tk.mybatis.spring.mapper
 
A B C D G I L M P R S T 
Skip navigation links

Copyright © 2024. All rights reserved.