跳过导航链接
A B C D E F G I J L M N P R S T U V 

A

afterPropertiesSet() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
afterPropertiesSet() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
 
aggressiveLazyLoading - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
When enabled, any method call will load all the lazy properties of the object.
applyConfiguration(SqlSessionFactoryBean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
applySqlSessionFactoryBeanCustomizers(SqlSessionFactoryBean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
applyTo(Configuration) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
argNameBasedConstructorAutoMapping - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
When applying constructor auto-mapping, argument name is used to search the column to map instead of relying on the column order.
AutoConfiguredMapperScannerRegistrar() - 类 的构造器com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 
autoMappingBehavior - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies if and how MyBatis should automatically map columns to fields/properties.
autoMappingUnknownColumnBehavior - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.

B

beanFactory - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 

C

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
Copyright (c) 2022-2023, Mybatis-Flex ([email protected]).
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 做自定义的配置支持 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
 
customize(SqlSessionFactoryBean) - 接口 中的方法com.mybatisflex.spring.boot.SqlSessionFactoryBeanCustomizer
 

D

databaseIdProvider - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
DbAutoConfiguration - com.mybatisflex.spring.boot中的类
 
DbAutoConfiguration() - 类 的构造器com.mybatisflex.spring.boot.DbAutoConfiguration
 
defaultEnumTypeHandler - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies the TypeHandler used by default for Enum.
defaultExecutorType - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Configures the default executor.
defaultFetchSize - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Sets the driver a hint as to control fetching size for return results.
defaultResultSetType - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies a scroll strategy when omit it per statement settings.
defaultScriptingLanguageDriver - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
The default scripting language driver class.
defaultSqlProviderType - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies an sql provider class that holds provider method.
defaultStatementTimeout - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Sets the number of seconds the driver will wait for a response from the database.

E

environment - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 
executorType - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
Execution mode for SqlSessionTemplate.

F

FreeMarkerConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.FreeMarkerConfiguration
 
freeMarkerLanguageDriver(FreeMarkerLanguageDriverConfig) - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.FreeMarkerConfiguration
 
freeMarkerLanguageDriver() - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration
 
freeMarkerLanguageDriverConfig() - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.FreeMarkerConfiguration
 

G

getAggressiveLazyLoading() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getArgNameBasedConstructorAutoMapping() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getAutoMappingBehavior() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getAutoMappingUnknownColumnBehavior() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getBeanNameForType(Class<?>, ListableBeanFactory) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 
getCacheEnabled() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getCallSettersOnNulls() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getConfigLocation() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getConfiguration() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getConfigurationFactory() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getConfigurationProperties() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getDefaultEnumTypeHandler() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getDefaultExecutorType() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getDefaultFetchSize() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getDefaultResultSetType() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getDefaultScriptingLanguageDriver() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getDefaultSqlProviderType() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getDefaultStatementTimeout() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getDependsOnDatabaseInitializationBeanTypes() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexDependsOnDatabaseInitializationDetector
 
getDialect() - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration.MetadataThymeleafLanguageDriverConfig
 
getExecutorType() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getJdbcTypeForNull() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getLazyLoadingEnabled() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getLazyLoadTriggerMethods() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getLocalCacheScope() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getLogImpl() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getLogPrefix() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getMapperLocations() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getMapUnderscoreToCamelCase() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getMultipleResultSetsEnabled() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getNullableOnForEach() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getResources(String) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getReturnInstanceForEmptyRow() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getSafeResultHandlerEnabled() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getSafeRowBoundsEnabled() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getShrinkWhitespacesInSql() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getTemplateFile() - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration.MetadataThymeleafLanguageDriverConfig
 
getTypeAliasesPackage() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getTypeAliasesSuperType() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getTypeHandlersPackage() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
getUseActualParamName() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getUseColumnLabel() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getUseGeneratedKeys() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getVariables() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
getVfsImpl() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 

I

interceptors - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
isCheckConfigLocation() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
isValid() - 类 中的方法com.mybatisflex.spring.boot.SpringBootVFS
 

J

jdbcTypeForNull - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies the JDBC type for null values when no specific JDBC type was provided for the parameter.

L

languageDrivers - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
lazyLoadingEnabled - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Globally enables or disables lazy loading.
lazyLoadTriggerMethods - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies which Object's methods trigger a lazy load.
LegacyFreeMarkerConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration
 
LegacyVelocityConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.LegacyVelocityConfiguration
 
list(URL, String) - 类 中的方法com.mybatisflex.spring.boot.SpringBootVFS
 
localCacheScope - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
MyBatis uses local cache to prevent circular references and speed up repeated nested queries.
logger - 类 中的静态变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
logImpl - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies which logging implementation MyBatis should use.
logPrefix - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies the prefix string that MyBatis will add to the logger names.

M

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中的类
Mybatis-Flex 的核心配置 参考 https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.java 为 Mybatis-Flex 开启自动配置功能,主要修改一下几个方面: 1、替换配置为 mybatis-flex 的配置前缀 2、修改 SqlSessionFactory 为 FlexSqlSessionFactoryBean 3、修改 Configuration 为 FlexConfiguration
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.

N

nullableOnForEach - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies the default value of 'nullable' attribute on 'foreach' tag.

P

preserveSubpackageName(String, Resource, String) - 类 中的静态方法com.mybatisflex.spring.boot.SpringBootVFS
 
properties - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 
resolveMapperLocations() - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
resourceLoader - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
resourceResolver - 类 中的静态变量com.mybatisflex.spring.boot.MybatisFlexProperties
 
resourceResolver - 类 中的变量com.mybatisflex.spring.boot.SpringBootVFS
 
returnInstanceForEmptyRow - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
MyBatis, by default, returns null when all the columns of a returned row are NULL.

S

safeResultHandlerEnabled - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Allows using ResultHandler on nested statements.
safeRowBoundsEnabled - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Allows using RowBounds on nested statements.
setAggressiveLazyLoading(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setArgNameBasedConstructorAutoMapping(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setAutoMappingBehavior(AutoMappingBehavior) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setAutoMappingUnknownColumnBehavior(AutoMappingUnknownColumnBehavior) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setBeanFactory(BeanFactory) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 
setCacheEnabled(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setCallSettersOnNulls(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setCheckConfigLocation(boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setConfigLocation(String) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setConfiguration(MybatisFlexProperties.CoreConfiguration) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setConfigurationFactory(Class<?>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setConfigurationProperties(Properties) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setDefaultExecutorType(ExecutorType) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setDefaultFetchSize(Integer) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setDefaultResultSetType(ResultSetType) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setDefaultScriptingLanguageDriver(Class<? extends LanguageDriver>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setDefaultSqlProviderType(Class<?>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setDefaultStatementTimeout(Integer) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setEnvironment(Environment) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 
setExecutorType(ExecutorType) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setJdbcTypeForNull(JdbcType) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setLazyLoadingEnabled(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setLazyLoadTriggerMethods(Set<String>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setLocalCacheScope(LocalCacheScope) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setLogImpl(Class<? extends Log>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setLogPrefix(String) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setMapperLocations(String[]) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setMapUnderscoreToCamelCase(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setMultipleResultSetsEnabled(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setNullableOnForEach(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setReturnInstanceForEmptyRow(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setSafeResultHandlerEnabled(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setSafeRowBoundsEnabled(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setShrinkWhitespacesInSql(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setTypeAliasesPackage(String) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setTypeAliasesSuperType(Class<?>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setTypeHandlersPackage(String) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties
 
setUrlDecodingCharset(Charset) - 类 中的静态方法com.mybatisflex.spring.boot.SpringBootVFS
Set the charset for decoding an encoded URL string.
setUseActualParamName(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setUseColumnLabel(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setUseGeneratedKeys(Boolean) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setVariables(Properties) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
setVfsImpl(Class<? extends VFS>) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
shrinkWhitespacesInSql - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Removes extra whitespace characters from the SQL.
SpringBootVFS - com.mybatisflex.spring.boot中的类
Mybatis 的 VFS 支持
SpringBootVFS() - 类 的构造器com.mybatisflex.spring.boot.SpringBootVFS
 
sqlSessionFactory(DataSource) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
SqlSessionFactoryBeanCustomizer - com.mybatisflex.spring.boot中的接口
为 FlexSqlSessionFactoryBean 做自定义的配置支持
sqlSessionFactoryBeanCustomizers - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
sqlSessionTemplate(SqlSessionFactory) - 类 中的方法com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 

T

ThymeleafConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration
 
thymeleafLanguageDriver(ThymeleafLanguageDriverConfig) - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration
 
thymeleafLanguageDriverConfig() - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration
 
typeAliasesPackage - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
Packages to search type aliases.
typeAliasesSuperType - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
The super class for filtering type alias.
typeHandlers - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
typeHandlersPackage - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties
Packages to search for type handlers.

U

urlDecodingCharset - 类 中的静态变量com.mybatisflex.spring.boot.SpringBootVFS
 
useActualParamName - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Allow referencing statement parameters by their actual names declared in the method signature.
useColumnLabel - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Uses the column label instead of the column name.
useGeneratedKeys - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Allows JDBC support for generated keys.

V

variables - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specify any configuration variables.
VelocityConfiguration() - 类 的构造器com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.VelocityConfiguration
 
velocityLanguageDriver() - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.LegacyVelocityConfiguration
 
velocityLanguageDriver(VelocityLanguageDriverConfig) - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.VelocityConfiguration
 
velocityLanguageDriverConfig() - 类 中的方法com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.VelocityConfiguration
 
vfsImpl - 类 中的变量com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
Specifies VFS implementations.
A B C D E F G I J L M N P R S T U V 
跳过导航链接

Copyright © 2023. All rights reserved.