- ge(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ge(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ge(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ge(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ge(LambdaGetter<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
大于等于 >=
- ge(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
大于等于 >=
- ge(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
大于等于 >=
- GE - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- ge(Object) - Method in interface com.mybatisflex.core.query.Conditional
-
大于等于 >=
- ge(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
大于等于 >=
- ge(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
大于等于 >=
- ge(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
-
大于等于 >=
- ge(Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ge(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ge(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ge(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ge(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ge(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ge(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ge(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ge(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
大于等于 >=
- ge(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
大于等于 >=
- ge(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
大于等于 >=
- ge(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于等于 >=
- ge(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于等于 >=
- ge(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于等于 >=
- ge(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于等于 >=
- ge(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于等于 >=
- ge(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于等于 >=
- ge(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于等于 >=
- ge(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于等于 >=
- ge(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于等于 >=
- ge(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于等于 >=
- ge(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于等于 >=
- ge(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于等于 >=
- genBaseClass(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.EntityGenerator
-
- genEntityClass(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.EntityGenerator
-
- generate() - Method in class com.mybatisflex.codegen.Generator
-
- generate(List<Table>) - Method in class com.mybatisflex.codegen.Generator
-
- generate(Table, GlobalConfig) - Method in interface com.mybatisflex.codegen.generator.IGenerator
-
根据模板生成文件。
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.ControllerGenerator
-
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.EntityGenerator
-
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.MapperGenerator
-
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.MapperXmlGenerator
-
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.PackageInfoGenerator
-
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.ServiceGenerator
-
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.ServiceImplGenerator
-
- generate(Table, GlobalConfig) - Method in class com.mybatisflex.codegen.generator.impl.TableDefGenerator
-
- generate(Map<String, Object>, String, File) - Method in class com.mybatisflex.codegen.template.impl.EnjoyTemplate
-
- generate(Map<String, Object>, String, File) - Method in interface com.mybatisflex.codegen.template.ITemplate
-
使用模板引擎生成代码。
- generate(Object, String) - Method in interface com.mybatisflex.core.keygen.IKeyGenerator
-
- generate(Object, String) - Method in class com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
-
- generate(Object, String) - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- generate(Object, String) - Method in class com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
-
- generate(Object, String) - Method in class com.mybatisflex.core.keygen.impl.UUIDKeyGenerator
-
- Generator - Class in com.mybatisflex.codegen
-
代码生成器。
- Generator(DataSource, GlobalConfig) - Constructor for class com.mybatisflex.codegen.Generator
-
- Generator(DataSource, GlobalConfig, IDialect) - Constructor for class com.mybatisflex.codegen.Generator
-
- GeneratorFactory - Class in com.mybatisflex.codegen.generator
-
代码生成器工厂,用于创建各种类型文件的生成。
- GenTypeConst - Class in com.mybatisflex.codegen.constant
-
生成类型常量。
- get() - Static method in class com.mybatisflex.core.datasource.DataSourceKey
-
- get(String, Object) - Method in class com.mybatisflex.core.row.Row
-
- get(Class<T>) - Method in class com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
-
- get(Object) - Method in class com.mybatisflex.core.util.FieldWrapper
-
- get(T) - Method in interface com.mybatisflex.core.util.LambdaGetter
-
返回实体类的属性
- get(ConfigurationKey) - Method in class com.mybatisflex.processor.config.MybatisFlexConfig
-
- GET_DATE - Static variable in class com.mybatisflex.core.constant.FuncName
-
- GET_FORMAT - Static variable in class com.mybatisflex.core.constant.FuncName
-
- GET_LOCT - Static variable in class com.mybatisflex.core.constant.FuncName
-
- getActualTypeArguments() - Method in class com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
-
- getAddress() - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- getAdminConfig() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getAdminConfig() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getAdvice() - Method in class com.mybatisflex.spring.datasource.DataSourceAdvice
-
- getAggressiveLazyLoading() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getAggressiveLazyLoading() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getAlias() - Method in class com.mybatisflex.core.query.QueryColumn
-
- getAlias() - Method in class com.mybatisflex.core.query.QueryTable
-
- getAlias() - Method in class com.mybatisflex.core.table.ColumnInfo
-
- getAlias() - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- getAliasName(LambdaGetter<T>, boolean) - Static method in class com.mybatisflex.core.util.LambdaUtil
-
- getAllColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getAllFields(Class<?>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getAllFields(Class<?>, Predicate<Field>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getAllMethods(Class<?>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getAllMethods(Class<?>, Predicate<Method>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getAnyMethod(Class<?>, String...) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getArgNameBasedConstructorAutoMapping() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getArgNameBasedConstructorAutoMapping() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getAssociationType() - Method in class com.mybatisflex.core.table.TableInfo
-
- getAuthor() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getAuthor() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取作者。
- getAutoClearConfig() - Static method in class com.mybatisflex.core.relation.RelationManager
-
- getAutoIncrement() - Method in class com.mybatisflex.codegen.entity.Column
-
- getAutoMappingBehavior() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getAutoMappingBehavior() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getAutoMappingUnknownColumnBehavior() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getAutoMappingUnknownColumnBehavior() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getBasePackage() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getBasePackage() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获得根包路径。
- getBatchSize() - Method in interface com.mybatisflex.core.row.BatchArgsSetter
-
- getBefore() - Method in class com.mybatisflex.core.table.IdInfo
-
- getBigDecimal(String) - Method in class com.mybatisflex.core.row.Row
-
- getBigDecimal(String, BigDecimal) - Method in class com.mybatisflex.core.row.Row
-
- getBigInteger(String) - Method in class com.mybatisflex.core.row.Row
-
- getBigInteger(String, BigInteger) - Method in class com.mybatisflex.core.row.Row
-
- getBizId() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getBoolean(String) - Method in class com.mybatisflex.core.row.Row
-
- getBoolean(String, Boolean) - Method in class com.mybatisflex.core.row.Row
-
- getBoundSql() - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
-
- getByAnnotation() - Static method in class com.mybatisflex.core.datasource.DataSourceKey
-
Deprecated.
- getByEntityIdOpt(T) - Method in interface com.mybatisflex.core.service.IService
-
根据实体主键查询数据。
- getById(Serializable) - Method in interface com.mybatisflex.core.service.IService
-
根据数据主键查询一条数据。
- getByIdOpt(Serializable) - Method in interface com.mybatisflex.core.service.IService
-
根据数据主键查询一条数据。
- getByManual() - Static method in class com.mybatisflex.core.datasource.DataSourceKey
-
Deprecated.
- getByte(String) - Method in class com.mybatisflex.core.row.Row
-
- getBytes(String) - Method in class com.mybatisflex.core.row.Row
-
- getCache(String, Function<String, V>) - Static method in class com.mybatisflex.core.table.TableDef
-
- getCache() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Gets the Cache.
- getCacheEnabled() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getCacheEnabled() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getCallSettersOnNulls() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getCallSettersOnNulls() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getCamelToUnderline() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getChildCondition() - Method in class com.mybatisflex.core.query.Brackets
-
- getChildCondition() - Method in class com.mybatisflex.core.query.OperatorQueryCondition
-
- getChildSelect(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getClassName(String) - Static method in class com.mybatisflex.processor.util.StrUtil
-
com.mybatisflex.test.entity.Account -> Account
- getClassPrefix() - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
获取类前缀。
- getClassPrefix() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
获取类前缀。
- getClassPrefix() - Method in class com.mybatisflex.codegen.config.MapperConfig
-
获取类前缀。
- getClassPrefix() - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
获取类前缀。
- getClassPrefix() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
获取类前缀。
- getClassPrefix() - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
获取类前缀。
- getClassSuffix() - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
获取类后缀。
- getClassSuffix() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
获取类后缀。
- getClassSuffix() - Method in class com.mybatisflex.codegen.config.MapperConfig
-
获取类后缀。
- getClassSuffix() - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
获取类后缀。
- getClassSuffix() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
获取类后缀。
- getClassSuffix() - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
获取类后缀。
- getClock() - Static method in class com.mybatisflex.core.audit.AuditManager
-
- getCollectionType() - Method in class com.mybatisflex.core.table.TableInfo
-
- getCollectionWrapType(Class<?>) - Static method in class com.mybatisflex.core.util.MapperUtil
-
- getColumn() - Method in class com.mybatisflex.core.query.Brackets
-
- getColumn() - Method in class com.mybatisflex.core.query.QueryCondition
-
- getColumn() - Method in class com.mybatisflex.core.table.ColumnInfo
-
- getColumn() - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- getColumnByProperty(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- getColumnCommentFormat() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getColumnCommentFormat() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取列注释格式化。
- getColumnConfig(String, String) - Method in interface com.mybatisflex.codegen.config.ColumnConfigFactory
-
- getColumnConfig(String, String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getColumnConfig(String, String) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取列配置。
- getColumnConfig(String) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getColumnConfig() - Method in class com.mybatisflex.codegen.entity.Column
-
- getColumnConfigFactory() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getColumnConfigFactory() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
- getColumnConfigMap() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getColumnConfigMap() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取列配置。
- getColumnConfigMap() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getColumnFields(Class<?>) - Static method in class com.mybatisflex.core.table.TableInfoFactory
-
- getColumnInfoList() - Method in class com.mybatisflex.core.table.TableInfo
-
- getColumnName() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getColumns() - Method in class com.mybatisflex.codegen.entity.Table
-
- getColumns() - Method in class com.mybatisflex.core.query.FunctionQueryColumn
-
- getColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getComment() - Method in class com.mybatisflex.codegen.entity.Column
-
- getComment() - Method in class com.mybatisflex.codegen.entity.Table
-
- getComment() - Method in class com.mybatisflex.core.table.ColumnInfo
-
- getComment() - Method in class com.mybatisflex.core.table.TableInfo
-
- getComment() - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- getCondition() - Method in class com.mybatisflex.core.query.QueryColumnAdapter
-
- getConditionCaster() - Static method in class com.mybatisflex.core.query.QueryColumnBehavior
-
- getConditionParams(QueryCondition) - Static method in class com.mybatisflex.core.query.CPI
-
- getConditionValueArray(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getConfig(Configuration) - Static method in class com.mybatisflex.core.FlexGlobalConfig
-
- getConfig(String) - Static method in class com.mybatisflex.core.FlexGlobalConfig
-
- getConfigKey() - Method in enum com.mybatisflex.processor.config.ConfigurationKey
-
获取配置键。
- getConfigLocation() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getConfigLocation() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getConfiguration() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getConfiguration() - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- getConfiguration() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getConfiguration() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getConfigurationFactory() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getConfigurationFactory() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getConfigurationProperties() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getConfigurationProperties() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getConnection() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getConnection(String, String) - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getConnection(String, String) - Static method in class com.mybatisflex.core.transaction.TransactionalManager
-
- getConnection() - Method in class com.mybatisflex.solon.transaction.SolonManagedTransaction
-
- getConnection() - Method in class com.mybatisflex.spring.FlexSpringTransaction
-
- getContent() - Method in class com.mybatisflex.core.query.RawQueryColumn
-
- getContent() - Method in class com.mybatisflex.core.query.RawQueryCondition
-
- getContent() - Method in class com.mybatisflex.core.query.RawQueryOrderBy
-
- getContent() - Method in class com.mybatisflex.core.query.RawQueryTable
-
- getContext() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getContext(String) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getContext(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getContext(QueryWrapper, String) - Static method in class com.mybatisflex.core.query.CPI
-
- getController() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取生成 Controller 模板文件的位置。
- getControllerClassPrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getControllerClassSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getControllerConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getControllerPackage() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getControllerPackage() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取控制层包注释。
- getControllerPackage() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取控制层包路径。
- getControllerPackageComment() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getControllerRequestMappingPrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getControllerSuperClass() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getControllerTemplatePath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getCurrentType() - Static method in class com.mybatisflex.core.mybatis.MappedStatementTypes
-
- getCustomConfig(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getCustomConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getDatabaseIdProvider() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Gets the DatabaseIdProvider
- getDataCenterId(long) - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
根据网卡 MAC 地址计算余数作为数据中心 ID。
- getDataCenterId() - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- getDataSource() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
获取实体类数据源。
- getDataSource() - Method in class com.mybatisflex.codegen.Generator
-
- getDataSource() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getDataSource() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getDataSource() - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- getDataSource() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getDataSource(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getDataSource() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getDataSource() - Method in class com.mybatisflex.core.table.TableInfo
-
- getDatasource() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getDatasource() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getDataSourceMap() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getDataSourceShardingStrategy() - Static method in class com.mybatisflex.core.datasource.DataSourceManager
-
- getDate() - Static method in class com.mybatisflex.core.query.QueryMethods
-
SQL SWERVER 返回当前日期和时间。
- getDate(String) - Method in class com.mybatisflex.core.row.Row
-
- getDate(String, Date) - Method in class com.mybatisflex.core.row.Row
-
- getDateTimeFormatter(String) - Static method in class com.mybatisflex.core.util.DateUtil
-
- getDbType(String) - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getDbType(DataSource) - Static method in class com.mybatisflex.core.dialect.DbTypeUtil
-
获取当前配置的 DbType
- getDbType() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getDbTypeHashMap() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getDecipher() - Static method in class com.mybatisflex.core.datasource.DataSourceManager
-
- getDefaultConfig() - Static method in class com.mybatisflex.core.FlexGlobalConfig
-
- getDefaultDataSource() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getDefaultDataSourceKey() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getDefaultDatasourceKey() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getDefaultDatasourceKey() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getDefaultDbType() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getDefaultEnumTypeHandler() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getDefaultEnumTypeHandler() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getDefaultExecutorType() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getDefaultExecutorType() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getDefaultFetchSize() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getDefaultFetchSize() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getDefaultMaxPageSize() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getDefaultPageSize() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getDefaultPageSize() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getDefaultPageSize() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getDefaultPrimaryProperty(String, Class<?>, String) - Static method in class com.mybatisflex.core.relation.AbstractRelation
-
- getDefaultQueryColumn() - Method in class com.mybatisflex.core.table.TableInfo
-
- getDefaultQueryColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getDefaultQueryDepth() - Static method in class com.mybatisflex.core.relation.RelationManager
-
- getDefaultRelationQueryDepth() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getDefaultRelationQueryDepth() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getDefaultRelationQueryDepth() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getDefaultResultSetType() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getDefaultResultSetType() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getDefaultScriptingLanguageDriver() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getDefaultScriptingLanguageDriver() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getDefaultSqlProviderType() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getDefaultSqlProviderType() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getDefaultStatementTimeout() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getDefaultStatementTimeout() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getDefaultValue() - Method in enum com.mybatisflex.processor.config.ConfigurationKey
-
获取配置默认值。
- getDeletedValueOfLogicDelete() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getDeletedValueOfLogicDelete() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getDeletedValueOfLogicDelete() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getDialect() - Method in class com.mybatisflex.codegen.Generator
-
- getDialect() - Static method in class com.mybatisflex.core.dialect.DialectFactory
-
获取方言
- getDouble(String) - Method in class com.mybatisflex.core.row.Row
-
- getDouble(String, Double) - Method in class com.mybatisflex.core.row.Row
-
- getDsName() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getDynamicSchemaProcessor() - Static method in class com.mybatisflex.core.table.TableManager
-
- getDynamicTableProcessor() - Static method in class com.mybatisflex.core.table.TableManager
-
- getElapsedTime() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getEndFragments() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getEndFragments(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getEndpoint() - Method in class com.mybatisflex.solon.MybatisFlexProperties.AdminConfig
-
- getEndpoint() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.AdminConfig
-
- getEntity() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取生成 Entity 模板文件的位置。
- getEntityClass() - Method in class com.mybatisflex.core.field.FieldQuery
-
- getEntityClass() - Method in class com.mybatisflex.core.table.TableInfo
-
- getEntityClassPrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityClassSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityComment() - Method in class com.mybatisflex.processor.entity.TableInfo
-
- getEntityConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityConfig() - Method in class com.mybatisflex.codegen.entity.Column
-
- getEntityConfig() - Method in class com.mybatisflex.codegen.entity.Table
-
- getEntityDataSource() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityInsertListeners() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getEntityInterfaces() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityJavaFileName() - Method in class com.mybatisflex.codegen.entity.Table
-
获取生成 Java 文件名。
- getEntityJdkVersion() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityName() - Method in class com.mybatisflex.processor.entity.TableInfo
-
- getEntityPackage() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityPackage() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取实体类层包注释。
- getEntityPackage() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取实体类层包路径。
- getEntityPackageComment() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntitySetListeners() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getEntitySimpleName() - Method in class com.mybatisflex.processor.entity.TableInfo
-
- getEntitySuperClass() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntitySuperClassFactory() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityTemplatePath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getEntityUpdateListeners() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getEntityWithBaseTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.EntityGenerator
-
- getEnum(Object) - Method in class com.mybatisflex.core.util.EnumWrapper
-
- getEnumClass() - Method in class com.mybatisflex.core.util.EnumWrapper
-
- getEnums() - Method in class com.mybatisflex.core.util.EnumWrapper
-
- getEnumValue(Object) - Method in class com.mybatisflex.core.util.EnumWrapper
-
获取枚举值
顺序:
1、@EnumValue标识的get方法
2、@EnumValue标识的属性
3、没有使用@EnumValue,取枚举name
- getEnvironmentId() - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- getExecutorType() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getExecutorType() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getExtraConditionParams() - Static method in class com.mybatisflex.core.relation.RelationManager
-
- getField() - Method in class com.mybatisflex.core.util.FieldWrapper
-
- getFieldName() - Method in class com.mybatisflex.core.field.FieldQuery
-
- getFieldName(LambdaGetter<T>) - Static method in class com.mybatisflex.core.util.LambdaUtil
-
- getFieldType() - Method in class com.mybatisflex.core.util.FieldWrapper
-
- getFieldWrapper() - Method in class com.mybatisflex.core.field.FieldQuery
-
- getFilePrefix() - Method in class com.mybatisflex.codegen.config.MapperXmlConfig
-
获取文件前缀。
- getFileSuffix() - Method in class com.mybatisflex.codegen.config.MapperXmlConfig
-
获取文件后缀。
- getFileType() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getFirstField(Class<?>, Predicate<Field>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getFirstMethod(Class<?>, Predicate<Method>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getFirstMethodByAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getFloat(String, Float) - Method in class com.mybatisflex.core.row.Row
-
- getFloat(String) - Method in class com.mybatisflex.core.row.Row
-
- getFnName() - Method in class com.mybatisflex.core.query.FunctionQueryColumn
-
- getFnName() - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
-
- getFormat(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
根据字符串 s 获取 type 类型数据的显示格式。
- getFormat(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
根据字符串 s 获取 type 类型数据的显示格式。
- getFormat(LambdaGetter<T>, LambdaGetter<S>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
根据字符串 s 获取 type 类型数据的显示格式。
- getFullSql() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getGenerateSchema() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getGenerateSchema() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置要生成的模式。
- getGenerateTables() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getGenerateTables() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取生成哪些表。
- getGenerator(String) - Static method in class com.mybatisflex.codegen.generator.GeneratorFactory
-
获取指定类型文件的生成器。
- getGenerators() - Static method in class com.mybatisflex.codegen.generator.GeneratorFactory
-
获取所有的文件生成器。
- getGetterMethod() - Method in class com.mybatisflex.core.util.EnumWrapper
-
- getGlobalConfig() - Method in class com.mybatisflex.codegen.entity.Table
-
- getGlobalConfig() - Method in class com.mybatisflex.codegen.Generator
-
- getGlobalConfig() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getGlobalConfig() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getGlobalConfigs() - Static method in class com.mybatisflex.core.FlexGlobalConfig
-
- getGroupByColumns() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getGroupByColumns(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getGson() - Static method in class com.mybatisflex.core.handler.GsonTypeHandler
-
- getHavingQueryCondition() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getHavingQueryCondition(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getHint() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getHint(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getHintDbType() - Static method in class com.mybatisflex.core.dialect.DialectFactory
-
获取当前线程的 dbType
- getHintSchemaMapping(String) - Static method in class com.mybatisflex.core.table.TableManager
-
- getHintTableMapping(String) - Static method in class com.mybatisflex.core.table.TableManager
-
- getHostIp() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getHostIp() - Static method in class com.mybatisflex.core.audit.http.HttpUtil
-
- getIgnoreCase(String) - Method in class com.mybatisflex.core.row.Row
-
- getIgnoreCase(String, Object) - Method in class com.mybatisflex.core.row.Row
-
- getIgnoreColumns() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取需要忽略的列 全局配置。
- getIgnoreFunction() - Static method in class com.mybatisflex.core.query.QueryColumnBehavior
-
- getIgnoreRelations() - Static method in class com.mybatisflex.core.relation.RelationManager
-
- getImplClass(LambdaGetter<T>) - Static method in class com.mybatisflex.core.util.LambdaUtil
-
- getImplInterfaces() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
获取实现接口。
- getImportClasses() - Method in class com.mybatisflex.codegen.entity.Column
-
- getInsertAttrs() - Method in class com.mybatisflex.core.row.Row
-
- getInsertAttrs(Row) - Static method in class com.mybatisflex.core.row.RowCPI
-
- getInsertListener(Class<?>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getInsertListenerClass() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getInsertPrimaryKeys() - Method in class com.mybatisflex.core.table.TableInfo
-
- getInstance() - Static method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- getInstance() - Static method in class com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
-
- getInstanceSuffix() - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
获取生成辅助类的引用常量名后缀。
- getInt(String) - Method in class com.mybatisflex.core.row.Row
-
- getInt(String, Integer) - Method in class com.mybatisflex.core.row.Row
-
- getJavadocConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getJavaType() - Method in class com.mybatisflex.core.handler.JacksonTypeHandler
-
- getJdbcType() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getJdbcType() - Method in class com.mybatisflex.core.table.ColumnInfo
-
- getJdbcTypeForNull() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getJdbcTypeForNull() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getJdbcUrl(DataSource) - Static method in class com.mybatisflex.core.dialect.DbTypeUtil
-
通过数据源中获取 jdbc 的 url 配置
符合 HikariCP, druid, c3p0, DBCP, beecp 数据源框架 以及 MyBatis UnpooledDataSource 的获取规则
UnpooledDataSource 参考 @UnpooledDataSource.getUrl()
- getJdkVersion() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
获取项目jdk版本
- getJoinQueryCondition(Join) - Static method in class com.mybatisflex.core.query.CPI
-
- getJoinQueryTable(Join) - Static method in class com.mybatisflex.core.query.CPI
-
- getJoins() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getJoins(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getJoinSelfColumn() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getJoinTable() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getJoinTables() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getJoinTables(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getJoinTargetColumn() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getJoinType(Join) - Static method in class com.mybatisflex.core.query.CPI
-
- getJoinValueArray(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getKey() - Method in class com.mybatisflex.core.query.UnionWrapper
-
- getKeyBefore() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getKeyColumn() - Method in class com.mybatisflex.core.row.RowKey
-
- getKeyColumnNames() - Method in interface com.mybatisflex.core.keygen.IMultiKeyGenerator
-
数据库主键的列名
- getKeyColumnNames() - Method in class com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
-
自动生成主键的 columns 字段
- getKeyColumnNames() - Method in class com.mybatisflex.core.keygen.RowKeyGenerator
-
数据库主键定义的 key
- getKeyColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getKeyConfig() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getKeyConfig() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getKeyConfig() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getKeyGenerator(String) - Static method in class com.mybatisflex.core.keygen.KeyGeneratorFactory
-
获取 主键生成器
- getKeyProperties() - Method in class com.mybatisflex.core.table.TableInfo
-
- getKeyType() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getKeyType() - Method in class com.mybatisflex.core.FlexGlobalConfig.KeyConfig
-
- getKeyType(IdInfo, FlexGlobalConfig.KeyConfig) - Static method in class com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
-
获取主键的 keyType,优先通过 @id 获取,获取不到通过全局配置获取
- getKeyType() - Method in class com.mybatisflex.core.row.RowKey
-
- getKeyType() - Method in class com.mybatisflex.core.table.IdInfo
-
- getKeyType() - Method in class com.mybatisflex.core.util.FieldWrapper
-
- getKeyValue() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getKeyValue(IdInfo, FlexGlobalConfig.KeyConfig) - Static method in class com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
-
- getKeywords() - Method in class com.mybatisflex.core.dialect.KeywordWrap
-
- getLarge() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getLargeColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getLastTimeMillis() - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- getLazyLoadingEnabled() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getLazyLoadingEnabled() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getLazyLoadTriggerMethods() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getLazyLoadTriggerMethods() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getLimitOffset() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getLimitOffset(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getLimitRows() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getLimitRows(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getLocalCacheScope() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getLocalCacheScope() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getLocalDateTime(String) - Method in class com.mybatisflex.core.row.Row
-
- getLocalDateTime(String, LocalDateTime) - Method in class com.mybatisflex.core.row.Row
-
- getLocalizedMessage() - Method in exception com.mybatisflex.core.exception.MybatisFlexException
-
- getLocalizedString(Locale) - Method in interface com.mybatisflex.core.exception.locale.Localizable
-
获取本地化字符串。
- getLocalizedString(Locale) - Method in enum com.mybatisflex.core.exception.locale.LocalizedFormats
-
- getLogic() - Method in class com.mybatisflex.core.query.Brackets
-
- getLogic() - Method in class com.mybatisflex.core.query.QueryCondition
-
- getLogicDelete() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getLogicDeleteColumn() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getLogicDeleteColumn() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取逻辑删除列。
- getLogicDeleteColumn() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getLogicDeleteColumn(String) - Static method in class com.mybatisflex.core.logicdelete.LogicDeleteManager
-
获取逻辑删除列,返回 null 表示跳过逻辑删除。
- getLogicDeleteColumn() - Method in class com.mybatisflex.core.table.TableInfo
-
- getLogicDeleteColumn() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getLogicDeleteColumn() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getLogicDeleteColumnOrSkip() - Method in class com.mybatisflex.core.table.TableInfo
-
- getLogicDeletedValue() - Method in class com.mybatisflex.core.logicdelete.impl.BooleanLogicDeleteProcessor
-
逻辑删除字段值为 true 表示数据删除。
- getLogicDeletedValue() - Method in class com.mybatisflex.core.logicdelete.impl.DateTimeLogicDeleteProcessor
-
逻辑删除字段值为 NOW() 表示数据删除,并记录删除时间。
- getLogicDeletedValue() - Method in class com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
-
- getLogicDeletedValue() - Method in class com.mybatisflex.core.logicdelete.impl.IntegerLogicDeleteProcessor
-
逻辑删除字段值为 1 表示数据删除。
- getLogicDeletedValue() - Method in class com.mybatisflex.core.logicdelete.impl.PrimaryKeyLogicDeleteProcessor
-
逻辑删除后,则更新逻辑删除字段值为主键的值。
- getLogicDeletedValue() - Method in class com.mybatisflex.core.logicdelete.impl.TimeStampLogicDeleteProcessor
-
逻辑删除字段值为 NOW() 表示数据删除,并记录删除时时间戳。
- getLogicDeletedValue() - Method in interface com.mybatisflex.core.logicdelete.LogicDeleteProcessor
-
获取逻辑删除列删除时标记值。
- getLogicNormalValue() - Method in class com.mybatisflex.core.logicdelete.impl.BooleanLogicDeleteProcessor
-
逻辑删除字段值为 false 表示数据未删除。
- getLogicNormalValue() - Method in class com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
-
- getLogicNormalValue() - Method in class com.mybatisflex.core.logicdelete.impl.IntegerLogicDeleteProcessor
-
逻辑删除字段值为 0 表示数据未删除。
- getLogicNormalValue() - Method in class com.mybatisflex.core.logicdelete.impl.TimeStampLogicDeleteProcessor
-
逻辑删除字段值为 0 表示数据未删除。
- getLogicNormalValue() - Method in interface com.mybatisflex.core.logicdelete.LogicDeleteProcessor
-
获取逻辑删除列未删除标记值。
- getLogicNormalValue() - Method in class com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
-
逻辑删除字段值为 null 表示数据未删除。
- getLogImpl() - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- getLogImpl() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getLogImpl() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getLoginTimeout() - Method in class com.mybatisflex.core.datasource.AbstractDataSource
-
Returns 0, indicating the default system timeout is to be used.
- getLogPrefix() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getLogPrefix() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getLogWriter() - Method in class com.mybatisflex.core.datasource.AbstractDataSource
-
LogWriter methods are not supported.
- getLong(String) - Method in class com.mybatisflex.core.row.Row
-
- getLong(String, Long) - Method in class com.mybatisflex.core.row.Row
-
- getLongNumber(List<Object>) - Static method in class com.mybatisflex.core.util.MapperUtil
-
- getMappedStatement(String) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
-
- getMapper() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取生成 Mapper 模板文件的位置。
- getMapper(Class<T>, SqlSession) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
-
- getMapper(Class<T>, SqlSession) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
-
- getMapper(Class<T>) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
直接获取 mapper 对象执行
- getMapper() - Method in interface com.mybatisflex.core.service.IService
-
获取对应实体类(Entity)的基础映射类(BaseMapper)。
- getMapper() - Method in class com.mybatisflex.solon.service.impl.ServiceImpl
-
- getMapper() - Method in class com.mybatisflex.spring.service.impl.CacheableServiceImpl
-
获取对应实体类(Entity)的基础映射类(BaseMapper)。
- getMapper() - Method in class com.mybatisflex.spring.service.impl.ServiceImpl
-
- getMapperClassPrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperClassSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperGenerateEnable() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getMapperInterface() - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
-
- getMapperLocations() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getMapperLocations() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getMapperPackage() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperPackage() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取映射层包注释。
- getMapperPackage() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取映射层包路径。
- getMapperPackageComment() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperRegistry() - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
-
- getMappers() - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
-
Gets the mappers.
- getMappers() - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- getMapperSuperClass() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperTemplatePath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperXml() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取生成 MapperXml 模板文件的位置。
- getMapperXmlConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperXmlFilePrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperXmlFileSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperXmlPath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapperXmlPath() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取 Mapper XML 文件路径。
- getMapperXmlTemplatePath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getMapping() - Static method in class com.mybatisflex.codegen.dialect.JdbcTypeMapping
-
- getMappingType() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getMappingType() - Method in class com.mybatisflex.core.util.FieldWrapper
-
- getMapUnderscoreToCamelCase() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getMapUnderscoreToCamelCase() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getMapWrapType(Class<?>) - Static method in class com.mybatisflex.core.relation.ToManyRelation
-
- getMaskType() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getMaskType() - Method in class com.mybatisflex.core.table.ColumnInfo
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class com.mybatisflex.spring.boot.ConditionalOnMybatisFlexDatasource.OnMybatisFlexDataSourceCondition
-
- getMaxDepth() - Static method in class com.mybatisflex.core.relation.RelationManager
-
- getMessage() - Method in exception com.mybatisflex.core.exception.MybatisFlexException
-
- getMessageCollector() - Static method in class com.mybatisflex.core.audit.AuditManager
-
- getMessageFactory() - Static method in class com.mybatisflex.core.audit.AuditManager
-
- getMessages() - Method in class com.mybatisflex.core.audit.AbstractMessageCollector
-
- getMessageSender() - Method in class com.mybatisflex.core.audit.AbstractMessageCollector
-
- getMetas() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getMethodCache() - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
-
- getModifyAttrs(Row) - Static method in class com.mybatisflex.core.row.RowCPI
-
- getModule() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getMultipleResultSetsEnabled() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getMultipleResultSetsEnabled() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getName() - Method in enum com.mybatisflex.codegen.config.EntityConfig.SwaggerVersion
-
- getName() - Method in class com.mybatisflex.codegen.entity.Column
-
- getName() - Method in class com.mybatisflex.codegen.entity.Table
-
- getName() - Method in enum com.mybatisflex.core.dialect.DbType
-
- getName() - Method in class com.mybatisflex.core.query.QueryColumn
-
- getName() - Method in class com.mybatisflex.core.query.QueryTable
-
- getName() - Method in class com.mybatisflex.core.query.WithItem
-
- getName() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getNameWithSchema() - Method in class com.mybatisflex.core.query.QueryTable
-
- getNextCondition(QueryCondition) - Static method in class com.mybatisflex.core.query.CPI
-
- getNextEffectiveCondition() - Method in class com.mybatisflex.core.query.Brackets
-
- getNextEffectiveCondition() - Method in class com.mybatisflex.core.query.QueryCondition
-
- getNormalValueOfLogicDelete() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getNormalValueOfLogicDelete() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getNormalValueOfLogicDelete() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getNullable() - Method in class com.mybatisflex.codegen.entity.Column
-
- getNullableOnForEach() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getNullableOnForEach() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getNullableResult(ResultSet, String) - Method in class com.mybatisflex.core.handler.BaseJsonTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class com.mybatisflex.core.handler.BaseJsonTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class com.mybatisflex.core.handler.BaseJsonTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class com.mybatisflex.core.handler.CommaSplitTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class com.mybatisflex.core.handler.CommaSplitTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class com.mybatisflex.core.handler.CommaSplitTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class com.mybatisflex.core.handler.FlexEnumTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class com.mybatisflex.core.handler.FlexEnumTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class com.mybatisflex.core.handler.FlexEnumTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class com.mybatisflex.core.mask.MaskTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class com.mybatisflex.core.mask.MaskTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class com.mybatisflex.core.mask.MaskTypeHandler
-
- getObj(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
-
查询结果集中第一列,且第一条数据。
- getObjAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.service.IService
-
查询结果集中第一列,且第一条数据,并转换为指定类型,比如 Long, String 等。
- getObjAsOpt(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.service.IService
-
查询结果集中第一列,且第一条数据,并转换为指定类型,比如
Long,
String
等,封装为
Optional 返回。
- getObject() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
- getObjectMapper() - Static method in class com.mybatisflex.core.handler.JacksonTypeHandler
-
- getObjectType() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
- getObjOpt(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
-
- getOffsetPeriod() - Static method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- getOne(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件查询一条数据。
- getOne(QueryCondition) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件查询一条数据。
- getOneAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件查询一条数据,并通过 asType 进行接收。
- getOneAsOpt(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件查询一条数据。
- getOneByEntityId(T) - Method in interface com.mybatisflex.core.service.IService
-
根据实体主键查询数据。
- getOneOpt(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件查询一条数据。
- getOneOpt(QueryCondition) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件查询一条数据。
- getOnInsertColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getOnInsertListeners() - Method in class com.mybatisflex.core.table.TableInfo
-
- getOnInsertValue() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getOnSetListeners() - Method in class com.mybatisflex.core.table.TableInfo
-
- getOnUpdateColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getOnUpdateListeners() - Method in class com.mybatisflex.core.table.TableInfo
-
- getOnUpdateValue() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getOptimisticLockColumn(String) - Static method in class com.mybatisflex.core.optimisticlock.OptimisticLockManager
-
获取乐观锁列,返回 null 表示跳过乐观锁。
- getOptimisticLockColumnOrSkip() - Method in class com.mybatisflex.core.table.TableInfo
-
- getOrderBys() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getOrderBys(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getOwnerType() - Method in class com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
-
- getPackageConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getPageNumber() - Method in class com.mybatisflex.core.paginate.Page
-
获取当前页码。
- getPageSize() - Method in class com.mybatisflex.core.paginate.Page
-
获取当前每页数据数量。
- getParameterHandler() - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
-
- getParams() - Method in class com.mybatisflex.core.query.RawQueryColumn
-
- getParams() - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
-
- getParams() - Method in class com.mybatisflex.core.query.WithItem
-
- getParams() - Method in class com.mybatisflex.core.query.WithStringDetail
-
- getParams() - Method in class com.mybatisflex.core.update.RawValue
-
- getParamValues() - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.CaseQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.DistinctQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.FunctionQueryColumn
-
- getParamValues() - Method in interface com.mybatisflex.core.query.HasParamsColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.IfFunctionQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.NegativeQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.QueryColumnAdapter
-
- getParamValues() - Method in class com.mybatisflex.core.query.RawQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.SelectQueryColumn
-
- getParamValues() - Method in class com.mybatisflex.core.query.With
-
- getParamValues() - Method in interface com.mybatisflex.core.query.WithDetail
-
- getParamValues() - Method in class com.mybatisflex.core.query.WithItem
-
- getParamValues() - Method in class com.mybatisflex.core.query.WithSelectDetail
-
- getParamValues() - Method in class com.mybatisflex.core.query.WithStringDetail
-
- getParamValues() - Method in class com.mybatisflex.core.query.WithValuesDetail
-
- getParentLogger() - Method in class com.mybatisflex.core.datasource.AbstractDataSource
-
- getPkValue(Object) - Method in class com.mybatisflex.core.table.TableInfo
-
获取主键值
- getPlatform() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getPointcut() - Method in class com.mybatisflex.spring.datasource.DataSourceAdvice
-
- getPrefix() - Method in class com.mybatisflex.core.dialect.KeywordWrap
-
- getPrevEffectiveCondition(QueryCondition) - Static method in class com.mybatisflex.core.query.CPI
-
- getPrevEffectiveCondition() - Method in class com.mybatisflex.core.query.QueryCondition
-
获取上一个 “有效” 的条件
- getPrimaryColumns() - Method in class com.mybatisflex.core.table.TableInfo
-
- getPrimaryKey() - Method in class com.mybatisflex.codegen.entity.Table
-
- getPrimaryKeyList() - Method in class com.mybatisflex.core.table.TableInfo
-
- getPrimaryKeys() - Method in class com.mybatisflex.codegen.entity.Table
-
- getPrimaryKeys() - Method in class com.mybatisflex.core.row.Row
-
- getPrimitiveDefaultValue(Class<?>) - Static method in class com.mybatisflex.core.util.ConvertUtil
-
- getProcessor() - Static method in class com.mybatisflex.core.logicdelete.LogicDeleteManager
-
获取逻辑删除处理器。
- getProcessorMap() - Static method in class com.mybatisflex.core.mask.MaskManager
-
- getProjectRootPath(String) - Static method in class com.mybatisflex.processor.util.FileUtil
-
获取项目的根目录,也就是根节点 pom.xml 所在的目录
- getProjectRootPath(File, int) - Static method in class com.mybatisflex.processor.util.FileUtil
-
- getPropertiesNameStyle() - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
获取生成辅助类的字段风格。
- getProperty() - Method in class com.mybatisflex.codegen.entity.Column
-
- getProperty() - Method in class com.mybatisflex.core.table.ColumnInfo
-
- getProperty() - Method in class com.mybatisflex.core.util.EnumWrapper
-
- getProperty() - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- getPropertyColumnMapping() - Method in class com.mybatisflex.core.table.TableInfo
-
- getPropertyDefaultValue() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getPropertyDefaultValue() - Method in class com.mybatisflex.codegen.entity.Column
-
- getPropertySimpleType() - Method in class com.mybatisflex.codegen.entity.Column
-
- getPropertyType() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getPropertyType() - Method in class com.mybatisflex.codegen.entity.Column
-
- getPropertyType() - Method in class com.mybatisflex.core.table.ColumnInfo
-
- getPropertyType() - Method in class com.mybatisflex.core.util.EnumWrapper
-
- getPropertyValue(MetaObject, String) - Method in class com.mybatisflex.core.table.TableInfo
-
- getQuery() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getQueryBuilder() - Method in class com.mybatisflex.core.field.FieldQuery
-
- getQueryColumn(LambdaGetter<T>) - Static method in class com.mybatisflex.core.util.LambdaUtil
-
- getQueryColumnByProperty(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- getQueryColumns() - Method in class com.mybatisflex.core.query.DistinctQueryColumn
-
- getQueryCount() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getQueryParams() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getQueryRelations() - Static method in class com.mybatisflex.core.relation.RelationManager
-
- getQueryTables() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getQueryTables(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getQueryTime() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getQueryWrapper(SelectQueryColumn) - Static method in class com.mybatisflex.core.query.CPI
-
- getQueryWrapper() - Method in class com.mybatisflex.core.query.OperatorSelectCondition
-
- getQueryWrapper() - Method in class com.mybatisflex.core.query.SelectQueryColumn
-
- getQueryWrapper() - Method in class com.mybatisflex.core.query.SelectQueryTable
-
- getQueryWrapper() - Method in class com.mybatisflex.core.query.UnionWrapper
-
- getQueryWrapper() - Method in class com.mybatisflex.core.query.WithSelectDetail
-
- getQueryWrapper() - Method in class com.mybatisflex.core.query.WithValuesDetail
-
- getRawLength() - Method in class com.mybatisflex.codegen.entity.Column
-
- getRawSQL() - Method in class com.mybatisflex.core.query.WithStringDetail
-
- getRawType() - Method in class com.mybatisflex.codegen.entity.Column
-
- getRawType() - Method in class com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
-
- getRawValueMap(Row) - Static method in class com.mybatisflex.core.row.RowCPI
-
- getRealSchema(String, String, OperateType) - Method in interface com.mybatisflex.core.dialect.IDialect
-
- getRealSchema(String, String, OperateType) - Static method in class com.mybatisflex.core.table.TableManager
-
- getRealTable(String, OperateType) - Method in interface com.mybatisflex.core.dialect.IDialect
-
- getRealTable(String, OperateType) - Static method in class com.mybatisflex.core.table.TableManager
-
- getRecords() - Method in class com.mybatisflex.core.paginate.Page
-
获取当前页的数据。
- getReflector() - Method in class com.mybatisflex.core.table.TableInfo
-
- getReflectorFactory() - Method in class com.mybatisflex.core.table.TableInfo
-
- getRelationField() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getRelationFieldWrapper() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getRelations(Class<?>) - Static method in class com.mybatisflex.core.relation.RelationManager
-
- getRequestMappingPrefix() - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
获取访问路径的前缀
- getResult(ResultSet, String) - Method in class com.mybatisflex.core.handler.CompositeEnumTypeHandler
-
- getResult(ResultSet, int) - Method in class com.mybatisflex.core.handler.CompositeEnumTypeHandler
-
- getResult(CallableStatement, int) - Method in class com.mybatisflex.core.handler.CompositeEnumTypeHandler
-
- getResult(ResultSet, String) - Method in class com.mybatisflex.core.mask.CompositeMaskTypeHandler
-
- getResult(ResultSet, int) - Method in class com.mybatisflex.core.mask.CompositeMaskTypeHandler
-
- getResult(CallableStatement, int) - Method in class com.mybatisflex.core.mask.CompositeMaskTypeHandler
-
- getReturnInstanceForEmptyRow() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getReturnInstanceForEmptyRow() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getSafeResultHandlerEnabled() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getSafeResultHandlerEnabled() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getSafeRowBoundsEnabled() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getSafeRowBoundsEnabled() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getSchema() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getSchema() - Method in class com.mybatisflex.codegen.entity.Table
-
- getSchema() - Method in class com.mybatisflex.core.query.QueryTable
-
- getSchema() - Method in class com.mybatisflex.core.table.TableInfo
-
- getSchema() - Method in class com.mybatisflex.processor.entity.TableInfo
-
- getSchemaAndTableName(String) - Static method in class com.mybatisflex.core.util.StringUtil
-
- getSeataConfig() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getSeataConfig() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getSeataMode() - Method in class com.mybatisflex.solon.MybatisFlexProperties.SeataConfig
-
- getSeataMode() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.SeataConfig
-
- getSecretKey() - Method in class com.mybatisflex.solon.MybatisFlexProperties.AdminConfig
-
- getSecretKey() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.AdminConfig
-
- getSelectColumns() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getSelectColumns(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getSelectOneResult(List<T>) - Static method in class com.mybatisflex.core.util.MapperUtil
-
搬运加改造 DefaultSqlSession.selectOne(String, Object)
- getSelfEntityClass() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getSelfField() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getSelfFieldValues(List<SelfEntity>) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getSelfFieldWrapper() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getSequence() - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- getService() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取生成 Service 模板文件的位置。
- getServiceClassPrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceClassSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceImpl() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取生成 ServiceImpl 模板文件的位置。
- getServiceImplClassPrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceImplClassSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceImplConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceImplPackage() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceImplPackage() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取服务层实现包注释。
- getServiceImplPackage() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取服务层实现包路径。
- getServiceImplPackageComment() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceImplSuperClass() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceImplTemplatePath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServicePackage() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServicePackage() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取服务层包注释。
- getServicePackage() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取服务层包路径。
- getServicePackageComment() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceSuperClass() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getServiceTemplatePath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getSetListener(Class<?>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getSetListenerClass() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getShardingDsKey(String, Object, Method, Object[]) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
-
- getShort(String, Short) - Method in class com.mybatisflex.core.row.Row
-
- getShort(String) - Method in class com.mybatisflex.core.row.Row
-
- getShrinkWhitespacesInSql() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getShrinkWhitespacesInSql() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getSimpleDateFormat(String) - Static method in class com.mybatisflex.core.util.DateUtil
-
- getSimpleName() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getSince() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getSince() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取自。
- getSortedColumns() - Method in class com.mybatisflex.codegen.entity.Table
-
- getSource(String, String, String) - Method in class com.mybatisflex.codegen.template.impl.EnjoyTemplate.FileAndClassPathSourceFactory
-
- getSourceDir() - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
- getSourceDir() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- getSourceDir() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getSourceDir() - Method in class com.mybatisflex.codegen.config.MapperConfig
-
- getSourceDir() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取生成目录。
- getSourceDir() - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
- getSourceDir() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
- getSourceDir() - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
- getSourceString() - Method in interface com.mybatisflex.core.exception.locale.Localizable
-
获取源(非本地化)字符串。
- getSourceString() - Method in enum com.mybatisflex.core.exception.locale.LocalizedFormats
-
- getSqlArgs(int) - Method in interface com.mybatisflex.core.row.BatchArgsSetter
-
- getSqlSessionFactory() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getStrategyConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getString(String) - Method in class com.mybatisflex.core.row.Row
-
- getString(String, String) - Method in class com.mybatisflex.core.row.Row
-
- getSuffix() - Method in class com.mybatisflex.core.dialect.KeywordWrap
-
- getSuperClass() - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
获取父类。
- getSuperClass() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
获取父类。
- getSuperClass(Table) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- getSuperClass() - Method in class com.mybatisflex.codegen.config.MapperConfig
-
获取父类。
- getSuperClass() - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
获取父类。
- getSuperClass() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
获取父类。
- getSuperClassFactory() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- getSupportedAnnotationTypes() - Method in class com.mybatisflex.processor.MybatisFlexProcessor
-
- getSupportedInsertListener(Class<?>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
获取支持该 entityClass 的insert监听器
- getSupportedSetListener(Class<?>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
获取支持该 entityClass 的set监听器
- getSupportedSourceVersion() - Method in class com.mybatisflex.processor.MybatisFlexProcessor
-
- getSupportedUpdateListener(Class<?>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
获取支持该 entityClass 的update监听器
- getSwaggerVersion() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
Swagger 版本
- getSwaggerVersion() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTable() - Method in class com.mybatisflex.core.query.QueryColumn
-
- getTableCommentFormat() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableCommentFormat() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取表注释格式化。
- getTableConfig(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableConfig(String) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取表配置。
- getTableConfig() - Method in class com.mybatisflex.codegen.entity.Table
-
- getTableConfigMap() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableConfigMap() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取表配置。
- getTableDef() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取生成 TableDef 模板文件的位置。
- getTableDefClassPrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableDefClassSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableDefConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableDefInstanceSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableDefPackage() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableDefPackage() - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
获取表定义层包注释。
- getTableDefPackage() - Method in class com.mybatisflex.codegen.config.PackageConfig
-
获取表定义层包路径。
- getTableDefPackageComment() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableDefPropertiesNameStyle() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableDefTemplatePath() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableName() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getTableName() - Method in class com.mybatisflex.core.table.TableDef
-
- getTableName() - Method in class com.mybatisflex.core.table.TableInfo
-
- getTableName() - Method in class com.mybatisflex.processor.entity.TableInfo
-
- getTableNameWithAlias(String) - Static method in class com.mybatisflex.core.util.StringUtil
-
- getTableNameWithSchema() - Method in class com.mybatisflex.core.table.TableInfo
-
- getTablePrefix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTablePrefix() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取表前缀。
- getTables() - Method in class com.mybatisflex.codegen.Generator
-
- getTablesResultSet(DatabaseMetaData, Connection, String, String[]) - Method in class com.mybatisflex.codegen.dialect.AbstractJdbcDialect
-
- getTablesResultSet(DatabaseMetaData, Connection, String, String[]) - Method in interface com.mybatisflex.codegen.dialect.IDialect
-
获取表的描述信息。
- getTablesResultSet(DatabaseMetaData, Connection, String, String[]) - Method in class com.mybatisflex.codegen.dialect.impl.OracleJdbcDialect
-
- getTablesResultSet(DatabaseMetaData, Connection, String, String[]) - Method in class com.mybatisflex.codegen.dialect.impl.SqliteDialect
-
- getTablesResultSet(DatabaseMetaData, Connection, String) - Method in class com.mybatisflex.codegen.Generator
-
- getTableSuffix() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTableSuffix() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取表后缀。
- getTargetEntityClass() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTargetEntityClass(Class<?>, Field) - Static method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTargetField() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTargetFieldWrapper() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTargetSchema() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTargetTable() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTargetTableInfo() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTargetTableWithSchema() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getTemplate() - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
获取模板引擎。
- getTemplateConfig() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTemplateEngine() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getTemplatePath() - Method in interface com.mybatisflex.codegen.generator.IGenerator
-
获取模板文件位置。
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.ControllerGenerator
-
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.EntityGenerator
-
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.MapperGenerator
-
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.MapperXmlGenerator
-
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.PackageInfoGenerator
-
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.ServiceGenerator
-
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.ServiceImplGenerator
-
- getTemplatePath() - Method in class com.mybatisflex.codegen.generator.impl.TableDefGenerator
-
- getTenantColumn() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getTenantColumn() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getTenantColumn() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getTenantFactory() - Static method in class com.mybatisflex.core.tenant.TenantManager
-
- getTenantId() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getTenantIdColumn() - Method in class com.mybatisflex.core.table.TableInfo
-
- getTenantIds() - Method in interface com.mybatisflex.core.tenant.TenantFactory
-
- getTenantIds(String) - Method in interface com.mybatisflex.core.tenant.TenantFactory
-
- getTenantIds() - Static method in class com.mybatisflex.core.tenant.TenantManager
-
- getTenantIds(String) - Static method in class com.mybatisflex.core.tenant.TenantManager
-
- getterMethod() - Method in class com.mybatisflex.codegen.entity.Column
-
- getTick() - Method in interface com.mybatisflex.core.audit.Clock
-
- getTime(String) - Method in class com.mybatisflex.core.row.Row
-
- getTime(String, Time) - Method in class com.mybatisflex.core.row.Row
-
- getTimeout() - Method in class com.mybatisflex.solon.transaction.SolonManagedTransaction
-
- getTimeout() - Method in class com.mybatisflex.spring.FlexSpringTransaction
-
- getTimestamp(String) - Method in class com.mybatisflex.core.row.Row
-
- getTimestamp(String, Timestamp) - Method in class com.mybatisflex.core.row.Row
-
- getTimeToLiveInSeconds() - Static method in class com.mybatisflex.spring.TimeoutHolder
-
获取当前事务可用TTL
- getTotalPage() - Method in class com.mybatisflex.core.paginate.Page
-
获取数据总数。
- getTotalRow() - Method in class com.mybatisflex.core.paginate.Page
-
获取数据总数。
- getTransactionFactory() - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- getTwepoch() - Static method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- getType(String, Table, Column) - Static method in class com.mybatisflex.codegen.dialect.JdbcTypeMapping
-
- getType(String, Table, Column) - Method in interface com.mybatisflex.codegen.dialect.JdbcTypeMapping.JdbcTypeMapper
-
- getTypeAliasesPackage() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getTypeAliasesPackage() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getTypeAliasesSuperType() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getTypeAliasesSuperType() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getTypeHandler() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getTypeHandlersPackage() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- getTypeHandlersPackage() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- getTypeMapper() - Static method in class com.mybatisflex.codegen.dialect.JdbcTypeMapping
-
- getUnGenerateTables() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getUnGenerateTables() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取不生成哪些表。
- getUnions() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getUnions(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getUnMappedColumnHandler() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getUpdateListener(Class<?>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getUpdateListenerClass() - Method in class com.mybatisflex.codegen.config.TableConfig
-
- getUpdates() - Method in class com.mybatisflex.core.row.Row
-
- getUpdates() - Method in interface com.mybatisflex.core.update.UpdateWrapper
-
- getUrl() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getUrl() - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- getUseActualParamName() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getUseActualParamName() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getUseColumnLabel() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getUseColumnLabel() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getUsefulClass(Class<T>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getUseGeneratedKeys() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getUseGeneratedKeys() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getUser() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getUserIp() - Method in class com.mybatisflex.core.audit.AuditMessage
-
- getValue() - Method in enum com.mybatisflex.core.constant.SqlOperator
-
- getValue() - Method in class com.mybatisflex.core.FlexGlobalConfig.KeyConfig
-
- getValue() - Method in class com.mybatisflex.core.mybatis.TypeHandlerObject
-
获取未处理的原始值。
- getValue() - Method in class com.mybatisflex.core.query.Brackets
-
- getValue() - Method in class com.mybatisflex.core.query.OperatorQueryCondition
-
- getValue() - Method in class com.mybatisflex.core.query.OperatorSelectCondition
-
- getValue() - Method in class com.mybatisflex.core.query.QueryCondition
-
- getValue() - Method in class com.mybatisflex.core.query.QueryConditionAdapter
-
- getValue() - Method in class com.mybatisflex.core.row.RowKey
-
- getValue() - Method in class com.mybatisflex.core.table.IdInfo
-
- getValue(Object, String) - Method in class com.mybatisflex.core.table.TableInfo
-
- getValue() - Method in enum com.mybatisflex.core.transaction.Propagation
-
- getValueArray(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getValueField() - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- getVariables() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getVariables() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getVersion() - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- getVersionColumn() - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- getVersionColumn() - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取版本列。
- getVersionColumn() - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- getVersionColumn() - Method in class com.mybatisflex.core.table.TableInfo
-
- getVersionColumn() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- getVersionColumn() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- getVfs() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Gets the VFS.
- getVfsImpl() - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- getVfsImpl() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- getWhereQueryCondition() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- getWhereQueryCondition(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getWith(QueryWrapper) - Static method in class com.mybatisflex.core.query.CPI
-
- getWithBaseClassSuffix() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- getWithBasePackage() - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- getWithDetail() - Method in class com.mybatisflex.core.query.WithItem
-
- getWithItems() - Method in class com.mybatisflex.core.query.With
-
- getWorkerId(long, long) - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
根据 MAC + PID 的 hashCode 获取 16 个低位生成工作机器 ID。
- getWorkerId() - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- getWrapperFor(MetaObject, Object) - Method in class com.mybatisflex.core.mybatis.FlexWrapperFactory
-
- getWrapSchemaAndTableName(IDialect, OperateType) - Method in class com.mybatisflex.core.table.TableInfo
-
- getWrapType(Class<?>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- getXID() - Static method in class com.mybatisflex.core.transaction.TransactionContext
-
- GlobalConfig - Class in com.mybatisflex.codegen.config
-
代码生成全局配置类。
- GlobalConfig() - Constructor for class com.mybatisflex.codegen.config.GlobalConfig
-
- GlobalConfig(GlobalConfig.FileType) - Constructor for class com.mybatisflex.codegen.config.GlobalConfig
-
- globalConfig - Variable in class com.mybatisflex.codegen.Generator
-
- globalConfig(MybatisFlexProperties, FlexConfiguration, MyBatisFlexCustomizer) - Method in class com.mybatisflex.solon.MybatisFlexAutoConfiguration
-
- GlobalConfig() - Constructor for class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- GlobalConfig() - Constructor for class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- GlobalConfig.FileType - Enum in com.mybatisflex.codegen.config
-
- GROUP_BY - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- GROUP_CONCAT - Static variable in class com.mybatisflex.core.constant.FuncName
-
- groupBy(String...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- groupBy(QueryColumn...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- groupBy(LambdaGetter<E>...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- groupBy(String) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- groupBy(String...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- groupBy(QueryColumn) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- groupBy(QueryColumn...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- groupBy(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- groupBy(LambdaGetter<T>...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- groupBy(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- groupBy(String...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- groupBy(QueryColumn) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- groupBy(QueryColumn...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- groupBy(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- groupBy(LambdaGetter<T>...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- groupByColumns - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
-
- groupConcat(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
分组值拼接
- GsonTypeHandler - Class in com.mybatisflex.core.handler
-
- GsonTypeHandler(Class<?>) - Constructor for class com.mybatisflex.core.handler.GsonTypeHandler
-
- GsonTypeHandler(Class<?>, Class<?>) - Constructor for class com.mybatisflex.core.handler.GsonTypeHandler
-
- gt(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- gt(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- gt(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- gt(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- gt(LambdaGetter<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
大于 >
- gt(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
大于 >
- gt(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
大于 >
- GT - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- gt(Object) - Method in interface com.mybatisflex.core.query.Conditional
-
大于 >
- gt(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
大于 >
- gt(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
大于 >
- gt(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
-
大于 >
- gt(Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
- gt(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- gt(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- gt(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- gt(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- gt(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- gt(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- gt(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- gt(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
大于 >
- gt(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
大于 >
- gt(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
大于 >
- gt(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于 >
- gt(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于 >
- gt(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于 >
- gt(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于 >
- gt(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于 >
- gt(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
大于 >
- gt(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于 >
- gt(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于 >
- gt(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于 >
- gt(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于 >
- gt(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于 >
- gt(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
大于 >
- ManyToMany<SelfEntity> - Class in com.mybatisflex.core.relation
-
- ManyToMany(RelationManyToMany, Class<SelfEntity>, Field) - Constructor for class com.mybatisflex.core.relation.ManyToMany
-
- ManyToOne<SelfEntity> - Class in com.mybatisflex.core.relation
-
- ManyToOne(RelationManyToOne, Class<SelfEntity>, Field) - Constructor for class com.mybatisflex.core.relation.ManyToOne
-
- map(Function<? super T, ? extends R>) - Method in class com.mybatisflex.core.paginate.Page
-
- mapKeyField - Variable in class com.mybatisflex.core.relation.ToManyRelation
-
- mapKeyFieldWrapper - Variable in class com.mybatisflex.core.relation.ToManyRelation
-
- MappedStatementTypes - Class in com.mybatisflex.core.mybatis
-
- MAPPER - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
-
- MAPPER - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- mapper - Variable in class com.mybatisflex.solon.service.impl.ServiceImpl
-
- mapper - Variable in class com.mybatisflex.spring.service.impl.CacheableServiceImpl
-
- mapper - Variable in class com.mybatisflex.spring.service.impl.ServiceImpl
-
- MAPPER_KOTLIN - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- MAPPER_XML - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
-
- MAPPER_XML - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- MapperConfig - Class in com.mybatisflex.codegen.config
-
生成 Mapper 的配置。
- MapperConfig() - Constructor for class com.mybatisflex.codegen.config.MapperConfig
-
- mapperGenerateEnable(Boolean) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
-
- MapperGenerator - Class in com.mybatisflex.codegen.generator.impl
-
Mapper 生成器。
- MapperGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.MapperGenerator
-
- MapperGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.MapperGenerator
-
- MapperModel<T> - Interface in com.mybatisflex.core.activerecord
-
- mapperPublish(FlexConfiguration, FlexGlobalConfig, SqlSessionFactory) - Method in class com.mybatisflex.solon.MybatisFlexAutoConfiguration
-
- MapperQueryChain<T> - Interface in com.mybatisflex.core.query
-
- Mappers - Class in com.mybatisflex.core.mybatis
-
- mappers - Variable in class com.mybatisflex.core.MybatisFlexBootstrap
-
- MapperScannerRegistrarNotFoundConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
-
- MapperUtil - Class in com.mybatisflex.core.util
-
- MapperXmlConfig - Class in com.mybatisflex.codegen.config
-
生成 MapperXml 的配置。
- MapperXmlConfig() - Constructor for class com.mybatisflex.codegen.config.MapperXmlConfig
-
- MapperXmlGenerator - Class in com.mybatisflex.codegen.generator.impl
-
MapperXml 生成器。
- MapperXmlGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.MapperXmlGenerator
-
- MapperXmlGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.MapperXmlGenerator
-
- MapUtil - Class in com.mybatisflex.core.util
-
- mask(String, Object) - Static method in class com.mybatisflex.core.mask.MaskManager
-
- mask(Object) - Method in interface com.mybatisflex.core.mask.MaskProcessor
-
- MaskManager - Class in com.mybatisflex.core.mask
-
数据脱敏工厂类
- MaskProcessor - Interface in com.mybatisflex.core.mask
-
数据脱敏处理器
- Masks - Class in com.mybatisflex.core.mask
-
内置的数据脱敏方式
- maskType(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
-
- maskType - Variable in class com.mybatisflex.core.table.ColumnInfo
-
数据脱敏类型。
- MaskTypeHandler - Class in com.mybatisflex.core.mask
-
- MaskTypeHandler(String) - Constructor for class com.mybatisflex.core.mask.MaskTypeHandler
-
- matches(String, String) - Static method in class com.mybatisflex.core.util.StringUtil
-
正则匹配
- MAX - Static variable in class com.mybatisflex.core.constant.FuncName
-
- max(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定列的最大值。
- max(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定列的最大值。
- max(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定列的最大值。
- maxDepth(int) - Method in class com.mybatisflex.core.activerecord.query.RelationsQuery
-
- maxDepth(int) - Method in class com.mybatisflex.core.query.RelationsBuilder
-
设置父子关系查询中,默认的递归查询深度。
- md5(String) - Static method in class com.mybatisflex.core.audit.http.HashUtil
-
- MD5 - Static variable in class com.mybatisflex.core.constant.FuncName
-
- md5(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
对字符串 str 进行加密。
- md5(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
对字符串 str 进行加密。
- md5(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
对字符串 str 进行加密。
- merge(List<T>, List<T>) - Static method in class com.mybatisflex.core.util.CollectionUtil
-
合并 list
- MessageCollector - Interface in com.mybatisflex.core.audit
-
审计消息收集器
- MessageFactory - Interface in com.mybatisflex.core.audit
-
审计消息创建器,在一般的 web 服务中,用户应该自定义自己的 AuditMessageFactory
用来配置当前操作用户、用户 IP 地址,访问的 url 地址等
- MessageReporter - Interface in com.mybatisflex.core.audit
-
审计消息发送器,作用是把审计消息发送到指定的位置
比如控制台,磁盘、或者 kafka 服务器, http 服务器等
- METHOD_INSERT_BATCH - Static variable in class com.mybatisflex.core.FlexConsts
-
- METHOD_RAW_SQL - Static variable in class com.mybatisflex.core.provider.RowSqlProvider
-
- methodToProperty(String) - Static method in class com.mybatisflex.core.util.StringUtil
-
- MIN - Static variable in class com.mybatisflex.core.constant.FuncName
-
- min(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定列的最小值。
- min(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定列的最小值。
- min(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定列的最小值。
- MINUS_SIGN - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- MINUTE - Static variable in class com.mybatisflex.core.constant.FuncName
-
- minute(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回时间 t 中的分钟值。
- minute(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回时间 t 中的分钟值。
- minute(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回时间 t 中的分钟值。
- MOBILE - Static variable in class com.mybatisflex.core.mask.Masks
-
手机号脱敏
- MOD - Static variable in class com.mybatisflex.core.constant.FuncName
-
- mod(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 除以 y 以后的余数。
- mod(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 除以 y 以后的余数。
- mod(LambdaGetter<X>, LambdaGetter<Y>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 除以 y 以后的余数。
- mod(String, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 除以 y 以后的余数。
- mod(QueryColumn, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 除以 y 以后的余数。
- mod(LambdaGetter<T>, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 除以 y 以后的余数。
- Model<T extends Model<T>> - Class in com.mybatisflex.core.activerecord
-
Active Record 模型。
- Model() - Constructor for class com.mybatisflex.core.activerecord.Model
-
- ModifyAttrsRecordProxyFactory - Class in com.mybatisflex.core.update
-
- MONTH - Static variable in class com.mybatisflex.core.constant.FuncName
-
- month(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回日期 d 中的月份值,范围是 1~12。
- month(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回日期 d 中的月份值,范围是 1~12。
- month(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回日期 d 中的月份值,范围是 1~12。
- MONTHNAME - Static variable in class com.mybatisflex.core.constant.FuncName
-
- monthName(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回日期 d 中的月份名称,如 january。
- monthName(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回日期 d 中的月份名称,如 january。
- monthName(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回日期 d 中的月份名称,如 january。
- MultiDataSourceAutoConfiguration - Class in com.mybatisflex.spring.boot
-
MyBatis-Flex 多数据源的配置支持。
- MultiDataSourceAutoConfiguration(MybatisFlexProperties, ObjectProvider<DataSourceDecipher>) - Constructor for class com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration
-
- MultiEntityKeyGenerator - Class in com.mybatisflex.core.keygen
-
多实体主键生成器,用于批量插入的场景
- MultiEntityKeyGenerator(KeyGenerator) - Constructor for class com.mybatisflex.core.keygen.MultiEntityKeyGenerator
-
- MULTIPLICATION_SIGN - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- multiply(QueryColumn) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
-
- multiply(Number) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
-
- multiply(QueryColumn) - Method in class com.mybatisflex.core.query.QueryColumn
-
- multiply(Number) - Method in class com.mybatisflex.core.query.QueryColumn
-
- MultiPrimaryKeyGenerator - Class in com.mybatisflex.core.keygen
-
多主键、复合主键 id 生成器
- MultiPrimaryKeyGenerator(MappedStatement, TableInfo, List<IdInfo>) - Constructor for class com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
-
- MultiRowKeyGenerator - Class in com.mybatisflex.core.keygen
-
用于批量插入的场景
- MultiRowKeyGenerator(KeyGenerator) - Constructor for class com.mybatisflex.core.keygen.MultiRowKeyGenerator
-
- MybatisFlexAdminAutoConfiguration - Class in com.mybatisflex.spring.boot
-
MyBatis-Flex-Admin 自动配置。
- MybatisFlexAdminAutoConfiguration(ObjectProvider<MessageFactory>, ObjectProvider<HttpMessageReporter.JSONFormatter>, MybatisFlexProperties) - Constructor for class com.mybatisflex.spring.boot.MybatisFlexAdminAutoConfiguration
-
- MybatisFlexAutoConfiguration - Class in com.mybatisflex.solon
-
Mybatis-Flex 自动装配
- MybatisFlexAutoConfiguration() - Constructor for class com.mybatisflex.solon.MybatisFlexAutoConfiguration
-
- MybatisFlexAutoConfiguration - Class in 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>) - Constructor for class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar - Class in com.mybatisflex.spring.boot
-
This will just scan the same base package as Spring Boot does.
- MybatisFlexAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration - Class in 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.
- MybatisFlexBootstrap - Class in com.mybatisflex.core
-
MybatisFlex 的启动类
MybatisFlexBootstrap.getInstance()
.setDatasource(...)
.addMapper(...)
.start();
- MybatisFlexBootstrap() - Constructor for class com.mybatisflex.core.MybatisFlexBootstrap
-
虽然提供了 getInstance,但也允许用户进行实例化,
用于创建多个 MybatisFlexBootstrap 实例达到管理多数据源的目的
- MybatisFlexConfig - Class in com.mybatisflex.processor.config
-
Mybatis Flex 生成配置。
- MybatisFlexConfig(Filer) - Constructor for class com.mybatisflex.processor.config.MybatisFlexConfig
-
- MyBatisFlexCustomizer - Interface in com.mybatisflex.solon
-
MyBatis-Flex 配置。
- mybatisFlexCustomizer - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- MyBatisFlexCustomizer - Interface in com.mybatisflex.spring.boot
-
MyBatis-Flex 配置。
- MybatisFlexException - Exception in com.mybatisflex.core.exception
-
- MybatisFlexException(Throwable, Localizable, Object[]) - Constructor for exception com.mybatisflex.core.exception.MybatisFlexException
-
- MybatisFlexException(Localizable, Object...) - Constructor for exception com.mybatisflex.core.exception.MybatisFlexException
-
- MybatisFlexException(String) - Constructor for exception com.mybatisflex.core.exception.MybatisFlexException
-
- MybatisFlexException(String, Throwable) - Constructor for exception com.mybatisflex.core.exception.MybatisFlexException
-
- MybatisFlexException(Throwable) - Constructor for exception com.mybatisflex.core.exception.MybatisFlexException
-
- MybatisFlexPlugin - Class in com.mybatisflex.solon.integration
-
配置 MyBatis-Flex 插件。
- MybatisFlexPlugin() - Constructor for class com.mybatisflex.solon.integration.MybatisFlexPlugin
-
- MybatisFlexProcessor - Class in com.mybatisflex.processor
-
MyBatis Flex Processor.
- MybatisFlexProcessor() - Constructor for class com.mybatisflex.processor.MybatisFlexProcessor
-
- MybatisFlexProperties - Class in com.mybatisflex.solon
-
Mybatis-Flex 的配置属性。
参考:https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisProperties.java
- MybatisFlexProperties() - Constructor for class com.mybatisflex.solon.MybatisFlexProperties
-
- MybatisFlexProperties - Class in 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/MybatisProperties.java
- MybatisFlexProperties() - Constructor for class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- MybatisFlexProperties.AdminConfig - Class in com.mybatisflex.solon
-
MyBatis Flex Admin 配置。
- MybatisFlexProperties.AdminConfig - Class in com.mybatisflex.spring.boot
-
MyBatis Flex Admin 配置。
- MybatisFlexProperties.CoreConfiguration - Class in com.mybatisflex.solon
-
The configuration properties for mybatis core module.
- MybatisFlexProperties.CoreConfiguration - Class in com.mybatisflex.spring.boot
-
The configuration properties for mybatis core module.
- MybatisFlexProperties.GlobalConfig - Class in com.mybatisflex.solon
-
- MybatisFlexProperties.GlobalConfig - Class in com.mybatisflex.spring.boot
-
- MybatisFlexProperties.SeataConfig - Class in com.mybatisflex.solon
-
Seata 配置
- MybatisFlexProperties.SeataConfig - Class in com.mybatisflex.spring.boot
-
Seata 配置
- MybatisFlexProperties.SeataMode - Enum in com.mybatisflex.solon
-
- MybatisFlexProperties.SeataMode - Enum in com.mybatisflex.spring.boot
-
- MybatisKeyGeneratorUtil - Class in com.mybatisflex.core.keygen
-
- MybatisLanguageDriverAutoConfiguration - Class in com.mybatisflex.spring.boot
-
脚本语言驱动的自动配置,平常一般项目用不到,只为了同步 MyBatis 自带的 MybatisLanguageDriverAutoConfiguration。
参考:https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisLanguageDriverAutoConfiguration.java
- MybatisLanguageDriverAutoConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration
-
- MybatisLanguageDriverAutoConfiguration.FreeMarkerConfiguration - Class in com.mybatisflex.spring.boot
-
Configuration class for mybatis-freemarker 1.2.x or above.
- MybatisLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration - Class in com.mybatisflex.spring.boot
-
Configuration class for mybatis-freemarker 1.1.x or under.
- MybatisLanguageDriverAutoConfiguration.LegacyVelocityConfiguration - Class in com.mybatisflex.spring.boot
-
Configuration class for mybatis-velocity 2.0 or under.
- MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration - Class in com.mybatisflex.spring.boot
-
- MybatisLanguageDriverAutoConfiguration.VelocityConfiguration - Class in com.mybatisflex.spring.boot
-
Configuration class for mybatis-velocity 2.1.x or above.
- MybatisMapperInterceptor - Class in com.mybatisflex.solon.transaction
-
Mybatis Mapper Interceptor
- MybatisMapperInterceptor(SqlSessionFactory, Class<?>) - Constructor for class com.mybatisflex.solon.transaction.MybatisMapperInterceptor
-
- MybatisMapperProxy<T> - Class in com.mybatisflex.core.mybatis.binding
-
- MybatisMapperProxy(SqlSession, Class<T>, Map<Method, MybatisMapperProxy.MapperMethodInvoker>) - Constructor for class com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
-
- MybatisMapperProxy.MapperMethodInvoker - Interface in com.mybatisflex.core.mybatis.binding
-
- MybatisRuntimeNativeRegistrar - Class in com.mybatisflex.solon.aot
-
mybatis aot 注册 native 元数据
- MybatisRuntimeNativeRegistrar() - Constructor for class com.mybatisflex.solon.aot.MybatisRuntimeNativeRegistrar
-
- MYSQL - Static variable in interface com.mybatisflex.codegen.dialect.IDialect
-
MySQL 方言。
- MYSQL - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
-
MySql 的处理器
适合 DbType#MYSQL,DbType#MARIADB,DbType#H2,DbType#CLICK_HOUSE,DbType#XCloud
- MySqlJdbcDialect - Class in com.mybatisflex.codegen.dialect.impl
-
- MySqlJdbcDialect() - Constructor for class com.mybatisflex.codegen.dialect.impl.MySqlJdbcDialect
-
- NAME - Static variable in class com.mybatisflex.core.FlexConsts
-
- name - Variable in class com.mybatisflex.core.query.QueryColumn
-
- name - Variable in class com.mybatisflex.core.query.QueryTable
-
- name - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- ne(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ne(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ne(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ne(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- ne(LambdaGetter<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
不等于 !=
- ne(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
不等于 !=
- ne(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
不等于 !=
- ne(Object) - Method in interface com.mybatisflex.core.query.Conditional
-
不等于 !=
- ne(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
不等于 !=
- ne(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
不等于 !=
- ne(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
-
不等于 !=
- ne(Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ne(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ne(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ne(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- ne(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ne(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ne(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ne(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- ne(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
不等于 !=
- ne(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
不等于 !=
- ne(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
不等于 !=
- ne(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
不等于 !=
- ne(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
不等于 !=
- ne(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
不等于 !=
- ne(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
不等于 !=
- ne(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
不等于 !=
- ne(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
不等于 !=
- ne(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
不等于 !=
- ne(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
不等于 !=
- ne(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
不等于 !=
- ne(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
不等于 !=
- ne(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
不等于 !=
- ne(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
不等于 !=
- needOptimizeCountQuery() - Method in class com.mybatisflex.core.paginate.Page
-
是否自动优化 COUNT 查询语句(默认优化)。
- negative(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
构建相反数。
- NegativeQueryColumn - Class in com.mybatisflex.core.query
-
取相反数(-column)。
- NegativeQueryColumn(QueryColumn) - Constructor for class com.mybatisflex.core.query.NegativeQueryColumn
-
- nestedField(LambdaGetter<N>) - Method in class com.mybatisflex.core.field.FieldQueryBuilder
-
为指定嵌套属性创建查询。
- newArrayList(T...) - Static method in class com.mybatisflex.core.util.CollectionUtil
-
- newArrayList(Collection<E>) - Static method in class com.mybatisflex.core.util.CollectionUtil
-
- newExecutor(Transaction, ExecutorType) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
-
替换为 Flex 的 Executor,主要用于重建 CacheKey
默认情况下,Mybatis 的 CacheKey 构建是必须有 ParameterMapping,而 Flex 的 select 是不带有 ParameterMapping 的
- newHashMap() - Static method in class com.mybatisflex.core.util.CollectionUtil
-
- newHashMap(Map<K, V>) - Static method in class com.mybatisflex.core.util.CollectionUtil
-
- newHashSet(T...) - Static method in class com.mybatisflex.core.util.CollectionUtil
-
- newInstance(FlexMapperProxy<T>) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
-
- newInstance(SqlSession, FlexConfiguration) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
-
- newInstance(Class<T>) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- newInstance(Class<T>, Object...) - Static method in class com.mybatisflex.core.util.ClassUtil
-
- newInstanceByRow(Row, int) - Method in class com.mybatisflex.core.table.TableInfo
-
通过 row 实例类转换为一个 entity
- newParameterHandler(MappedStatement, Object, BoundSql) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
-
为原生 sql 设置参数
- newResultSetHandler(Executor, MappedStatement, RowBounds, ParameterHandler, ResultHandler, BoundSql) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
-
- newStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
-
替换为 FlexStatementHandler,主要用来为实体类的多主键做支持、和数据审计
FlexStatementHandler 和 原生的 RoutingStatementHandler 对比,没有任何性能影响
- newTransaction(Connection) - Method in class com.mybatisflex.solon.transaction.SolonManagedTransactionFactory
-
- newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class com.mybatisflex.solon.transaction.SolonManagedTransactionFactory
-
- newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class com.mybatisflex.spring.FlexTransactionFactory
- newTransaction(Connection) - Method in class com.mybatisflex.spring.FlexTransactionFactory
- next - Variable in class com.mybatisflex.core.query.QueryCondition
-
- nextId() - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
获取下一个 ID。
- nextId() - Method in class com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
-
生成一个 ULID
- nextMonotonicId() - Method in class com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
-
生成一个严格单调的 ULID
- noCondition() - Static method in class com.mybatisflex.core.query.QueryMethods
-
空条件。
- NONE - Static variable in class com.mybatisflex.core.dialect.KeywordWrap
-
无反义处理, 适用于 db2, informix, clickhouse 等
- NONE_CASE_SENSITIVE - Static variable in class com.mybatisflex.core.dialect.KeywordWrap
-
无反义区分大小写处理, 适用于 db2, informix, clickhouse 等
- NoneListener - Class in com.mybatisflex.annotation
-
空监听器。
- NoneListener() - Constructor for class com.mybatisflex.annotation.NoneListener
-
- not(QueryCondition) - Static method in class com.mybatisflex.core.query.QueryMethods
-
NOT (id = 1)
- not(LambdaGetter<N>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
NOT (column) 或 NOT column
- NOT_BETWEEN - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- NOT_EQUALS - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- NOT_IN - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- NOT_LIKE - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- notBetween(Object[]) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notBetween(Object[], boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notBetween(Object, Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notBetween(Object, Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notBetween(Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notBetween(S, E, BiPredicate<S, E>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notBetween(Object[]) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT BETWEEN values[0] AND values[1]
- notBetween(Object[], boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT BETWEEN values[0] AND values[1]
- notBetween(Object, Object) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT BETWEEN start AND end
- notBetween(Object, Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT BETWEEN start AND end
- notBetween(Object, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT BETWEEN start AND end
- notBetween(S, E, BiPredicate<S, E>) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT BETWEEN start AND end
- notBetween(Object[]) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notBetween(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notBetween(Object, Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notBetween(Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notBetween(Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notBetween(S, E, BiPredicate<S, E>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notBetween(Object[]) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notBetween(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notBetween(Object, Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notBetween(Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notBetween(Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notBetween(S, E, BiPredicate<S, E>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notBetween(String, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT BETWEEN start AND end
- notBetween(LambdaGetter<T>, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT BETWEEN start AND end
- notBetween(String, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT BETWEEN start AND end
- notBetween(LambdaGetter<T>, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT BETWEEN start AND end
- notBetween(String, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT BETWEEN start AND end
- notBetween(LambdaGetter<T>, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT BETWEEN start AND end
- notBetween(String, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT BETWEEN start AND end
- notBetween(LambdaGetter<T>, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT BETWEEN start AND end
- notBetween(String, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT BETWEEN start AND end
- notBetween(LambdaGetter<T>, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT BETWEEN start AND end
- notBetween(String, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT BETWEEN start AND end
- notBetween(LambdaGetter<T>, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT BETWEEN start AND end
- notEmpty(Map<?, ?>, String) - Static method in class com.mybatisflex.core.exception.FlexAssert
-
断言 Map 集合不为 null 或者空集合,如果为空则抛出异常,并指明为什么不允许为空集合。
- notEmpty(Collection<?>, String) - Static method in class com.mybatisflex.core.exception.FlexAssert
-
断言集合不为 null 或者空集合,如果为空则抛出异常,并指明为什么不允许为空集合。
- notEmpty(T[], String) - Static method in class com.mybatisflex.core.exception.FlexAssert
-
断言数组不为 null 或者空数组,如果为空则抛出异常,并指明为什么不允许为空数组。
- notEmpty(T[]) - Static method in class com.mybatisflex.core.query.If
-
- notEmpty(Map<?, ?>) - Static method in class com.mybatisflex.core.query.If
-
- notEmpty(Collection<?>) - Static method in class com.mybatisflex.core.query.If
-
- notEmpty() - Method in class com.mybatisflex.core.query.QueryCondition
-
- notExists(QueryWrapper) - Static method in class com.mybatisflex.core.query.QueryMethods
-
NOT EXIST (SELECT ...)
- noText(String) - Static method in class com.mybatisflex.core.query.If
-
- noText(String) - Static method in class com.mybatisflex.core.util.StringUtil
-
字符串为 null 或者内部字符全部为 ' ', '\t', '\n', '\r' 这四类字符时返回 true
- notIn(Object...) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(Object[], boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(Object[], BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(T[], Predicate<T[]>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(Collection<?>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(Collection<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(Collection<?>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notIn(QueryModel<R>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
NOT IN(value)
- notIn(QueryModel<R>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
NOT IN(value)
- notIn(QueryModel<R>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
NOT IN(value)
- notIn(Object...) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(Object[], boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(Object[], BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(T[], Predicate<T[]>) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(Collection<?>) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(Collection<?>, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(Collection<?>, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(QueryWrapper) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(QueryWrapper, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(QueryWrapper, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT IN(value)
- notIn(Object...) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(Object[], BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(T[], Predicate<T[]>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(Collection<?>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(Collection<?>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notIn(Object...) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(Object[], BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(T[], Predicate<T[]>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(Collection<?>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(Collection<?>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notIn(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(LambdaGetter<T>, Object...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(String, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(LambdaGetter<T>, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(String, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(LambdaGetter<T>, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(String, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(LambdaGetter<T>, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(String, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(LambdaGetter<T>, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(String, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(LambdaGetter<T>, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(String, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT IN(value)
- notIn(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(LambdaGetter<T>, Object...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(String, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(LambdaGetter<T>, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(String, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(LambdaGetter<T>, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(String, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(LambdaGetter<T>, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(String, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(LambdaGetter<T>, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(String, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(LambdaGetter<T>, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(String, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notIn(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT IN(value)
- notLike(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLike(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLike(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLike(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLike(Object) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value%
- notLike(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value%
- notLike(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value%
- notLike(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value%
- notLike(Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLike(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLike(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLike(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLike(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLike(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLike(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLike(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLike(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value%
- notLike(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value%
- notLike(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value%
- notLike(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value%
- notLike(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value%
- notLike(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value%
- notLike(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value%
- notLike(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value%
- notLike(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value%
- notLike(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value%
- notLike(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value%
- notLike(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value%
- notLikeLeft(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeLeft(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeLeft(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeLeft(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeLeft(Object) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE value%
- notLikeLeft(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE value%
- notLikeLeft(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE value%
- notLikeLeft(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE value%
- notLikeLeft(Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeLeft(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeLeft(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeLeft(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeLeft(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeLeft(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeLeft(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeLeft(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeLeft(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE value%
- notLikeLeft(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE value%
- notLikeLeft(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE value%
- notLikeLeft(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE value%
- notLikeLeft(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE value%
- notLikeLeft(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE value%
- notLikeLeft(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE value%
- notLikeLeft(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE value%
- notLikeLeft(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE value%
- notLikeLeft(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE value%
- notLikeLeft(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE value%
- notLikeLeft(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE value%
- notLikeRaw(Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
NOT LIKE value
- notLikeRaw(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
NOT LIKE value
- notLikeRaw(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
NOT LIKE value
- notLikeRaw(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
NOT LIKE value
- notLikeRight(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeRight(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeRight(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeRight(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
-
- notLikeRight(Object) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value
- notLikeRight(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value
- notLikeRight(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value
- notLikeRight(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
-
NOT LIKE %value
- notLikeRight(Object) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeRight(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeRight(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeRight(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
-
- notLikeRight(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeRight(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeRight(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeRight(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
-
- notLikeRight(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value
- notLikeRight(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value
- notLikeRight(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value
- notLikeRight(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value
- notLikeRight(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value
- notLikeRight(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
NOT LIKE %value
- notLikeRight(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value
- notLikeRight(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value
- notLikeRight(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value
- notLikeRight(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value
- notLikeRight(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value
- notLikeRight(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
NOT LIKE %value
- notNull(Object, String) - Static method in class com.mybatisflex.core.exception.FlexAssert
-
断言对象不为空,如果为空抛出异常,并指明哪个对象为空。
- notNull(Object) - Static method in class com.mybatisflex.core.query.If
-
判断对象是否非空
- NOW - Static variable in class com.mybatisflex.core.constant.FuncName
-
- now() - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回当前日期和时间。
- null_() - Static method in class com.mybatisflex.core.query.QueryMethods
-
构建 NULL 常量。
- NullableColumnLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete
-
数据列默认值为 null 值的逻辑删除处理器。
- NullableColumnLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
-
- NULLS_FIRST - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- NULLS_LAST - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- nullsFirst() - Method in class com.mybatisflex.core.query.QueryOrderBy
-
- nullsLast() - Method in class com.mybatisflex.core.query.QueryOrderBy
-
- number(Number) - Static method in class com.mybatisflex.core.query.QueryMethods
-
构建数字常量。
- RADIANS - Static variable in class com.mybatisflex.core.constant.FuncName
-
- radians(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将角度转换为弧度。
- radians(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将角度转换为弧度。
- radians(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将角度转换为弧度。
- RAND - Static variable in class com.mybatisflex.core.constant.FuncName
-
- rand() - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 0~1 的随机数。
- rand(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 0~1 的随机数,x 值相同时返回的随机数相同。
- rand(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 0~1 的随机数,x 值相同时返回的随机数相同。
- rand(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 0~1 的随机数,x 值相同时返回的随机数相同。
- raw(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
构建原生查询条件。
- raw(String, Object...) - Static method in class com.mybatisflex.core.query.QueryMethods
-
构建原生查询条件,并附带参数。
- RAW_ARGS - Static variable in class com.mybatisflex.core.FlexConsts
-
- rawCountQueryWrapper(QueryWrapper) - Static method in class com.mybatisflex.core.util.MapperUtil
-
原生的、未经过优化的 COUNT 查询。抛开效率问题不谈,只关注结果的准确性,
这个 COUNT 查询查出来的分页总数据是 100% 正确的,不接受任何反驳。
- rawCountQueryWrapper(QueryWrapper, List<QueryColumn>) - Static method in class com.mybatisflex.core.util.MapperUtil
-
- RawQueryColumn - Class in com.mybatisflex.core.query
-
原生列。
- RawQueryColumn(Object, Object...) - Constructor for class com.mybatisflex.core.query.RawQueryColumn
-
- RawQueryCondition - Class in com.mybatisflex.core.query
-
原生条件。
- RawQueryCondition(String) - Constructor for class com.mybatisflex.core.query.RawQueryCondition
-
- RawQueryCondition(String, Object...) - Constructor for class com.mybatisflex.core.query.RawQueryCondition
-
- RawQueryOrderBy - Class in com.mybatisflex.core.query
-
原生排序字段。
- RawQueryOrderBy(String) - Constructor for class com.mybatisflex.core.query.RawQueryOrderBy
-
- RawQueryOrderBy(String, boolean) - Constructor for class com.mybatisflex.core.query.RawQueryOrderBy
-
- RawQueryTable - Class in com.mybatisflex.core.query
-
原生查询表。
- RawQueryTable(String) - Constructor for class com.mybatisflex.core.query.RawQueryTable
-
- RawValue - Class in com.mybatisflex.core.update
-
- RawValue(Object) - Constructor for class com.mybatisflex.core.update.RawValue
-
- RECURSIVE - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- REFERENCE - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- Reflectors - Class in com.mybatisflex.core.util
-
- Reflectors() - Constructor for class com.mybatisflex.core.util.Reflectors
-
- register(String, IKeyGenerator) - Static method in class com.mybatisflex.core.keygen.KeyGeneratorFactory
-
注册一个主键生成器
- register(AppContext, RuntimeNativeMetadata) - Method in class com.mybatisflex.solon.aot.MybatisRuntimeNativeRegistrar
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
-
- registerDateTypes() - Static method in class com.mybatisflex.codegen.dialect.JdbcTypeMapping
-
当只使用 date 类型来映射数据库的所有 "时间" 类型时,调用此方法
- registerDialect(DbType, IDialect) - Static method in class com.mybatisflex.core.dialect.DialectFactory
-
可以为某个 dbType 注册(新增或覆盖)自己的方言
- registerGenerator(String, IGenerator) - Static method in class com.mybatisflex.codegen.generator.GeneratorFactory
-
注册文件生成器。
- registerInsertListener(InsertListener, Class<?>...) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- registerMapping(Class<?>, Class<?>) - Static method in class com.mybatisflex.codegen.dialect.JdbcTypeMapping
-
- registerMapping(String, String) - Static method in class com.mybatisflex.codegen.dialect.JdbcTypeMapping
-
- registerMapping(Class<?>, Map<String, Method>) - Static method in class com.mybatisflex.core.row.RowUtil
-
- registerMaskProcessor(String, MaskProcessor) - Static method in class com.mybatisflex.core.mask.MaskManager
-
注册处理器,用户可以注册新的脱敏处理器 或者 覆盖内置的处理器
- registerMybatisAdapter(AppContext, RuntimeNativeMetadata) - Method in class com.mybatisflex.solon.aot.MybatisRuntimeNativeRegistrar
-
- registerSetListener(SetListener, Class<?>...) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- registerUpdateListener(UpdateListener, Class<?>...) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- relationField - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- relationFieldWrapper - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- RelationManager - Class in com.mybatisflex.core.relation
-
- RelationManyToMany - Annotation Type in com.mybatisflex.annotation
-
多对多映射。
- RelationManyToOne - Annotation Type in com.mybatisflex.annotation
-
多对一映射。
- RelationOneToMany - Annotation Type in com.mybatisflex.annotation
-
一对多映射。
- RelationOneToOne - Annotation Type in com.mybatisflex.annotation
-
一对一映射。
- RelationsBuilder<T> - Class in com.mybatisflex.core.query
-
使用 Relations Query 的方式进行关联查询。
- RelationsBuilder(MapperQueryChain<T>) - Constructor for class com.mybatisflex.core.query.RelationsBuilder
-
- RelationsQuery<T extends Model<T>> - Class in com.mybatisflex.core.activerecord.query
-
使用 Relations Query 的方式进行关联查询。
- RelationsQuery(Model<T>) - Constructor for class com.mybatisflex.core.activerecord.query.RelationsQuery
-
- release() - Method in class com.mybatisflex.core.audit.AbstractMessageCollector
-
- release() - Method in class com.mybatisflex.core.audit.ScheduledMessageCollector
-
- release() - Static method in class com.mybatisflex.core.transaction.TransactionContext
-
- RELEASE_LOCK - Static variable in class com.mybatisflex.core.constant.FuncName
-
- remove() - Method in class com.mybatisflex.core.activerecord.Model
-
根据实体类构建的条件删除数据。
- remove() - Method in class com.mybatisflex.core.row.DbChain
-
- remove(Object) - Method in class com.mybatisflex.core.row.Row
-
- remove(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件删除数据。
- remove(QueryCondition) - Method in interface com.mybatisflex.core.service.IService
-
根据查询条件删除数据。
- remove() - Method in class com.mybatisflex.core.update.UpdateChain
-
- removeById() - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
根据实体类主键删除数据。
- removeById() - Method in class com.mybatisflex.core.row.DbChain
-
- removeById(T) - Method in interface com.mybatisflex.core.service.IService
-
根据实体主键删除数据。
- removeById(Serializable) - Method in interface com.mybatisflex.core.service.IService
-
根据数据主键删除数据。
- removeByIdOpt() - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
根据实体类主键删除数据,结果使用
Optional 返回源对象回调,删除成功返回
Optional.of(this),删除失败返回
Optional.empty()。
- removeByIds(Collection<? extends Serializable>) - Method in interface com.mybatisflex.core.service.IService
-
根据数据主键批量删除数据。
- removeByMap(Map<String, Object>) - Method in interface com.mybatisflex.core.service.IService
-
- removeDatasource(String) - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
- removeOpt() - Method in class com.mybatisflex.core.activerecord.Model
-
根据实体类构建的条件删除数据,结果使用
Optional 返回源对象回调,删除成功返回
Optional.of(this),删除失败返回
Optional.empty()。
- REPEAT - Static variable in class com.mybatisflex.core.constant.FuncName
-
- repeat(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 重复 n 次。
- repeat(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 重复 n 次。
- repeat(LambdaGetter<S>, LambdaGetter<N>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 重复 n 次。
- repeat(String, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 重复 n 次。
- repeat(QueryColumn, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 重复 n 次。
- repeat(LambdaGetter<T>, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 重复 n 次。
- REPLACE - Static variable in class com.mybatisflex.core.constant.FuncName
-
- replace(String, String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
用字符串 s2 代替字符串 s 中的字符串 s1。
- replace(QueryColumn, QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
用字符串 s2 代替字符串 s 中的字符串 s1。
- replace(LambdaGetter<S>, LambdaGetter<S1>, LambdaGetter<S2>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
用字符串 s2 代替字符串 s 中的字符串 s1。
- replaceSqlParams(String, Object[]) - Static method in class com.mybatisflex.core.util.SqlUtil
-
替换 sql 中的问号 ?
- requireNonNullElse(T, T) - Static method in class com.mybatisflex.core.util.ObjectUtil
-
- resolveDiscriminatedResultMap(ResultSet, ResultMap, String) - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
-
- resolveMapperLocations() - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- resolveMapperLocations() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- resourceLoader - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- restoreLogicDelete() - Static method in class com.mybatisflex.core.logicdelete.LogicDeleteManager
-
恢复逻辑删除字段处理。
- restoreMask() - Static method in class com.mybatisflex.core.mask.MaskManager
-
恢复脱敏处理
- restoreOptimisticLock() - Static method in class com.mybatisflex.core.optimisticlock.OptimisticLockManager
-
恢复乐观锁字段处理。
- restoreTenantCondition() - Static method in class com.mybatisflex.core.tenant.TenantManager
-
恢复 tenant 条件
- REVERSE - Static variable in class com.mybatisflex.core.constant.FuncName
-
- reverse(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 的顺序反过来。
- reverse(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 的顺序反过来。
- reverse(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将字符串 s 的顺序反过来。
- RIGHT - Static variable in class com.mybatisflex.core.constant.FuncName
-
- right(String, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回字符串 s 的后 length 个字符。
- right(QueryColumn, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回字符串 s 的后 length 个字符。
- right(LambdaGetter<S>, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回字符串 s 的后 length 个字符。
- RIGHT_JOIN - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- rightJoin(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(String, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(Class<?>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(QueryTable) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(QueryTable, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- rightJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- rightJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- rightJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- rightJoin(Class<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- rightJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- rightJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- rightJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- rightJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- rightJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- rightJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- rightJoin(Class) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- rightJoin(Class, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- rightJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- rightJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- rollback(String) - Static method in class com.mybatisflex.core.transaction.TransactionalManager
-
- rollback() - Method in class com.mybatisflex.solon.transaction.SolonManagedTransaction
-
- rollback() - Method in class com.mybatisflex.spring.FlexSpringTransaction
-
- ROUND - Static variable in class com.mybatisflex.core.constant.FuncName
-
- round(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回离 x 最近的整数(四舍五入)。
- round(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回离 x 最近的整数(四舍五入)。
- round(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回离 x 最近的整数(四舍五入)。
- round(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
保留 x 小数点后 y 位的值,但截断时要四舍五入。
- round(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
保留 x 小数点后 y 位的值,但截断时要四舍五入。
- round(LambdaGetter<X>, LambdaGetter<Y>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
保留 x 小数点后 y 位的值,但截断时要四舍五入。
- round(String, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
保留 x 小数点后 y 位的值,但截断时要四舍五入。
- round(QueryColumn, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
保留 x 小数点后 y 位的值,但截断时要四舍五入。
- round(LambdaGetter<T>, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
-
保留 x 小数点后 y 位的值,但截断时要四舍五入。
- ROW - Static variable in class com.mybatisflex.core.FlexConsts
-
- Row - Class in com.mybatisflex.core.row
-
- Row() - Constructor for class com.mybatisflex.core.row.Row
-
- RowCPI - Class in com.mybatisflex.core.row
-
cross package invoker
- RowCustomKeyGenerator - Class in com.mybatisflex.core.keygen
-
- RowCustomKeyGenerator(RowKey) - Constructor for class com.mybatisflex.core.keygen.RowCustomKeyGenerator
-
- RowJdbc3KeyGenerator - Class in com.mybatisflex.core.keygen
-
主要作用是为 Row 生成自增主键
- RowJdbc3KeyGenerator(String) - Constructor for class com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
-
- rowKey - Variable in class com.mybatisflex.core.keygen.RowCustomKeyGenerator
-
- RowKey - Class in com.mybatisflex.core.row
-
row 的主键策略
- RowKey() - Constructor for class com.mybatisflex.core.row.RowKey
-
- RowKeyGenerator - Class in com.mybatisflex.core.keygen
-
为 row 的主键生成器
- RowKeyGenerator(MappedStatement) - Constructor for class com.mybatisflex.core.keygen.RowKeyGenerator
-
- RowMapper - Interface in com.mybatisflex.core.row
-
- RowMapperInvoker - Class in com.mybatisflex.core.row
-
- RowMapperInvoker(SqlSessionFactory) - Constructor for class com.mybatisflex.core.row.RowMapperInvoker
-
- rowMapperInvoker(SqlSessionFactory) - Method in class com.mybatisflex.solon.MybatisFlexAutoConfiguration
-
- ROWS - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- ROWS - Static variable in class com.mybatisflex.core.FlexConsts
-
- ROWS_FETCH_NEXT - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- ROWS_ONLY - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- RowSqlProvider - Class in com.mybatisflex.core.provider
-
- RowUtil - Class in com.mybatisflex.core.row
-
- RPAD - Static variable in class com.mybatisflex.core.constant.FuncName
-
- rpad(String, String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
字符串 s2 来填充 s1 的结尾处,使字符串长度达到 len。
- rpad(QueryColumn, QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
字符串 s2 来填充 s1 的结尾处,使字符串长度达到 len。
- rpad(LambdaGetter<S1>, LambdaGetter<L>, LambdaGetter<S2>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
字符串 s2 来填充 s1 的结尾处,使字符串长度达到 len。
- RTRIM - Static variable in class com.mybatisflex.core.constant.FuncName
-
- rtrim(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
去掉字符串 s 结尾处的空格。
- rtrim(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
去掉字符串 s 结尾处的空格。
- rtrim(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
去掉字符串 s 结尾处的空格。
- save() - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存数据(自动忽略 null 值)。
- save(boolean) - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存数据,并设置是否忽略 null 值。
- save(Object) - Method in class com.mybatisflex.core.row.DbChain
-
- save() - Method in class com.mybatisflex.core.row.DbChain
-
- save(T) - Method in interface com.mybatisflex.core.service.IService
-
保存实体类对象数据。
- saveBatch(Collection<T>) - Method in interface com.mybatisflex.core.service.IService
-
批量保存实体类对象数据。
- saveBatch(Collection<T>, int) - Method in interface com.mybatisflex.core.service.IService
-
批量保存实体类对象数据。
- saveOpt() - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存数据(自动忽略
null 值),结果使用
Optional
返回源对象回调,保存成功返回
Optional.of(this),保存失败返回
Optional.empty()。
- saveOpt(boolean) - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存数据,并设置是否忽略
null 值,结果使用
Optional
返回源对象回调,保存成功返回
Optional.of(this),保存失败返回
Optional.empty()。
- saveOrUpdate() - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存或者更新数据,如果实体类主键没有值,则 保存 数据;如果实体类主键有值,则
更新 数据(全部自动忽略 null 值)。
- saveOrUpdate(boolean) - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存或者更新数据,如果实体类主键没有值,则 保存 数据;如果实体类主键有值,则
更新 数据,并设置是否忽略 null 值。
- saveOrUpdate(T) - Method in interface com.mybatisflex.core.service.IService
-
保存或者更新实体类对象数据。
- saveOrUpdate(T) - Method in class com.mybatisflex.spring.service.impl.CacheableServiceImpl
-
保存或者更新实体类对象数据。
- saveOrUpdateBatch(Collection<T>) - Method in interface com.mybatisflex.core.service.IService
-
保存或者更新实体类对象数据。
- saveOrUpdateBatch(Collection<T>, int) - Method in interface com.mybatisflex.core.service.IService
-
保存或者更新实体类对象数据。
- saveOrUpdateOpt() - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存或者更新数据,如果实体类主键没有值,则
保存 数据;如果实体类主键有值,则
更新 数据(全部自动忽略
null 值),结果使用
Optional
返回源对象回调,保存或更新成功返回
Optional.of(this),保存或更新失败返回
Optional.empty()。
- saveOrUpdateOpt(boolean) - Method in interface com.mybatisflex.core.activerecord.MapperModel
-
保存或者更新数据,如果实体类主键没有值,则
保存 数据;如果实体类主键有值,则
更新 数据,并设置是否忽略
null 值,结果使用
Optional
返回源对象回调,保存或更新成功返回
Optional.of(this),保存或更新失败返回
Optional.empty()。
- ScheduledMessageCollector - Class in com.mybatisflex.core.audit
-
- ScheduledMessageCollector() - Constructor for class com.mybatisflex.core.audit.ScheduledMessageCollector
-
- ScheduledMessageCollector(long, MessageReporter) - Constructor for class com.mybatisflex.core.audit.ScheduledMessageCollector
-
- schema(String) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
-
- SCHEMA - Static variable in class com.mybatisflex.core.constant.FuncName
-
- schema() - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回当前数据库 schema。
- schema - Variable in class com.mybatisflex.core.query.QueryTable
-
- SCHEMA_NAME - Static variable in class com.mybatisflex.core.FlexConsts
-
- SeataConfig() - Constructor for class com.mybatisflex.solon.MybatisFlexProperties.SeataConfig
-
- SeataConfig() - Constructor for class com.mybatisflex.spring.boot.MybatisFlexProperties.SeataConfig
-
- SEC_TO_TIME - Static variable in class com.mybatisflex.core.constant.FuncName
-
- SECOND - Static variable in class com.mybatisflex.core.constant.FuncName
-
- second(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回时间 t 中的秒钟值。
- second(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回时间 t 中的秒钟值。
- second(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回时间 t 中的秒钟值。
- secToTime(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将以秒为单位的时间 s 转换为时分秒的格式。
- secToTime(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将以秒为单位的时间 s 转换为时分秒的格式。
- secToTime(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
将以秒为单位的时间 s 转换为时分秒的格式。
- select() - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- select(String...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- select(QueryColumn...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- select(Iterable<QueryColumn>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- select(LambdaGetter<E>...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- select(QueryColumn[]...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
-
- SELECT - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- select(QueryColumn...) - Static method in class com.mybatisflex.core.query.QueryMethods
-
SELECT queryColumns FROM table
- select() - Method in class com.mybatisflex.core.query.QueryWrapper
-
- select(String...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- select(LambdaGetter<T>...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- select(QueryColumn...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- select(Iterable<QueryColumn>) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- select(QueryColumn[]...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- select(QueryColumn[], QueryColumn...) - Method in class com.mybatisflex.core.query.QueryWrapper
-
- select() - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- select(String...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- select(LambdaGetter<T>...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- select(QueryColumn...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- select(Iterable<QueryColumn>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- select(QueryColumn[]...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- select(QueryColumn[], QueryColumn...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
-
- SELECT_ALL_FROM - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- selectAll() - Method in interface com.mybatisflex.core.BaseMapper
-
查询全部数据。
- selectAll(String, String) - Static method in class com.mybatisflex.core.row.Db
-
查询某张表的所有数据
- selectAll(String) - Static method in class com.mybatisflex.core.row.Db
-
查询某张表的所有数据
- selectAll(String, String) - Method in interface com.mybatisflex.core.row.RowMapper
-
查询某张表的全部数据
- selectAll(String, String) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectAllWithRelations() - Method in interface com.mybatisflex.core.BaseMapper
-
查询全部数据,及其 Relation 字段内容。
- selectColumns - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
-
- selectColumns - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- selectCount() - Static method in class com.mybatisflex.core.query.QueryMethods
-
SELECT COUNT(*) as temp_count FROM table
- selectCount(String, Object...) - Static method in class com.mybatisflex.core.row.Db
-
查收 count 数据,一般用于 select count(*)...
- selectCount(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
-
查询数据,一般用于 select count(*)...
- selectCount(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectCountByCondition(QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
-
根据条件查询数据总量。
- selectCountByCondition(String, String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
-
根据 condition 条件来查询数量
- selectCountByCondition(String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
-
根据 condition 条件来查询数量
- selectCountByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
查询数据量。
- selectCountByQuery(String, String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 query 构建的条件来查询数据量
- selectCountByQuery(String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 query 构建的条件来查询数据量
- selectCountByQuery(QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
直接根据 query 来查询数据量
- selectCountByQuery(String, String, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
-
查询数据量
- selectCountByQuery(String, String, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectCountOne() - Static method in class com.mybatisflex.core.query.QueryMethods
-
SELECT COUNT(1) as temp_count_one FROM table
- selectCursorByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询游标数据,该方法必须在事务中才能正常使用,非事务下无法获取数据。
- selectCursorByQueryAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询游标数据,要求返回的数据为 asType 类型。该方法必须在事务中才能正常使用,非事务下无法获取数据。
- selectFirstAndSecondColumnsAsMap(QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回为Map 第一列的值作为key 第二列的值作为value
- selectFirstAndSecondColumnsAsMap(String, Object...) - Static method in class com.mybatisflex.core.row.Db
-
查询某个内容,数据返回为Map 第一列的值作为key 第二列的值作为value
- selectFirstAndSecondColumnsAsMap(String, String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回为Map 第一列的值作为key 第二列的值作为value
- selectFirstAndSecondColumnsAsMap(String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回为Map 第一列的值作为key 第二列的值作为value
- selectFirstAndSecondColumnsAsMap(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
-
- selectFirstAndSecondColumnsAsMap(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectFirstAndSecondColumnsAsMapByQuery(String, String, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
-
- selectFirstAndSecondColumnsAsMapByQuery(String, String, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectListByCondition(QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询多条数据。
- selectListByCondition(QueryCondition, Long) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询多条数据。
- selectListByCondition(String, String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
-
通过 condition 条件来查询数据列表
- selectListByCondition(String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
-
通过 condition 条件来查询数据列表
- selectListByCondition(String, String, QueryCondition, Long) - Static method in class com.mybatisflex.core.row.Db
-
根据 condition 条件来查询数据列表
- selectListByCondition(String, QueryCondition, Long) - Static method in class com.mybatisflex.core.row.Db
-
根据 condition 条件来查询数据列表
- selectListByIds(Collection<? extends Serializable>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据多个主键来查询多条数据。
- selectListByIds(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
-
selectListByIds 的 SQL 构建。
- selectListByMap(Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据 Map 来构建查询条件,查询多条数据。
- selectListByMap(Map<String, Object>, Long) - Method in interface com.mybatisflex.core.BaseMapper
-
根据 Map 来构建查询条件,查询多条数据。
- selectListByMap(String, String, Map<String, Object>) - Static method in class com.mybatisflex.core.row.Db
-
通过 map 构建的条件来查询数据列表
- selectListByMap(String, Map<String, Object>) - Static method in class com.mybatisflex.core.row.Db
-
通过 map 构建的条件来查询数据列表
- selectListByMap(String, String, Map<String, Object>, Long) - Static method in class com.mybatisflex.core.row.Db
-
根据 map 构建的条件来查询数据列表
- selectListByMap(String, Map<String, Object>, Long) - Static method in class com.mybatisflex.core.row.Db
-
根据 map 构建的条件来查询数据列表
- selectListByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询数据列表。
- selectListByQuery(QueryWrapper, Consumer<FieldQueryBuilder<T>>...) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询数据列表。
- selectListByQuery(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
-
selectListByQuery 的 SQL 构建。
- selectListByQuery(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
-
selectListByQuery 的 SQL 构建。
- selectListByQuery(String, String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
通过 query 来查询数据列表
- selectListByQuery(String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
通过 query 来查询数据列表
- selectListByQuery(QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
通过 query 来查询数据列表
- selectListByQuery(String, String, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
-
根据 queryWrapper 来查询一个 row 列表
- selectListByQuery(String, String, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectListByQueryAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询数据列表,要求返回的数据为 asType。这种场景一般用在 left join 时,
有多出了实体类本身的字段内容,可以转换为 dto、vo 等场景。
- selectListByQueryAs(QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询数据列表,要求返回的数据为 asType 类型。
- selectListBySql(String, Object...) - Static method in class com.mybatisflex.core.row.Db
-
通过 sql 来查询多条数据
- selectListBySql(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
-
通过自定义 sql 来查询一个 Row 列表
- selectListBySql(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectListWithRelationsByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
查询实体类及其 Relation 注解字段。
- selectListWithRelationsByQueryAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
查询实体类及其 Relation 注解字段。
- selectListWithRelationsByQueryAs(QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - Method in interface com.mybatisflex.core.BaseMapper
-
查询实体类及其 Relation 注解字段。
- selectObject(String, Object...) - Static method in class com.mybatisflex.core.row.Db
-
查询某个内容,数据返回的应该只有 1 行 1 列
- selectObject(String, String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
- selectObject(String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
- selectObject(QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
- selectObject(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
-
通过 sql 查询某一个数据,sql 执行的结果应该只有 1 行 1 列
若返回有多列,则只取第一列的值,若有多行,则会出现 TooManyResultsException 错误
- selectObject(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectObjectByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
查询第一列返回的数据,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
- selectObjectByQuery(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
-
selectCountByQuery 的 SQL 构建。
- selectObjectByQuery(String, String, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
-
根据 queryWrapper 1 条数据
queryWrapper 执行的结果应该只有 1 列,例如 QueryWrapper.create().select(ACCOUNT.id).where...
- selectObjectByQuery(String, String, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectObjectByQueryAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
查询第一列返回的数据,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
- selectObjectList(String, Object...) - Static method in class com.mybatisflex.core.row.Db
-
查询某列内容,数据返回应该有 多行 1 列
- selectObjectList(String, String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
- selectObjectList(String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
- selectObjectList(QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
- selectObjectList(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
-
通过 sql 查询多行数据,sql 执行的结果应该只有 1 列
- selectObjectList(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectObjectListByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
查询第一列返回的数据集合,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
- selectObjectListByQuery(String, String, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
-
根据 queryWrapper 来查询数据列表
queryWrapper 执行的结果应该只有 1 列,例如 QueryWrapper.create().select(ACCOUNT.id).where...
- selectObjectListByQuery(String, String, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectObjectListByQueryAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
查询第一列返回的数据集合,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
- selectOne() - Static method in class com.mybatisflex.core.query.QueryMethods
-
SELECT 1 as temp_one FROM table
- selectOneByCondition(QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询数据。
- selectOneByCondition(String, String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
-
根据 condition 来查询数据
- selectOneByCondition(String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
-
根据 condition 来查询数据
- selectOneByEntityId(T) - Method in interface com.mybatisflex.core.BaseMapper
-
根据实体主键查询数据。
- selectOneById(Serializable) - Method in interface com.mybatisflex.core.BaseMapper
-
根据主键查询数据。
- selectOneById(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
-
selectOneById 的 SQL 构建。
- selectOneById(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
-
selectOneById 的 SQL 构建。
- selectOneById(String, String, Row) - Static method in class com.mybatisflex.core.row.Db
-
根据 id 来查询 1 条数据
- selectOneById(String, Row) - Static method in class com.mybatisflex.core.row.Db
-
根据 id 来查询 1 条数据
- selectOneById(String, String, String, Object) - Static method in class com.mybatisflex.core.row.Db
-
根据主键来查询 1 条数据
- selectOneById(String, String, Object) - Static method in class com.mybatisflex.core.row.Db
-
根据主键来查询 1 条数据
- selectOneById(String, String, Row) - Method in interface com.mybatisflex.core.row.RowMapper
-
通过主键来查询数据
- selectOneById(String, String, String, Object) - Method in interface com.mybatisflex.core.row.RowMapper
-
根据主键来查询数据
- selectOneById(String, String, Row) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectOneById(String, String, String, Object) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectOneByMap(Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据 Map 构建的条件来查询数据。
- selectOneByMap(String, String, Map) - Static method in class com.mybatisflex.core.row.Db
-
根据 map 来查询 1 条数据
- selectOneByMap(String, Map) - Static method in class com.mybatisflex.core.row.Db
-
根据 map 来查询 1 条数据
- selectOneByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件来查询 1 条数据。
- selectOneByQuery(String, String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 来查询 1 条数据
- selectOneByQuery(String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
根据 queryWrapper 来查询 1 条数据
- selectOneByQuery(QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
-
直接根据 queryWrapper 查询 1 条数据
- selectOneByQuery(String, String, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
-
根据 queryWrapper 来查询 1 条数据
- selectOneByQuery(String, String, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectOneByQueryAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件来查询 1 条数据。
- selectOneBySql(String, Object...) - Static method in class com.mybatisflex.core.row.Db
-
根据 sql 来查询 1 条数据
- selectOneBySql(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
-
通过原生 SQL 查询 1 条数据,要求数据必须返回 1 条内容,否则会报错
- selectOneBySql(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
-
- selectOneWithRelationsByCondition(QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询 1 条数据。
- selectOneWithRelationsById(Serializable) - Method in interface com.mybatisflex.core.BaseMapper
-
根据主表主键来查询 1 条数据。
- selectOneWithRelationsByIdAs(Serializable, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据主表主键来查询 1 条数据。
- selectOneWithRelationsByMap(Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据 Map 构建的条件来查询 1 条数据。
- selectOneWithRelationsByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件来查询 1 条数据。
- selectOneWithRelationsByQueryAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件来查询 1 条数据。
- SelectQueryColumn - Class in com.mybatisflex.core.query
-
子查询列。
- SelectQueryColumn(QueryWrapper) - Constructor for class com.mybatisflex.core.query.SelectQueryColumn
-
- SelectQueryTable - Class in com.mybatisflex.core.query
-
查询的 table,
实例1:用于构建 select * from (select ...) 中的第二个 select
实例2:用于构建 left join (select ...) 中的 select
- SelectQueryTable(QueryWrapper) - Constructor for class com.mybatisflex.core.query.SelectQueryTable
-
- selectRowsByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
-
根据查询条件查询 Row 数据。
- selfEntityClass - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- selfField - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- selfFieldWrapper - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- selfValueSplitBy - Variable in class com.mybatisflex.core.relation.ToManyRelation
-
- SEMICOLON - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- sendMessages(List<AuditMessage>) - Method in class com.mybatisflex.core.audit.ConsoleMessageReporter
-
- sendMessages(List<AuditMessage>) - Method in class com.mybatisflex.core.audit.http.HttpMessageReporter
-
- sendMessages(List<AuditMessage>) - Method in interface com.mybatisflex.core.audit.MessageReporter
-
- SERVICE - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
-
- SERVICE - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- SERVICE_IMPL - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
-
- SERVICE_IMPL - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- SERVICE_IMPL_KOTLIN - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- SERVICE_IMPL_SOLON - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- SERVICE_KOTLIN - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
-
- ServiceConfig - Class in com.mybatisflex.codegen.config
-
生成 Service 的配置。
- ServiceConfig() - Constructor for class com.mybatisflex.codegen.config.ServiceConfig
-
- ServiceGenerator - Class in com.mybatisflex.codegen.generator.impl
-
Service 生成器。
- ServiceGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.ServiceGenerator
-
- ServiceGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.ServiceGenerator
-
- ServiceImpl<M extends BaseMapper<T>,T> - Class in com.mybatisflex.solon.service.impl
-
- ServiceImpl() - Constructor for class com.mybatisflex.solon.service.impl.ServiceImpl
-
- ServiceImpl<M extends BaseMapper<T>,T> - Class in com.mybatisflex.spring.service.impl
-
由 Mybatis-Flex 提供的顶级增强 Service 接口的默认实现类。
- ServiceImpl() - Constructor for class com.mybatisflex.spring.service.impl.ServiceImpl
-
- ServiceImplConfig - Class in com.mybatisflex.codegen.config
-
生成 ServiceImpl 的配置。
- ServiceImplConfig() - Constructor for class com.mybatisflex.codegen.config.ServiceImplConfig
-
- ServiceImplGenerator - Class in com.mybatisflex.codegen.generator.impl
-
ServiceImpl 生成器。
- ServiceImplGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.ServiceImplGenerator
-
- ServiceImplGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.ServiceImplGenerator
-
- SET - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- set(String, SqlOperator) - Method in class com.mybatisflex.core.query.SqlOperators
-
设置数据库的字段名称以及对应的操作符。
- set(QueryColumn, SqlOperator) - Method in class com.mybatisflex.core.query.SqlOperators
-
- set(LambdaGetter<T>, SqlOperator) - Method in class com.mybatisflex.core.query.SqlOperators
-
设置 Lambda 表达式对应数据库字段的操作符。
- set(String, Object, boolean) - Method in class com.mybatisflex.core.row.DbChain
-
- set(QueryColumn, Object, boolean) - Method in class com.mybatisflex.core.row.DbChain
-
- set(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.row.DbChain
-
- set(String, Object, boolean) - Method in class com.mybatisflex.core.row.Row
-
- set(QueryColumn, Object, boolean) - Method in class com.mybatisflex.core.row.Row
-
- set(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.row.Row
-
- set(String, Object) - Method in class com.mybatisflex.core.row.Row
-
- set(String, Object, BooleanSupplier) - Method in class com.mybatisflex.core.row.Row
-
- set(String, V, Predicate<V>) - Method in class com.mybatisflex.core.row.Row
-
- set(QueryColumn, Object) - Method in class com.mybatisflex.core.row.Row
-
- set(QueryColumn, Object, BooleanSupplier) - Method in class com.mybatisflex.core.row.Row
-
- set(QueryColumn, V, Predicate<V>) - Method in class com.mybatisflex.core.row.Row
-
- set(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.row.Row
-
- set(LambdaGetter<T>, Object, BooleanSupplier) - Method in class com.mybatisflex.core.row.Row
-
- set(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.row.Row
-
- set(String, Object) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(String, Object, boolean) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(String, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(String, V, Predicate<V>) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(QueryColumn, Object) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(QueryColumn, Object, boolean) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(QueryColumn, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(QueryColumn, V, Predicate<V>) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(LambdaGetter<T>, Object) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(LambdaGetter<T>, Object, boolean) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(LambdaGetter<T>, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(LambdaGetter<T>, V, Predicate<V>) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应参数值。
- set(String, Object, boolean) - Method in class com.mybatisflex.core.update.UpdateChain
-
- set(QueryColumn, Object, boolean) - Method in class com.mybatisflex.core.update.UpdateChain
-
- set(LambdaGetter<L>, Object, boolean) - Method in class com.mybatisflex.core.update.UpdateChain
-
- set(String, Object, boolean) - Method in interface com.mybatisflex.core.update.UpdateWrapper
-
- set(QueryColumn, Object, boolean) - Method in interface com.mybatisflex.core.update.UpdateWrapper
-
- set(LambdaGetter<E>, Object, boolean) - Method in interface com.mybatisflex.core.update.UpdateWrapper
-
- set(Object, Object) - Method in class com.mybatisflex.core.util.FieldWrapper
-
- setAddress(InetAddress) - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- setAdminConfig(MybatisFlexProperties.AdminConfig) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setAdminConfig(MybatisFlexProperties.AdminConfig) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setAggressiveLazyLoading(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setAggressiveLazyLoading(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setAlias(String) - Method in class com.mybatisflex.core.query.QueryColumn
-
- setAlias(String) - Method in class com.mybatisflex.core.query.QueryTable
-
- setAlias(String[]) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setAlias(String[]) - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- setAllColumns(String[]) - Method in class com.mybatisflex.core.table.TableInfo
-
- setAlwaysGenColumnAnnotation(boolean) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- setAnnotationKeyThreadLocal(ThreadLocal<String>) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
-
Deprecated.
- setArgNameBasedConstructorAutoMapping(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setArgNameBasedConstructorAutoMapping(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setAssociationType(Map<String, Class<?>>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setAuditEnable(boolean) - Static method in class com.mybatisflex.core.audit.AuditManager
-
- setAuthor(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setAuthor(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置作者。
- setAutoClearConfig(boolean) - Static method in class com.mybatisflex.core.relation.RelationManager
-
- setAutoIncrement(Boolean) - Method in class com.mybatisflex.codegen.entity.Column
-
- setAutoMappingBehavior(AutoMappingBehavior) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setAutoMappingBehavior(AutoMappingBehavior) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setAutoMappingUnknownColumnBehavior(AutoMappingUnknownColumnBehavior) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setAutoMappingUnknownColumnBehavior(AutoMappingUnknownColumnBehavior) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setBasePackage(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setBasePackage(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置根包路径。
- setBeanFactory(BeanFactory) - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
-
- setBefore(boolean) - Method in class com.mybatisflex.core.FlexGlobalConfig.KeyConfig
-
- setBefore(Boolean) - Method in class com.mybatisflex.core.table.IdInfo
-
- setBizId(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setCache(Cache) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the Cache.
- setCacheEnabled(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setCacheEnabled(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setCacheExample(boolean) - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
设置生成缓存例子。
- setCallSettersOnNulls(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setCallSettersOnNulls(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setCamelToUnderline(Boolean) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setCamelToUnderline(boolean) - Method in class com.mybatisflex.core.table.TableInfo
-
- setCaseSensitive(boolean) - Method in class com.mybatisflex.core.dialect.KeywordWrap
-
- setCharSet(String) - Static method in class com.mybatisflex.core.audit.http.HttpUtil
-
- setCheckConfigLocation(boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setCheckConfigLocation(boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setClassCacheEnabled(boolean) - Method in class com.mybatisflex.core.table.BaseReflectorFactory
-
- setClassPrefix(String) - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
设置类前缀。
- setClassPrefix(String) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置类前缀。
- setClassPrefix(String) - Method in class com.mybatisflex.codegen.config.MapperConfig
-
设置类前缀。
- setClassPrefix(String) - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
设置类前缀。
- setClassPrefix(String) - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
设置类前缀。
- setClassPrefix(String) - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
设置类前缀。
- setClassSuffix(String) - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
设置类后缀。
- setClassSuffix(String) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置类后缀。
- setClassSuffix(String) - Method in class com.mybatisflex.codegen.config.MapperConfig
-
设置类后缀。
- setClassSuffix(String) - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
设置类后缀。
- setClassSuffix(String) - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
设置类后缀。
- setClassSuffix(String) - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
设置类后缀。
- setClock(Clock) - Static method in class com.mybatisflex.core.audit.AuditManager
-
- setCollectionType(Map<Field, Class<?>>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setColumn(QueryColumn) - Method in class com.mybatisflex.core.query.Brackets
-
- setColumn(QueryColumn) - Method in class com.mybatisflex.core.query.QueryCondition
-
- setColumn(String) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setColumn(String) - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- setColumnCommentEnable(boolean) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- setColumnCommentFormat(UnaryOperator<String>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setColumnCommentFormat(UnaryOperator<String>) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置列注释格式化方案,用来生成实体类属性注释。
- setColumnConfig(ColumnConfig) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setColumnConfig(String, ColumnConfig) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setColumnConfig(ColumnConfig) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置列配置。
- setColumnConfig(String, ColumnConfig) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置列配置。
- setColumnConfig(ColumnConfig) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setColumnConfig(ColumnConfig) - Method in class com.mybatisflex.codegen.entity.Column
-
- setColumnConfigFactory(ColumnConfigFactory) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setColumnConfigFactory(ColumnConfigFactory) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
- setColumnConfigMap(Map<String, ColumnConfig>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setColumnConfigMap(Map<String, ColumnConfig>) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置列配置。
- setColumnConfigMap(Map<String, ColumnConfig>) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setColumnName(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setColumns(List<Column>) - Method in class com.mybatisflex.codegen.entity.Table
-
- setColumns(List<QueryColumn>) - Method in class com.mybatisflex.core.query.FunctionQueryColumn
-
- setColumns(String[]) - Method in class com.mybatisflex.core.table.TableInfo
-
- setComment(String) - Method in class com.mybatisflex.codegen.entity.Column
-
- setComment(String) - Method in class com.mybatisflex.codegen.entity.Table
-
- setComment(String) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setComment(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- setComment(String) - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- setConditionCaster(Function<? super QueryCondition, ? extends QueryCondition>) - Static method in class com.mybatisflex.core.query.QueryColumnBehavior
-
- setConfig(String, FlexGlobalConfig, boolean) - Static method in class com.mybatisflex.core.FlexGlobalConfig
-
设置全局配置
- setConfigLocation(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setConfigLocation(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setConfigLocation(Resource) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the location of the MyBatis SqlSessionFactory config file.
- setConfiguration(Configuration) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setConfiguration(FlexConfiguration) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- setConfiguration(MybatisFlexProperties.CoreConfiguration) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setConfiguration(MybatisFlexProperties.CoreConfiguration) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setConfiguration(Configuration) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set a customized MyBatis configuration.
- setConfigurationFactory(Class<?>) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setConfigurationFactory(Class<?>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setConfigurationProperties(Properties) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setConfigurationProperties(Properties) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setConfigurationProperties(Properties) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set optional properties to be passed into the SqlSession configuration, as alternative to a
<properties> tag in the configuration xml file.
- setConnectTimeout(int) - Static method in class com.mybatisflex.core.audit.http.HttpUtil
-
- setContext(Map<String, Object>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setContext(QueryWrapper, Map<String, Object>) - Static method in class com.mybatisflex.core.query.CPI
-
- setController(String) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置生成 Controller 模板文件的位置。
- setControllerClassPrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerClassSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerPackage(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerPackage(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置控制层包注释。
- setControllerPackage(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置控制层包路径。
- setControllerPackageComment(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerRequestMappingPrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerRestStyle(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setControllerTemplatePath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setCurrentType(Class<?>) - Static method in class com.mybatisflex.core.mybatis.MappedStatementTypes
-
- setCustomConfig(String, Object) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setCustomConfig(Map<String, Object>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setDatabaseIdProvider(DatabaseIdProvider) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the DatabaseIdProvider.
- setDataSource(String) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置实体类数据源。
- setDataSource(DataSource) - Method in class com.mybatisflex.codegen.Generator
-
- setDataSource(DataSource) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- setDataSource(String, DataSource) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- setDataSource(String) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setDataSource(QueryWrapper, String) - Static method in class com.mybatisflex.core.query.CPI
-
- setDataSource(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setDataSource(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- setDatasource(Map<String, Map<String, String>>) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setDatasource(Map<String, Map<String, String>>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setDataSource(DataSource) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSourceShardingStrategy(DataSourceShardingStrategy) - Static method in class com.mybatisflex.core.datasource.DataSourceManager
-
- setDbType(DbType) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setDecipher(DataSourceDecipher) - Static method in class com.mybatisflex.core.datasource.DataSourceManager
-
- setDefaultConfig(FlexGlobalConfig) - Static method in class com.mybatisflex.core.FlexGlobalConfig
-
- setDefaultDataSource(String) - Method in class com.mybatisflex.core.datasource.FlexDataSource
-
设置默认数据源(提供动态可控性)
- setDefaultDatasourceKey(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setDefaultDatasourceKey(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the default type handler class for enum.
- setDefaultExecutorType(ExecutorType) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setDefaultExecutorType(ExecutorType) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setDefaultFetchSize(Integer) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setDefaultFetchSize(Integer) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setDefaultMaxPageSize(int) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setDefaultPageSize(int) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setDefaultPageSize(int) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setDefaultPageSize(int) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setDefaultQueryColumns(String[]) - Method in class com.mybatisflex.core.table.TableInfo
-
- setDefaultQueryDepth(int) - Static method in class com.mybatisflex.core.relation.RelationManager
-
- setDefaultRelationQueryDepth(int) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setDefaultRelationQueryDepth(int) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setDefaultRelationQueryDepth(int) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setDefaultResultSetType(ResultSetType) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setDefaultResultSetType(ResultSetType) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setDefaultScriptingLanguageDriver(Class<? extends LanguageDriver>) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setDefaultScriptingLanguageDriver(Class<? extends LanguageDriver>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setDefaultScriptingLanguageDriver(Class<? extends LanguageDriver>) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set a default scripting language driver class.
- setDefaultSqlProviderType(Class<?>) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setDefaultSqlProviderType(Class<?>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setDefaultStatementTimeout(Integer) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setDefaultStatementTimeout(Integer) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setDeletedValueOfLogicDelete(Object) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setDeletedValueOfLogicDelete(Object) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setDeletedValueOfLogicDelete(Object) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setDialect(IDialect) - Method in class com.mybatisflex.codegen.Generator
-
- setDsName(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setDynamicSchemaProcessor(DynamicSchemaProcessor) - Static method in class com.mybatisflex.core.table.TableManager
-
- setDynamicTableProcessor(DynamicTableProcessor) - Static method in class com.mybatisflex.core.table.TableManager
-
- setElapsedTime(long) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setEmpty(boolean) - Method in class com.mybatisflex.core.query.QueryCondition
-
- setEnable(boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.AdminConfig
-
- setEnable(boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.SeataConfig
-
- setEnable(boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.AdminConfig
-
- setEnable(boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.SeataConfig
-
- setEndFragments(List<String>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setEndFragments(QueryWrapper, List<String>) - Static method in class com.mybatisflex.core.query.CPI
-
- setEndpoint(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties.AdminConfig
-
- setEndpoint(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.AdminConfig
-
- setEntity(String) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置生成 Entity 模板文件的位置。
- setEntityClass(Class) - Method in class com.mybatisflex.core.field.FieldQuery
-
- setEntityClass(Class<?>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setEntityClassPrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityClassSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityComment(String) - Method in class com.mybatisflex.processor.entity.TableInfo
-
- setEntityConfig(EntityConfig) - Method in class com.mybatisflex.codegen.entity.Column
-
- setEntityConfig(EntityConfig) - Method in class com.mybatisflex.codegen.entity.Table
-
- setEntityDataSource(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityInsertListeners(Map<Class<?>, List<InsertListener>>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setEntityInterfaces(Class<?>[]) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityJdkVersion(int) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityName(String) - Method in class com.mybatisflex.processor.entity.TableInfo
-
- setEntityOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityPackage(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityPackage(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置实体类层包注释。
- setEntityPackage(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置实体类层包路径。
- setEntityPackageComment(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntitySetListeners(Map<Class<?>, List<SetListener>>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setEntitySimpleName(String) - Method in class com.mybatisflex.processor.entity.TableInfo
-
- setEntitySuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntitySuperClassFactory(Function<Table, Class<?>>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityTemplatePath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityUpdateListeners(Map<Class<?>, List<UpdateListener>>) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setEntityWithBaseTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.EntityGenerator
-
- setEntityWithLombok(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEntityWithSwagger(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setEnvironment(Environment) - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
-
- setEnvironment(String) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
NOTE: This class overrides any Environment you have set in the MyBatis config file.
- setEnvironmentId(String) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- setExecutorType(ExecutorType) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setExecutorType(ExecutorType) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setExtraConditionParams(Map<String, Object>) - Static method in class com.mybatisflex.core.relation.RelationManager
-
- setFailFast(boolean) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
If true, a final check is done on Configuration to assure that all mapped statements are fully loaded and there is
no one still pending to resolve includes.
- setFieldName(String) - Method in class com.mybatisflex.core.field.FieldQuery
-
- setFieldWrapper(FieldWrapper) - Method in class com.mybatisflex.core.field.FieldQuery
-
- setFilePrefix(String) - Method in class com.mybatisflex.codegen.config.MapperXmlConfig
-
设置文件前缀。
- setFileSuffix(String) - Method in class com.mybatisflex.codegen.config.MapperXmlConfig
-
设置文件后缀。
- setFnName(String) - Method in class com.mybatisflex.core.query.FunctionQueryColumn
-
- setFnName(String) - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
-
- setFromIfNecessary(QueryWrapper, String) - Static method in class com.mybatisflex.core.query.CPI
-
- setFromIfNecessary(QueryWrapper, String, String) - Static method in class com.mybatisflex.core.query.CPI
-
- setGenerateForView(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setGenerateForView(boolean) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置是否生成视图。
- setGenerateSchema(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setGenerateSchema(String) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
获取要生成的模式。
- setGenerateTable(String...) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setGenerateTable(String...) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置生成哪些表。
- setGenerateTables(Set<String>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setGenerateTables(Set<String>) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置生成哪些表。
- setGlobalConfig(GlobalConfig) - Method in class com.mybatisflex.codegen.entity.Table
-
- setGlobalConfig(GlobalConfig) - Method in class com.mybatisflex.codegen.Generator
-
- setGlobalConfig(MybatisFlexProperties.GlobalConfig) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setGlobalConfig(MybatisFlexProperties.GlobalConfig) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setGlobalConfigs(ConcurrentHashMap<String, FlexGlobalConfig>) - Static method in class com.mybatisflex.core.FlexGlobalConfig
-
- setGroupByColumns(List<QueryColumn>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setGroupByColumns(QueryWrapper, List<QueryColumn>) - Static method in class com.mybatisflex.core.query.CPI
-
- setGson(Gson) - Static method in class com.mybatisflex.core.handler.GsonTypeHandler
-
- setHavingQueryCondition(QueryCondition) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setHavingQueryCondition(QueryWrapper, QueryCondition) - Static method in class com.mybatisflex.core.query.CPI
-
- setHint(String) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setHint(QueryWrapper, String) - Static method in class com.mybatisflex.core.query.CPI
-
- setHintDbType(DbType) - Static method in class com.mybatisflex.core.dialect.DialectFactory
-
设置当前线程的 dbType
- setHintSchemaMapping(String, String) - Static method in class com.mybatisflex.core.table.TableManager
-
- setHintTableMapping(String, String) - Static method in class com.mybatisflex.core.table.TableManager
-
- setHostIp(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setId(RowKey) - Method in class com.mybatisflex.core.row.DbChain
-
- setId(RowKey, Object) - Method in class com.mybatisflex.core.row.DbChain
-
- setIgnore(boolean) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setIgnoreColumns(String...) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置需要忽略的列 全局配置。
- setIgnoreFunction(Predicate<Object>) - Static method in class com.mybatisflex.core.query.QueryColumnBehavior
-
- setIgnoreRelations(Set<String>) - Static method in class com.mybatisflex.core.relation.RelationManager
-
- setImplInterfaces(Class<?>...) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置实现接口。
- setInsertListenerClass(Class<? extends InsertListener>) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setInsertPrimaryKeys(String[]) - Method in class com.mybatisflex.core.table.TableInfo
-
- setInstanceSuffix(String) - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
设置生成的表对应的变量后缀。
- setJdbcType(JdbcType) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setJdbcType(JdbcType) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setJdbcTypeForNull(JdbcType) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setJdbcTypeForNull(JdbcType) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setJdkVersion(int) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置项目jdk版本
- setJoinQueryCondition(Join, QueryCondition) - Static method in class com.mybatisflex.core.query.CPI
-
- setJoins(List<Join>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setJoins(QueryWrapper, List<Join>) - Static method in class com.mybatisflex.core.query.CPI
-
- setJoinSelfColumn(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setJoinTable(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setJoinTables(List<QueryTable>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setJoinTables(QueryWrapper, List<QueryTable>) - Static method in class com.mybatisflex.core.query.CPI
-
- setJoinTargetColumn(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setKey(String) - Method in class com.mybatisflex.core.query.UnionWrapper
-
- setKeyBefore(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setKeyConfig(FlexGlobalConfig.KeyConfig) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setKeyConfig(FlexGlobalConfig.KeyConfig) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setKeyConfig(FlexGlobalConfig.KeyConfig) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setKeyType(KeyType) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setKeyType(KeyType) - Method in class com.mybatisflex.core.FlexGlobalConfig.KeyConfig
-
- setKeyType(KeyType) - Method in class com.mybatisflex.core.table.IdInfo
-
- setKeyValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setKeywordsToUpperCase(boolean) - Method in class com.mybatisflex.core.dialect.KeywordWrap
-
- setLarge(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setLargeColumns(String[]) - Method in class com.mybatisflex.core.table.TableInfo
-
- setLastTimeMillis(long) - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- setLazyLoadingEnabled(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setLazyLoadingEnabled(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setLazyLoadTriggerMethods(Set<String>) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setLazyLoadTriggerMethods(Set<String>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setLimitOffset(Long) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setLimitOffset(QueryWrapper, Long) - Static method in class com.mybatisflex.core.query.CPI
-
- setLimitRows(Long) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setLimitRows(QueryWrapper, Long) - Static method in class com.mybatisflex.core.query.CPI
-
- SetListener - Interface in com.mybatisflex.annotation
-
查询实体类数据时,对实体类的属性设置的监听。
- setListenerClass(Class<? extends SetListener>) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
-
- setLocalCacheScope(LocalCacheScope) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setLocalCacheScope(LocalCacheScope) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setLogic(String) - Method in class com.mybatisflex.core.query.Brackets
-
- setLogic(String) - Method in class com.mybatisflex.core.query.QueryCondition
-
- setLogicDelete(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setLogicDeleteColumn(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setLogicDeleteColumn(String) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置逻辑删除列。
- setLogicDeleteColumn(String) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setLogicDeleteColumn(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- setLogicDeleteColumn(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setLogicDeleteColumn(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setLogImpl(Class<? extends Log>) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- setLogImpl(Class<? extends Log>) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setLogImpl(Class<? extends Log>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setLoginTimeout(int) - Method in class com.mybatisflex.core.datasource.AbstractDataSource
-
Setting a login timeout is not supported.
- setLogPrefix(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setLogPrefix(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setLogWriter(PrintWriter) - Method in class com.mybatisflex.core.datasource.AbstractDataSource
-
LogWriter methods are not supported.
- setManualKeyThreadLocal(ThreadLocal<String>) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
-
Deprecated.
- setMapKeyField(String) - Method in class com.mybatisflex.core.relation.ToManyRelation
-
- setMapper(String) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置生成 Mapper 模板文件的位置。
- setMapperAnnotation(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperAnnotation(boolean) - Method in class com.mybatisflex.codegen.config.MapperConfig
-
设置是否添加 @Mapper 注解。
- setMapperClassPrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperClassSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperGenerateEnable(Boolean) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setMapperLocations(String[]) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setMapperLocations(String[]) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setMapperLocations(Resource...) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set locations of MyBatis mapper files that are going to be merged into the SqlSessionFactory configuration
at runtime.
- setMapperOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperPackage(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperPackage(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置映射层包注释。
- setMapperPackage(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置映射层包路径。
- setMapperPackageComment(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperTemplatePath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperXml(String) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置生成 MapperXml 模板文件的位置。
- setMapperXmlFilePrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperXmlFileSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperXmlGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperXmlOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperXmlPath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapperXmlPath(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置 Mapper XML 文件路径。
- setMapperXmlTemplatePath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setMapUnderscoreToCamelCase(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setMapUnderscoreToCamelCase(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setMaskType(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setMaskType(String) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setMaxDepth(int) - Static method in class com.mybatisflex.core.relation.RelationManager
-
- setMessageCollector(MessageCollector) - Static method in class com.mybatisflex.core.audit.AuditManager
-
- setMessageFactory(MessageFactory) - Static method in class com.mybatisflex.core.audit.AuditManager
-
- setMessageReporter(MessageReporter) - Static method in class com.mybatisflex.core.audit.AuditManager
-
- setMetas(Map<String, Object>) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setModule(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setMultipleResultSetsEnabled(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setMultipleResultSetsEnabled(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setName(String) - Method in class com.mybatisflex.codegen.entity.Column
-
- setName(String) - Method in class com.mybatisflex.codegen.entity.Table
-
- setName(String) - Method in class com.mybatisflex.core.query.QueryColumn
-
- setName(String) - Method in class com.mybatisflex.core.query.QueryTable
-
- setName(String) - Method in class com.mybatisflex.core.query.WithItem
-
- setNonNullParameter(PreparedStatement, int, T, JdbcType) - Method in class com.mybatisflex.core.handler.BaseJsonTypeHandler
-
- setNonNullParameter(PreparedStatement, int, List<String>, JdbcType) - Method in class com.mybatisflex.core.handler.CommaSplitTypeHandler
-
- setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class com.mybatisflex.core.handler.FlexEnumTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class com.mybatisflex.core.mask.MaskTypeHandler
-
- setNormalValueOfLogicDelete(Object) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setNormalValueOfLogicDelete(Object) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setNormalValueOfLogicDelete(Object) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setNullable(Integer) - Method in class com.mybatisflex.codegen.entity.Column
-
- setNullableOnForEach(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setNullableOnForEach(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setObjectFactory(ObjectFactory) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the ObjectFactory.
- setObjectMapper(ObjectMapper) - Static method in class com.mybatisflex.core.handler.JacksonTypeHandler
-
- setObjectWrapperFactory(ObjectWrapperFactory) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the ObjectWrapperFactory.
- setOffsetPeriod(long) - Static method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- setOnInsertColumns(Map<String, String>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setOnInsertListeners(List<InsertListener>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setOnInsertValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setOnlyQueryValueField(boolean) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setOnSetListeners(List<SetListener>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setOnUpdateColumns(Map<String, String>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setOnUpdateListeners(List<UpdateListener>) - Method in class com.mybatisflex.core.table.TableInfo
-
- setOnUpdateValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setOptimizeCountQuery(boolean) - Method in class com.mybatisflex.core.paginate.Page
-
设置是否自动优化 COUNT 查询语句。
- setOrderBys(List<QueryOrderBy>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setOrderBys(QueryWrapper, List<QueryOrderBy>) - Static method in class com.mybatisflex.core.query.CPI
-
- setOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
设置是否覆盖原有文件。
- setOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置是否覆盖原有文件。
- setOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.MapperConfig
-
设置是否覆盖原有文件。
- setOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.MapperXmlConfig
-
设置是否覆盖原有文件。
- setOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
设置是否覆盖原有文件。
- setOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
设置是否覆盖原有文件。
- setOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
设置是否覆盖原有文件。
- setPackageInfoGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setPageNumber(long) - Method in class com.mybatisflex.core.paginate.Page
-
设置当前页码。
- setPageSize(long) - Method in class com.mybatisflex.core.paginate.Page
-
设置当前每页数据数量。
- setParameter(PreparedStatement, int, E, JdbcType) - Method in class com.mybatisflex.core.handler.CompositeEnumTypeHandler
-
- setParameter(PreparedStatement, int, Object, JdbcType) - Method in class com.mybatisflex.core.mask.CompositeMaskTypeHandler
-
- setParameter(PreparedStatement, int) - Method in class com.mybatisflex.core.mybatis.TypeHandlerObject
-
- setParameters(PreparedStatement) - Method in class com.mybatisflex.core.mybatis.SqlArgsParameterHandler
-
- setParams(List<String>) - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
-
- setParams(List<String>) - Method in class com.mybatisflex.core.query.WithItem
-
- setParams(Object[]) - Method in class com.mybatisflex.core.query.WithStringDetail
-
- setPlatform(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setPlugins(Interceptor...) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Mybatis plugin list.
- setPrevent(boolean) - Method in class com.mybatisflex.core.field.FieldQuery
-
- setPrimaryColumns(String[]) - Method in class com.mybatisflex.core.table.TableInfo
-
- setPrimaryKey(boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setPrimaryKey(boolean) - Method in class com.mybatisflex.codegen.entity.Column
-
- setPrimaryKeys(Set<String>) - Method in class com.mybatisflex.codegen.entity.Table
-
- setPrimaryKeys(Set<RowKey>) - Method in class com.mybatisflex.core.row.Row
-
- setPrintBanner(boolean) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setPrintBanner(boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setPrintBanner(boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setProcessor(LogicDeleteProcessor) - Static method in class com.mybatisflex.core.logicdelete.LogicDeleteManager
-
设置逻辑删除处理器。
- setProperties(Properties) - Method in class com.mybatisflex.solon.transaction.SolonManagedTransactionFactory
-
- setPropertiesNameStyle(TableDefConfig.NameStyle) - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
设置生成辅助类的引用常量名后缀。
- setProperty(String) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setProperty(String) - Method in class com.mybatisflex.processor.entity.ColumnInfo
-
- setPropertyDefaultValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setPropertyType(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setPropertyType(String) - Method in class com.mybatisflex.codegen.entity.Column
-
- setPropertyType(Class<?>) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setQuery(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setQueryBuilder(QueryBuilder) - Method in class com.mybatisflex.core.field.FieldQuery
-
- setQueryColumns(List<QueryColumn>) - Method in class com.mybatisflex.core.query.DistinctQueryColumn
-
- setQueryCount(int) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setQueryParams(List<Object>) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setQueryRelations(Set<String>) - Static method in class com.mybatisflex.core.relation.RelationManager
-
- setQueryTable(QueryWrapper, List<QueryTable>) - Static method in class com.mybatisflex.core.query.CPI
-
- setQueryTables(List<QueryTable>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setQueryTime(long) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setQueryWrapper(QueryWrapper) - Method in class com.mybatisflex.core.query.SelectQueryTable
-
- setQueryWrapper(QueryWrapper) - Method in class com.mybatisflex.core.query.UnionWrapper
-
- setQueryWrapper(QueryWrapper) - Method in class com.mybatisflex.core.query.WithSelectDetail
-
- setQueryWrapper(QueryWrapper) - Method in class com.mybatisflex.core.query.WithValuesDetail
-
- setRaw(String, Object, boolean) - Method in class com.mybatisflex.core.row.DbChain
-
- setRaw(QueryColumn, Object, boolean) - Method in class com.mybatisflex.core.row.DbChain
-
- setRaw(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.row.DbChain
-
- setRaw(String, Object, boolean) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(QueryColumn, Object, boolean) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(String, Object) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(String, Object, BooleanSupplier) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(String, V, Predicate<V>) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(QueryColumn, Object) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(QueryColumn, Object, BooleanSupplier) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(QueryColumn, V, Predicate<V>) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(LambdaGetter<T>, Object, BooleanSupplier) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.row.Row
-
- setRaw(String, Object) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(String, Object, boolean) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(String, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(String, V, Predicate<V>) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(QueryColumn, Object) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(QueryColumn, Object, boolean) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(QueryColumn, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(QueryColumn, V, Predicate<V>) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(LambdaGetter<T>, Object) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(LambdaGetter<T>, Object, boolean) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(LambdaGetter<T>, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(LambdaGetter<T>, V, Predicate<V>) - Method in interface com.mybatisflex.core.update.PropertySetter
-
设置字段对应原生值。
- setRaw(String, Object, boolean) - Method in class com.mybatisflex.core.update.UpdateChain
-
- setRaw(QueryColumn, Object, boolean) - Method in class com.mybatisflex.core.update.UpdateChain
-
- setRaw(LambdaGetter<L>, Object, boolean) - Method in class com.mybatisflex.core.update.UpdateChain
-
- setRaw(String, Object, boolean) - Method in interface com.mybatisflex.core.update.UpdateWrapper
-
- setRaw(QueryColumn, Object, boolean) - Method in interface com.mybatisflex.core.update.UpdateWrapper
-
- setRaw(LambdaGetter<E>, Object, boolean) - Method in interface com.mybatisflex.core.update.UpdateWrapper
-
- setRawLength(int) - Method in class com.mybatisflex.codegen.entity.Column
-
- setRawSQL(String) - Method in class com.mybatisflex.core.query.WithStringDetail
-
- setRawType(String) - Method in class com.mybatisflex.codegen.entity.Column
-
- setReadTimeout(int) - Static method in class com.mybatisflex.core.audit.http.HttpUtil
-
- setRecords(List<T>) - Method in class com.mybatisflex.core.paginate.Page
-
设置当前页的数据。
- setRecursive(boolean) - Method in class com.mybatisflex.core.query.With
-
- setReflector(Reflector) - Method in class com.mybatisflex.core.table.TableInfo
-
- setRelationField(Field) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setRelationFieldWrapper(FieldWrapper) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setRequestMappingPrefix(String) - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
设置访问路径的前缀
- setRestStyle(boolean) - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
设置 REST 风格。
- setReturnInstanceForEmptyRow(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setReturnInstanceForEmptyRow(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setSafeResultHandlerEnabled(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setSafeResultHandlerEnabled(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setSafeRowBoundsEnabled(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setSafeRowBoundsEnabled(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setSchema(String) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setSchema(String) - Method in class com.mybatisflex.codegen.entity.Table
-
- setSchema(String) - Method in class com.mybatisflex.core.query.QueryTable
-
- setSchema(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- setSchema(String) - Method in class com.mybatisflex.processor.entity.TableInfo
-
- setScriptingLanguageDrivers(LanguageDriver...) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set scripting language drivers.
- setSeataConfig(MybatisFlexProperties.SeataConfig) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setSeataConfig(MybatisFlexProperties.SeataConfig) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setSeataMode(MybatisFlexProperties.SeataMode) - Method in class com.mybatisflex.solon.MybatisFlexProperties.SeataConfig
-
- setSeataMode(MybatisFlexProperties.SeataMode) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.SeataConfig
-
- setSecretKey(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties.AdminConfig
-
- setSecretKey(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.AdminConfig
-
- setSelectColumns(List<QueryColumn>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setSelectColumns(QueryWrapper, List<QueryColumn>) - Static method in class com.mybatisflex.core.query.CPI
-
- setSelectColumnsIfNecessary(QueryWrapper, List<QueryColumn>) - Static method in class com.mybatisflex.core.query.CPI
-
- setSelfEntityClass(Class<SelfEntity>) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setSelfField(Field) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setSelfFieldWrapper(FieldWrapper) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setSequence(long) - Method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- setService(String) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置生成 Service 模板文件的位置。
- setServiceClassPrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceClassSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImpl(String) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置生成 ServiceImpl 模板文件的位置。
- setServiceImplCacheExample(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplClassPrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplClassSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplPackage(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplPackage(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置服务层实现包注释。
- setServiceImplPackage(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置服务层实现包路径。
- setServiceImplPackageComment(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceImplTemplatePath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServicePackage(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServicePackage(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置服务层包注释。
- setServicePackage(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置服务层包路径。
- setServicePackageComment(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setServiceTemplatePath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setSetListenerClass(Class<? extends SetListener>) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setShrinkWhitespacesInSql(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setShrinkWhitespacesInSql(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setSince(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setSince(Supplier<String>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setSince(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置自。
- setSince(Supplier<String>) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置自。
- setSmartConvertInToEquals(boolean) - Static method in class com.mybatisflex.core.query.QueryColumnBehavior
-
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.MapperConfig
-
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置生成目录。
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
- setSourceDir(String) - Method in class com.mybatisflex.codegen.config.TableDefConfig
-
- setSqlSessionFactory(SqlSessionFactory) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setSqlSessionFactoryBuilder(SqlSessionFactoryBuilder) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the SqlSessionFactoryBuilder to use when creating the SqlSessionFactory.
- setSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.ControllerConfig
-
设置父类。
- setSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置父类。
- setSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.MapperConfig
-
设置父类。
- setSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.ServiceConfig
-
设置父类。
- setSuperClass(Class<?>) - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
-
设置父类。
- setSuperClassFactory(Function<Table, Class<?>>) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- setSwaggerVersion(EntityConfig.SwaggerVersion) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置 Swagger 版本
- setTable(QueryTable) - Method in class com.mybatisflex.core.query.QueryColumn
-
- setTableCommentFormat(UnaryOperator<String>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableCommentFormat(UnaryOperator<String>) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置表注释格式化方案,用来生成实体类注释。
- setTableConfig(TableConfig) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableConfig(TableConfig) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置表配置。
- setTableConfig(TableConfig) - Method in class com.mybatisflex.codegen.entity.Table
-
- setTableConfigMap(Map<String, TableConfig>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableConfigMap(Map<String, TableConfig>) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置表配置。
- setTableDef(String) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置生成 TableDef 模板文件的位置。
- setTableDefClassPrefix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefClassSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefGenerateEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefInstanceSuffix(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefOverwriteEnable(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefPackage(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefPackage(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
-
设置表定义层包注释。
- setTableDefPackage(String) - Method in class com.mybatisflex.codegen.config.PackageConfig
-
设置表定义层包路径。
- setTableDefPackageComment(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefPropertiesNameStyle(TableDefConfig.NameStyle) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableDefTemplatePath(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTableName(String) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setTableName(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- setTableName(String) - Method in class com.mybatisflex.processor.entity.TableInfo
-
- setTablePrefix(String...) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTablePrefix(String...) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置表前缀。
- setTableSuffix(String...) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置表后缀。
- setTargetEntityClass(Class<?>) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setTargetField(Field) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setTargetFieldWrapper(FieldWrapper) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setTargetSchema(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setTargetTable(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setTargetTableInfo(TableInfo) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setTemplate(ITemplate) - Method in class com.mybatisflex.codegen.config.TemplateConfig
-
设置模板引擎。
- setTemplateEngine(ITemplate) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setTemplatePath(String) - Method in interface com.mybatisflex.codegen.generator.IGenerator
-
设置模板文件位置。
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.ControllerGenerator
-
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.EntityGenerator
-
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.MapperGenerator
-
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.MapperXmlGenerator
-
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.PackageInfoGenerator
-
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.ServiceGenerator
-
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.ServiceImplGenerator
-
- setTemplatePath(String) - Method in class com.mybatisflex.codegen.generator.impl.TableDefGenerator
-
- setTenantColumn(String) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setTenantColumn(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setTenantColumn(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setTenantFactory(TenantFactory) - Static method in class com.mybatisflex.core.tenant.TenantManager
-
- setTenantId(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setTenantIdColumn(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- setterMethod() - Method in class com.mybatisflex.codegen.entity.Column
-
- setThenValue(Object) - Method in class com.mybatisflex.core.query.CaseQueryColumn.When
-
- setThenValue(Object) - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn.When
-
- setThreadLocal(ThreadLocal<Deque<String>>) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
-
- setTotalPage(long) - Method in class com.mybatisflex.core.paginate.Page
-
设置总页数。
- setTotalRow(long) - Method in class com.mybatisflex.core.paginate.Page
-
设置数据总数。
- setTransactionFactory(TransactionFactory) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- setTransactionFactory(TransactionFactory) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the MyBatis TransactionFactory to use.
- setTwepoch(long) - Static method in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
- setTypeAliases(Class<?>...) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
List of type aliases to register.
- setTypeAliasesPackage(String[]) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setTypeAliasesPackage(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setTypeAliasesPackage(String) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Packages to search for type aliases.
- setTypeAliasesSuperType(Class<?>) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setTypeAliasesSuperType(Class<?>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setTypeAliasesSuperType(Class<?>) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Super class which domain objects have to extend to have a type alias created.
- setTypeHandler(Class<? extends TypeHandler>) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setTypeHandler(TypeHandler<?>) - Method in class com.mybatisflex.core.table.ColumnInfo
-
- setTypeHandlers(TypeHandler<?>...) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set type handlers.
- setTypeHandlersPackage(String[]) - Method in class com.mybatisflex.solon.MybatisFlexProperties
-
- setTypeHandlersPackage(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
-
- setTypeHandlersPackage(String) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Packages to search for type handlers.
- setTypeMapper(JdbcTypeMapping.JdbcTypeMapper) - Static method in class com.mybatisflex.codegen.dialect.JdbcTypeMapping
-
- setUnGenerateTable(String...) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setUnGenerateTable(String...) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置不生成哪些表。
- setUnGenerateTables(Set<String>) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setUnGenerateTables(Set<String>) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置不生成哪些表。
- setUnions(List<UnionWrapper>) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setUnions(QueryWrapper, List<UnionWrapper>) - Static method in class com.mybatisflex.core.query.CPI
-
- setUnMappedColumnHandler(UnMappedColumnHandler) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setUpdateListenerClass(Class<? extends UpdateListener>) - Method in class com.mybatisflex.codegen.config.TableConfig
-
- setUrl(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setUrlDecodingCharset(Charset) - Static method in class com.mybatisflex.spring.boot.SpringBootVFS
-
Set the charset for decoding an encoded URL string.
- setUseActualParamName(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setUseActualParamName(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setUseColumnLabel(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setUseColumnLabel(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setUseGeneratedKeys(Boolean) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setUseGeneratedKeys(Boolean) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setUser(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setUserIp(String) - Method in class com.mybatisflex.core.audit.AuditMessage
-
- setValue(String) - Method in class com.mybatisflex.core.FlexGlobalConfig.KeyConfig
-
- setValue(Object) - Method in class com.mybatisflex.core.query.Brackets
-
- setValue(Object) - Method in class com.mybatisflex.core.query.QueryCondition
-
- setValue(String) - Method in class com.mybatisflex.core.table.IdInfo
-
- setValue(int) - Method in enum com.mybatisflex.core.transaction.Propagation
-
- setValueField(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
-
- setVariables(Properties) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setVariables(Properties) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setVersion(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig
-
- setVersionColumn(String) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setVersionColumn(String) - Method in class com.mybatisflex.codegen.config.StrategyConfig
-
设置版本列。
- setVersionColumn(String) - Method in class com.mybatisflex.core.FlexGlobalConfig
-
- setVersionColumn(String) - Method in class com.mybatisflex.core.table.TableInfo
-
- setVersionColumn(String) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
-
- setVersionColumn(String) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
-
- setVfs(Class<? extends VFS>) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the VFS.
- setVfsImpl(Class<? extends VFS>) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
-
- setVfsImpl(Class<? extends VFS>) - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
-
- setWhereQueryCondition(QueryCondition) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
-
- setWhereQueryCondition(QueryWrapper, QueryCondition) - Static method in class com.mybatisflex.core.query.CPI
-
- setWithActiveRecord(boolean) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置是否启用 Active Record。
- setWithActiveRecord(boolean) - Method in class com.mybatisflex.codegen.config.GlobalConfig
-
- setWithBaseClassEnable(boolean) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- setWithBaseClassSuffix(String) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- setWithBasePackage(String) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
- setWithDetail(WithDetail) - Method in class com.mybatisflex.core.query.WithItem
-
- setWithItems(List<WithItem>) - Method in class com.mybatisflex.core.query.With
-
- setWithLombok(boolean) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置是否使用 Lombok。
- setWithSwagger(boolean) - Method in class com.mybatisflex.codegen.config.EntityConfig
-
设置是否启用 Swagger。
- sha256(String) - Static method in class com.mybatisflex.core.audit.http.HashUtil
-
- SIGN - Static variable in class com.mybatisflex.core.constant.FuncName
-
- sign(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 的符号,x 是负数、0、正数分别返回 -1、0、1。
- sign(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 的符号,x 是负数、0、正数分别返回 -1、0、1。
- sign(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 的符号,x 是负数、0、正数分别返回 -1、0、1。
- simpleName - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- SIN - Static variable in class com.mybatisflex.core.constant.FuncName
-
- sin(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
求正弦值。
- sin(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
求正弦值。
- sin(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
求正弦值。
- SINGLE_QUOTE - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- SINODB - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
-
- SKIP - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- skipLogicDelete() - Static method in class com.mybatisflex.core.logicdelete.LogicDeleteManager
-
跳过逻辑删除字段处理。
- skipMask() - Static method in class com.mybatisflex.core.mask.MaskManager
-
跳过脱敏处理
- skipOptimisticLock() - Static method in class com.mybatisflex.core.optimisticlock.OptimisticLockManager
-
跳过乐观锁字段处理。
- SNOW_FLAKE_ID - Static variable in class com.mybatisflex.core.row.RowKey
-
snowFlakeId
- snowFlakeId - Static variable in class com.mybatisflex.core.keygen.KeyGenerators
-
- SnowFlakeIDKeyGenerator - Class in com.mybatisflex.core.keygen.impl
-
雪花算法 ID 生成器。
最高 1 位固定值 0,因为生成的 ID 是正整数;
接下来 41 位存储毫秒级时间戳,2 ^ 41 / ( 1000 * 60 * 60 * 24 * 365) = 69,大概可以使用 69 年;
再接下 10 位存储机器码,包括 5 位 dataCenterId 和 5 位 workerId,最多可以部署 2 ^ 10 = 1024 台机器;
最后 12 位存储序列号,同一毫秒时间戳时,通过这个递增的序列号来区分,即对于同一台机器而言,同一毫秒时间戳下,可以生成 2 ^ 12 = 4096 个不重复 ID。
- SnowFlakeIDKeyGenerator() - Constructor for class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
雪花算法 ID 生成器。
- SnowFlakeIDKeyGenerator(InetAddress) - Constructor for class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
根据 IP 地址计算数据中心 ID 和工作机器 ID 生成数据库 ID。
- SnowFlakeIDKeyGenerator(long, long) - Constructor for class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
-
根据数据中心 ID 和工作机器 ID 生成数据库 ID。
- SolonManagedTransaction - Class in com.mybatisflex.solon.transaction
-
- SolonManagedTransaction(DataSource) - Constructor for class com.mybatisflex.solon.transaction.SolonManagedTransaction
-
- SolonManagedTransactionFactory - Class in com.mybatisflex.solon.transaction
-
- SolonManagedTransactionFactory() - Constructor for class com.mybatisflex.solon.transaction.SolonManagedTransactionFactory
-
- SPACE - Static variable in class com.mybatisflex.core.constant.FuncName
-
- space(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 n 个空格。
- space(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 n 个空格。
- space(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 n 个空格。
- SpringBootVFS - Class in com.mybatisflex.spring.boot
-
MyBatis 的 VFS 支持。
参考:https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/SpringBootVFS.java
- SpringBootVFS() - Constructor for class com.mybatisflex.spring.boot.SpringBootVFS
-
- SQL - Static variable in class com.mybatisflex.core.FlexConsts
-
- SQL_ARGS - Static variable in class com.mybatisflex.core.FlexConsts
-
- SqlArgsParameterHandler - Class in com.mybatisflex.core.mybatis
-
- SqlArgsParameterHandler(MappedStatement, Object, BoundSql) - Constructor for class com.mybatisflex.core.mybatis.SqlArgsParameterHandler
-
- SqlConnector - Enum in com.mybatisflex.core.constant
-
- SqlConsts - Class in com.mybatisflex.core.constant
-
SQL 构建常量池。
- SQLITE - Static variable in interface com.mybatisflex.codegen.dialect.IDialect
-
Sqlite 方言。
- SqliteDialect - Class in com.mybatisflex.codegen.dialect.impl
-
Sqlite 方言实现。
- SqliteDialect() - Constructor for class com.mybatisflex.codegen.dialect.impl.SqliteDialect
-
- SqlOperator - Enum in com.mybatisflex.core.constant
-
SQL 操作符。
- SqlOperators - Class in com.mybatisflex.core.query
-
SQL 操作符集合,用于为多个字段分别设置操作符。
- SqlOperators() - Constructor for class com.mybatisflex.core.query.SqlOperators
-
- SqlOperators(int) - Constructor for class com.mybatisflex.core.query.SqlOperators
-
带初始容量的构造函数。
- SqlOperators(SqlOperators) - Constructor for class com.mybatisflex.core.query.SqlOperators
-
复制构造函数。
- SQLSERVER - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
-
derby 的处理器
适合 DbType#DERBY,DbType#ORACLE_12C,DbType#SQLSERVER ,DbType#POSTGRE_SQL
- Sqlserver2005DialectImpl - Class in com.mybatisflex.core.dialect.impl
-
- Sqlserver2005DialectImpl() - Constructor for class com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
-
- Sqlserver2005DialectImpl(LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
-
- Sqlserver2005DialectImpl(KeywordWrap, LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
-
- SQLSERVER_2005 - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
-
SqlServer 2005 limit 处理器
- SqlserverDialectImpl - Class in com.mybatisflex.core.dialect.impl
-
- SqlserverDialectImpl() - Constructor for class com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
-
- SqlserverDialectImpl(LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
-
- SqlserverDialectImpl(KeywordWrap, LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
-
- sqlSession - Variable in class com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
-
- sqlSessionFactory(MybatisFlexProperties, FlexConfiguration, FlexGlobalConfig, SqlSessionFactoryBuilder) - Method in class com.mybatisflex.solon.MybatisFlexAutoConfiguration
-
- sqlSessionFactory(DataSource) - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- SqlSessionFactoryBeanCustomizer - Interface in 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/SqlSessionFactoryBeanCustomizer.java
为 FlexSqlSessionFactoryBean 做自定义的配置支持。
- sqlSessionFactoryBeanCustomizers - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- sqlSessionFactoryBuilder() - Method in class com.mybatisflex.solon.MybatisFlexAutoConfiguration
-
- sqlSessionTemplate(SqlSessionFactory) - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
-
- SqlUtil - Class in com.mybatisflex.core.util
-
- SQRT - Static variable in class com.mybatisflex.core.constant.FuncName
-
- sqrt(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 的平方根。
- sqrt(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 的平方根。
- sqrt(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回 x 的平方根。
- SQUARE_BRACKETS - Static variable in class com.mybatisflex.core.dialect.KeywordWrap
-
方括号反义处理, 适用于 sqlserver
- start() - Method in class com.mybatisflex.core.MybatisFlexBootstrap
-
- start(AppContext) - Method in class com.mybatisflex.solon.integration.MybatisFlexPlugin
-
- START_AT - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- startAudit(AuditManager.AuditRunnable<T>, Statement, BoundSql, Configuration) - Static method in class com.mybatisflex.core.audit.AuditManager
-
- started - Variable in class com.mybatisflex.core.MybatisFlexBootstrap
-
- startsWithAny(String, String...) - Static method in class com.mybatisflex.core.util.StringUtil
-
- startTransactional() - Static method in class com.mybatisflex.core.transaction.TransactionalManager
-
- StrategyConfig - Class in com.mybatisflex.codegen.config
-
表策略配置。
- StrategyConfig() - Constructor for class com.mybatisflex.codegen.config.StrategyConfig
-
- STRCMP - Static variable in class com.mybatisflex.core.constant.FuncName
-
- strcmp(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
比较字符串 s1 和 s2。
- strcmp(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
比较字符串 s1 和 s2。
- strcmp(LambdaGetter<S1>, LambdaGetter<S2>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
比较字符串 s1 和 s2。
- string(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
构建数字常量。
- StringFunctionQueryColumn - Class in com.mybatisflex.core.query
-
数据库 聚合函数,例如 CONVERT(NVARCHAR(30), GETDATE(), 126) 等等
- StringFunctionQueryColumn(String, String...) - Constructor for class com.mybatisflex.core.query.StringFunctionQueryColumn
-
- StringUtil - Class in com.mybatisflex.core.util
-
- StrUtil - Class in com.mybatisflex.processor.util
-
字符串工具类。
- SUBDATE - Static variable in class com.mybatisflex.core.constant.FuncName
-
- subDate(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
计算起始日期 d 减去 n 天的日期。
- subDate(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
计算起始日期 d 减去 n 天的日期。
- subDate(LambdaGetter<D>, LambdaGetter<N>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
计算起始日期 d 减去 n 天的日期。
- SUBSTRING - Static variable in class com.mybatisflex.core.constant.FuncName
-
- substring(String, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
- substring(QueryColumn, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
- substring(LambdaGetter<S>, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
- substring(String, int, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
- substring(QueryColumn, int, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
- substring(LambdaGetter<S>, int, int) - Static method in class com.mybatisflex.core.query.QueryMethods
-
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
- substringAfterLast(String, String) - Static method in class com.mybatisflex.core.util.StringUtil
-
- SUBTIME - Static variable in class com.mybatisflex.core.constant.FuncName
-
- subTime(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
计算起始时间 t 减去 n 秒的时间。
- subTime(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
计算起始时间 t 减去 n 秒的时间。
- subTime(LambdaGetter<T>, LambdaGetter<N>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
计算起始时间 t 减去 n 秒的时间。
- subtract(QueryColumn) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
-
- subtract(Number) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
-
- subtract(QueryColumn) - Method in class com.mybatisflex.core.query.QueryColumn
-
- subtract(Number) - Method in class com.mybatisflex.core.query.QueryColumn
-
- SUM - Static variable in class com.mybatisflex.core.constant.FuncName
-
- sum(String) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定字段值的和。
- sum(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定字段值的和。
- sum(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回指定字段值的和。
- SYBASE - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
-
- SYSDATE - Static variable in class com.mybatisflex.core.constant.FuncName
-
- sysDate() - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回当前日期和时间。
- VALUE - Static variable in class com.mybatisflex.core.FlexConsts
-
- value - Variable in class com.mybatisflex.core.query.QueryCondition
-
- value - Variable in class com.mybatisflex.core.row.RowKey
-
主键类型为 Sequence 和 Generator 时的对应的内容
- valueField - Variable in class com.mybatisflex.core.relation.AbstractRelation
-
- valueOf(String) - Static method in enum com.mybatisflex.annotation.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.codegen.config.EntityConfig.SwaggerVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.codegen.config.GlobalConfig.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.codegen.config.TableDefConfig.NameStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.core.constant.SqlConnector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.core.constant.SqlOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.core.datasource.DataSourceProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.core.dialect.DbType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.core.dialect.OperateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.core.exception.locale.LocalizedFormats
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.core.transaction.Propagation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.processor.config.ConfigurationKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.solon.MybatisFlexProperties.SeataMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mybatisflex.spring.boot.MybatisFlexProperties.SeataMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mybatisflex.annotation.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.codegen.config.EntityConfig.SwaggerVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.codegen.config.GlobalConfig.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.codegen.config.TableDefConfig.NameStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.core.constant.SqlConnector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class com.mybatisflex.core.constant.SqlConsts
-
- values() - Static method in enum com.mybatisflex.core.constant.SqlOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.core.datasource.DataSourceProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.core.dialect.DbType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.core.dialect.OperateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.core.exception.locale.LocalizedFormats
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.core.transaction.Propagation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.processor.config.ConfigurationKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.solon.MybatisFlexProperties.SeataMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mybatisflex.spring.boot.MybatisFlexProperties.SeataMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VelocityConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.VelocityConfiguration
-
- velocityLanguageDriverConfig() - Method in class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.VelocityConfiguration
-
- version(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
-
- VERSION - Static variable in class com.mybatisflex.core.constant.FuncName
-
- VERSION - Static variable in class com.mybatisflex.core.FlexConsts
-
- version() - Static method in class com.mybatisflex.core.query.QueryMethods
-
返回数据库的版本号。