- mapperLocations - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
-
Locations of MyBatis mapper files.
- MapperScannerRegistrarNotFoundConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
-
- mapUnderscoreToCamelCase - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
Enables automatic mapping from classic database column names A_COLUMN to camel case classic Java property names
aColumn.
- master - 类 中的变量com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration
-
- messageFactory - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAdminAutoConfiguration
-
- MetadataThymeleafLanguageDriverConfig() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration.MetadataThymeleafLanguageDriverConfig
-
- MultiDataSourceAutoConfiguration - com.mybatisflex.spring.boot中的类
-
MyBatis-Flex 多数据源的配置支持。
- MultiDataSourceAutoConfiguration(MybatisFlexProperties, ObjectProvider<DataSourceDecipher>) - 类 的构造器com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration
-
- multipleResultSetsEnabled - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
Allows or disallows multiple ResultSets to be returned from a single statement (compatible driver required).
- MybatisFlexAdminAutoConfiguration - com.mybatisflex.spring.boot中的类
-
MyBatis-Flex-Admin 自动配置。
- MybatisFlexAdminAutoConfiguration(ObjectProvider<MessageFactory>, ObjectProvider<HttpMessageReporter.JSONFormatter>, MybatisFlexProperties) - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexAdminAutoConfiguration
-
- MybatisFlexAutoConfiguration - com.mybatisflex.spring.boot中的类
-
Mybatis-Flex 的核心配置。
- MybatisFlexAutoConfiguration(MybatisFlexProperties, ObjectProvider<Interceptor[]>, ObjectProvider<TypeHandler[]>, ObjectProvider<LanguageDriver[]>, ResourceLoader, ObjectProvider<DatabaseIdProvider>, ObjectProvider<List<ConfigurationCustomizer>>, ObjectProvider<List<SqlSessionFactoryBeanCustomizer>>, ObjectProvider<DataSourceDecipher>, ObjectProvider<DynamicTableProcessor>, ObjectProvider<DynamicSchemaProcessor>, ObjectProvider<TenantFactory>, ObjectProvider<LogicDeleteProcessor>, ObjectProvider<MyBatisFlexCustomizer>) - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar - com.mybatisflex.spring.boot中的类
-
This will just scan the same base package as Spring Boot does.
- MybatisFlexAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration - com.mybatisflex.spring.boot中的类
-
If mapper registering configuration or mapper scanning configuration not present, this configuration allow to scan
mappers based on the same component-scanning path as Spring Boot itself.
- MyBatisFlexCustomizer - com.mybatisflex.spring.boot中的接口
-
MyBatis-Flex 配置。
- mybatisFlexCustomizers - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- MybatisFlexDependsOnDatabaseInitializationDetector - com.mybatisflex.spring.boot中的类
-
参考:https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisDependsOnDatabaseInitializationDetector.java
DependsOnDatabaseInitializationDetector for Mybatis-Flex.
- MybatisFlexDependsOnDatabaseInitializationDetector() - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexDependsOnDatabaseInitializationDetector
-
- MybatisFlexProperties - com.mybatisflex.spring.boot中的类
-
Mybatis-Flex 的配置属性。
- MybatisFlexProperties() - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexProperties
-
- MybatisFlexProperties.AdminConfig - com.mybatisflex.spring.boot中的类
-
MyBatis Flex Admin 配置。
- MybatisFlexProperties.CoreConfiguration - com.mybatisflex.spring.boot中的类
-
The configuration properties for mybatis core module.
- MybatisFlexProperties.GlobalConfig - com.mybatisflex.spring.boot中的类
-
- MybatisFlexProperties.SeataConfig - com.mybatisflex.spring.boot中的类
-
Seata 配置
- MybatisFlexProperties.SeataMode - com.mybatisflex.spring.boot中的枚举
-
- MybatisLanguageDriverAutoConfiguration - com.mybatisflex.spring.boot中的类
-
脚本语言驱动的自动配置,平常一般项目用不到,只为了同步 MyBatis 自带的 MybatisLanguageDriverAutoConfiguration。
- MybatisLanguageDriverAutoConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration
-
- MybatisLanguageDriverAutoConfiguration.FreeMarkerConfiguration - com.mybatisflex.spring.boot中的类
-
Configuration class for mybatis-freemarker 1.2.x or above.
- MybatisLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration - com.mybatisflex.spring.boot中的类
-
Configuration class for mybatis-freemarker 1.1.x or under.
- MybatisLanguageDriverAutoConfiguration.LegacyVelocityConfiguration - com.mybatisflex.spring.boot中的类
-
Configuration class for mybatis-velocity 2.0 or under.
- MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration - com.mybatisflex.spring.boot中的类
-
- MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration.MetadataThymeleafLanguageDriverConfig - com.mybatisflex.spring.boot中的类
-
- MybatisLanguageDriverAutoConfiguration.VelocityConfiguration - com.mybatisflex.spring.boot中的类
-
Configuration class for mybatis-velocity 2.1.x or above.