- 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.
- MetadataThymeleafLanguageDriverConfig() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration.MetadataThymeleafLanguageDriverConfig
-
- multipleResultSetsEnabled - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
Allows or disallows multiple ResultSets to be returned from a single statement (compatible driver required).
- MybatisFlexAutoConfiguration - com.mybatisflex.spring.boot中的类
-
- MybatisFlexAutoConfiguration(MybatisFlexProperties, ObjectProvider<Interceptor[]>, ObjectProvider<TypeHandler[]>, ObjectProvider<LanguageDriver[]>, ResourceLoader, ObjectProvider<DatabaseIdProvider>, ObjectProvider<List<ConfigurationCustomizer>>, ObjectProvider<List<SqlSessionFactoryBeanCustomizer>>) - 类 的构造器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.
- MybatisFlexDependsOnDatabaseInitializationDetector - com.mybatisflex.spring.boot中的类
-
DependsOnDatabaseInitializationDetector
for Mybatis-Flex.
- MybatisFlexDependsOnDatabaseInitializationDetector() - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexDependsOnDatabaseInitializationDetector
-
- MybatisFlexProperties - com.mybatisflex.spring.boot中的类
-
Mybatis-Flex 的配置属性
设置 mapUnderscoreToCamelCase 默认值为 true
- MybatisFlexProperties() - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexProperties
-
- MybatisFlexProperties.CoreConfiguration - com.mybatisflex.spring.boot中的类
-
The configuration properties for mybatis core module.
- 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.