- cacheEnabled - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
Globally enables or disables any caches configured in any mapper under this configuration.
- callSettersOnNulls - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
Specifies if setters or map's put method will be called when a retrieved value is null.
- checkConfigFileExists() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- checkConfigLocation - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
-
Indicates whether perform presence check of the MyBatis xml config file.
- com.mybatisflex.spring.boot - 程序包 com.mybatisflex.spring.boot
-
MyBatis-Flex Spring Boot 支持。
- ConditionalOnMybatisFlexDatasource - com.mybatisflex.spring.boot中的注释类型
-
判断是否有 MyBatis-Flex 的多数据源配置。
- ConditionalOnMybatisFlexDatasource.OnMybatisFlexDataSourceCondition - com.mybatisflex.spring.boot中的类
-
- configLocation - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
-
Location of MyBatis xml config file.
- configuration - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
-
A Configuration object for customize default settings.
- CONFIGURATION_PROPERTY_PREFIX - 类 中的静态变量com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration
-
- ConfigurationCustomizer - com.mybatisflex.spring.boot中的接口
-
为 FlexConfiguration
做自定义的配置支持。
- configurationCustomizers - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- configurationFactory - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
Specifies the class that provides an instance of Configuration.
- configurationProperties - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
-
Externalized properties for MyBatis configuration.
- CoreConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- customize(FlexConfiguration) - 接口 中的方法com.mybatisflex.spring.boot.ConfigurationCustomizer
-
自定义配置 FlexConfiguration
。
- customize(FlexGlobalConfig) - 接口 中的方法com.mybatisflex.spring.boot.MyBatisFlexCustomizer
-
自定义 MyBatis-Flex 配置。
- customize(SqlSessionFactoryBean) - 接口 中的方法com.mybatisflex.spring.boot.SqlSessionFactoryBeanCustomizer
-
自定义 SqlSessionFactoryBean
。