Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

ABS - Static variable in class com.mybatisflex.core.constant.FuncName
 
abs(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的绝对值。
abs(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的绝对值。
abs(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的绝对值。
AbstractDataSource - Class in com.mybatisflex.core.datasource
 
AbstractDataSource() - Constructor for class com.mybatisflex.core.datasource.AbstractDataSource
 
AbstractInsertListener<T> - Class in com.mybatisflex.annotation
类型支持 insert 监听器。
AbstractInsertListener() - Constructor for class com.mybatisflex.annotation.AbstractInsertListener
 
AbstractJdbcDialect - Class in com.mybatisflex.codegen.dialect
默认方言抽象类。
AbstractJdbcDialect() - Constructor for class com.mybatisflex.codegen.dialect.AbstractJdbcDialect
 
AbstractLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete
逻辑删除处理器抽象类。
AbstractLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
AbstractMessageCollector - Class in com.mybatisflex.core.audit
抽象消息收集器。
AbstractMessageCollector(MessageReporter) - Constructor for class com.mybatisflex.core.audit.AbstractMessageCollector
 
AbstractQueryBuilder<T> - Class in com.mybatisflex.core.query
抽象关联查询。
AbstractQueryBuilder(MapperQueryChain<T>) - Constructor for class com.mybatisflex.core.query.AbstractQueryBuilder
 
AbstractRelation<SelfEntity> - Class in com.mybatisflex.core.relation
 
AbstractRelation(String, String, String, String, String, String, String, String, String, Class<SelfEntity>, Field, String, String[]) - Constructor for class com.mybatisflex.core.relation.AbstractRelation
 
AbstractUpdateListener<T> - Class in com.mybatisflex.annotation
类型支持 update 监听器。
AbstractUpdateListener() - Constructor for class com.mybatisflex.annotation.AbstractUpdateListener
 
ACOS - Static variable in class com.mybatisflex.core.constant.FuncName
 
acos(String) - Static method in class com.mybatisflex.core.query.QueryMethods
求反余弦值。
acos(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
求反余弦值。
acos(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
求反余弦值。
add(QueryColumn) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
 
add(Number) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
 
add(QueryColumn) - Method in class com.mybatisflex.core.query.QueryColumn
 
add(Number) - Method in class com.mybatisflex.core.query.QueryColumn
 
addAssociationType(String, Class<?>) - Method in class com.mybatisflex.core.table.TableInfo
 
addCollectionType(Field, Class<?>) - Method in class com.mybatisflex.core.table.TableInfo
 
addColumn(Column) - Method in class com.mybatisflex.codegen.entity.Table
 
addDataSource(String, DataSource) - Method in class com.mybatisflex.core.datasource.FlexDataSource
 
addDataSource(String, DataSource, boolean) - Method in class com.mybatisflex.core.datasource.FlexDataSource
 
addDataSource(String, DataSource) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
 
ADDDATE - Static variable in class com.mybatisflex.core.constant.FuncName
 
addDate(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算开始日期 d 加上 n 天的日期。
addDate(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算开始日期 d 加上 n 天的日期。
addDate(LambdaGetter<D>, LambdaGetter<N>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算开始日期 d 加上 n 天的日期。
addEndFragment(String) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addExtraConditionParam(String, Object) - Static method in class com.mybatisflex.core.relation.RelationManager
 
addGroupByColumns(QueryColumn) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addHavingQueryCondition(QueryCondition, SqlConnector) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addIgnoreRelations(LambdaGetter<T>...) - Static method in class com.mybatisflex.core.relation.RelationManager
 
addIgnoreRelations(String...) - Static method in class com.mybatisflex.core.relation.RelationManager
 
addJoin(Join) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addJoin(QueryWrapper, Join) - Static method in class com.mybatisflex.core.query.CPI
 
addJoinTable(QueryTable) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addMappedStatement(MappedStatement) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
 
addMapper(Class<T>) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
addMapper(Class<T>) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
 
addMapper(Class<T>) - Method in class com.mybatisflex.core.MybatisFlexBootstrap
 
addMappers(String, Class<?>) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
Adds the mappers.
addMappers(String) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
Adds the mappers.
addMappers(String, Class<?>) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
 
addMappers(String) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
 
addMeta(String, Object) - Method in class com.mybatisflex.core.audit.AuditMessage
 
addOrderBy(QueryOrderBy) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addParams(Statement, Object...) - Method in class com.mybatisflex.core.audit.AuditMessage
 
addPrimaryKey(String) - Method in class com.mybatisflex.codegen.entity.Table
 
addQueryRelations(LambdaGetter<T>...) - Static method in class com.mybatisflex.core.relation.RelationManager
 
addQueryRelations(String...) - Static method in class com.mybatisflex.core.relation.RelationManager
 
address - Variable in class com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
IP 地址信息,用来生成工作机器 ID 和数据中心 ID。
ADDRESS - Static variable in class com.mybatisflex.core.mask.Masks
地址脱敏
addSelectColumn(QueryColumn) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
ADDTIME - Static variable in class com.mybatisflex.core.constant.FuncName
 
addTime(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算起始时间 t 加上 n 秒的时间。
addTime(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算起始时间 t 加上 n 秒的时间。
addTime(LambdaGetter<T>, LambdaGetter<N>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算起始时间 t 加上 n 秒的时间。
addWhereQueryCondition(QueryCondition) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addWhereQueryCondition(QueryCondition, SqlConnector) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
addWhereQueryCondition(QueryWrapper, QueryCondition) - Static method in class com.mybatisflex.core.query.CPI
 
addWhereQueryCondition(QueryWrapper, QueryCondition, SqlConnector) - Static method in class com.mybatisflex.core.query.CPI
 
addWithItem(WithItem) - Method in class com.mybatisflex.core.query.With
 
AdminConfig() - Constructor for class com.mybatisflex.solon.MybatisFlexProperties.AdminConfig
 
AdminConfig() - Constructor for class com.mybatisflex.spring.boot.MybatisFlexProperties.AdminConfig
 
afterPropertiesSet() - Method in class com.mybatisflex.spring.boot.MybatisFlexAdminAutoConfiguration
 
afterPropertiesSet() - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
afterPropertiesSet() - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
 
afterPropertiesSet() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
alias - Variable in class com.mybatisflex.core.query.QueryColumn
 
alias - Variable in class com.mybatisflex.core.query.QueryTable
 
alias - Variable in class com.mybatisflex.core.table.ColumnInfo
列的别名。
ALL_TABLES - Static variable in class com.mybatisflex.codegen.config.TableConfig
 
allColumns() - Static method in class com.mybatisflex.core.query.QueryMethods
构建所有列。
allColumns(Class<?>...) - Static method in class com.mybatisflex.core.query.QueryMethods
构建所有列。
allHasText(String...) - Static method in class com.mybatisflex.core.util.StringUtil
 
ALTER_TABLE - Static variable in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
and(QueryCondition) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
and(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
and(String, Object...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
and(LambdaGetter<E>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
AND - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
and(QueryCondition) - Method in class com.mybatisflex.core.query.Brackets
 
and(String) - Method in class com.mybatisflex.core.query.QueryCondition
 
and(String, Object...) - Method in class com.mybatisflex.core.query.QueryCondition
 
and(QueryCondition) - Method in class com.mybatisflex.core.query.QueryCondition
 
and(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(Consumer<QueryWrapper>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(Consumer<QueryWrapper>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(Map<String, Object>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(Map<String, Object>, SqlOperators) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(Map<String, Object>, SqlOperators, SqlConnector) - Method in class com.mybatisflex.core.query.QueryWrapper
 
and(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
and(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
and(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
and(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Consumer<QueryWrapper>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Map<String, Object>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Map<String, Object>, SqlOperators) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Map<String, Object>, SqlOperators, SqlConnector) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
AND_PLACEHOLDER - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
annotationDrivenTransactionManager() - Method in class com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration
 
append(T[], T...) - Static method in class com.mybatisflex.core.util.ArrayUtil
可变长参形式数组
appendConditions(Object, QueryWrapper) - Method in class com.mybatisflex.core.table.TableInfo
 
appendQuestionMark(StringBuilder) - Method in class com.mybatisflex.core.query.QueryCondition
 
applyAllClass(Class<?>, Predicate<Class<?>>) - Static method in class com.mybatisflex.core.util.ClassUtil
应用类及其除Object外的所有父类
applyConfiguration(SqlSessionFactoryBean) - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
applySqlSessionFactoryBeanCustomizers(SqlSessionFactoryBean) - Method in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
applyTo(Configuration) - Method in class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
 
applyTo(FlexGlobalConfig) - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
 
areNotNull(Object...) - Static method in class com.mybatisflex.core.util.ObjectUtil
 
areNull(Object...) - Static method in class com.mybatisflex.core.util.ObjectUtil
 
ArithmeticQueryColumn - Class in com.mybatisflex.core.query
 
ArithmeticQueryColumn(Object) - Constructor for class com.mybatisflex.core.query.ArithmeticQueryColumn
 
ArrayUtil - Class in com.mybatisflex.core.util
 
as(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
AS - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
as(String) - Method in class com.mybatisflex.core.query.Joiner
推荐写法:
as(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
as(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
as(String) - Method in class com.mybatisflex.core.query.QueryColumn
 
as(String) - Method in class com.mybatisflex.core.query.QueryTable
 
as(String) - Method in class com.mybatisflex.core.query.QueryWrapper
为 FROM 语句后的第一个表起别名,而不是为整个 SELECT 语句起别名。
as(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
as(String) - Method in class com.mybatisflex.core.table.TableDef
 
asc() - Method in class com.mybatisflex.core.activerecord.query.OrderByBuilder
 
ASC - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
asc() - Method in class com.mybatisflex.core.query.QueryColumn
 
asc() - Method in class com.mybatisflex.core.query.QueryOrderByBuilder
 
ASCII - Static variable in class com.mybatisflex.core.constant.FuncName
 
ascii(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的第一个字符的 ASSCII 码。
ascii(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的第一个字符的 ASSCII 码。
ascii(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的第一个字符的 ASSCII 码。
ASIN - Static variable in class com.mybatisflex.core.constant.FuncName
 
asin(String) - Static method in class com.mybatisflex.core.query.QueryMethods
求反正弦值。
asin(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
求反正弦值。
asin(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
求反正弦值。
asRaw(String, Object...) - Method in class com.mybatisflex.core.query.WithBuilder
 
asSelect(QueryWrapper) - Method in class com.mybatisflex.core.query.WithBuilder
 
assertAreNotNull(T[], String, Object) - Static method in class com.mybatisflex.core.exception.FlexAssert
断言传入的数组内容不能为 null 或者 空
ASTERISK - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
asValues(Object[], QueryWrapper) - Method in class com.mybatisflex.core.query.WithBuilder
 
asValues(Collection, QueryWrapper) - Method in class com.mybatisflex.core.query.WithBuilder
 
ATAN - Static variable in class com.mybatisflex.core.constant.FuncName
 
atan(String) - Static method in class com.mybatisflex.core.query.QueryMethods
求反正切值。
atan(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
求反正切值。
atan(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
求反正切值。
attrToCamel(String) - Static method in class com.mybatisflex.core.datasource.DataSourceBuilder
 
AuditManager - Class in com.mybatisflex.core.audit
审计管理器,统一执行如何和配置入口
AuditManager.AuditRunnable<T> - Interface in com.mybatisflex.core.audit
 
AuditMessage - Class in com.mybatisflex.core.audit
SQL 审计详细消息。
AuditMessage() - Constructor for class com.mybatisflex.core.audit.AuditMessage
 
AUTO - Static variable in class com.mybatisflex.core.row.RowKey
自增 ID
AutoConfiguredMapperScannerRegistrar() - Constructor for class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration.AutoConfiguredMapperScannerRegistrar
 
AVG - Static variable in class com.mybatisflex.core.constant.FuncName
 
avg(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回指定列的平均值。
avg(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回指定列的平均值。
avg(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回指定列的平均值。

B

BACK_QUOTE - Static variable in class com.mybatisflex.core.dialect.KeywordWrap
反引号反义处理, 适用于 mysql, h2 等
BANK_CARD_NUMBER - Static variable in class com.mybatisflex.core.mask.Masks
银行卡号脱敏
BaseJsonTypeHandler<T> - Class in com.mybatisflex.core.handler
 
BaseJsonTypeHandler() - Constructor for class com.mybatisflex.core.handler.BaseJsonTypeHandler
 
baseMapper() - Method in interface com.mybatisflex.core.activerecord.MapperModel
获取实体类对应的 BaseMapper 接口。
baseMapper() - Method in class com.mybatisflex.core.activerecord.Model
 
BaseMapper<T> - Interface in com.mybatisflex.core
通用 Mapper 接口。
baseMapper() - Method in class com.mybatisflex.core.query.AbstractQueryBuilder
 
baseMapper() - Method in interface com.mybatisflex.core.query.MapperQueryChain
该实现类对应的 BaseMapper 对象。
baseMapper() - Method in class com.mybatisflex.core.query.QueryChain
 
BaseQueryWrapper<T extends BaseQueryWrapper<T>> - Class in com.mybatisflex.core.query
 
BaseQueryWrapper() - Constructor for class com.mybatisflex.core.query.BaseQueryWrapper
 
BaseReflectorFactory - Class in com.mybatisflex.core.table
 
BaseReflectorFactory() - Constructor for class com.mybatisflex.core.table.BaseReflectorFactory
 
batch(Statement) - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
 
BatchArgsSetter - Interface in com.mybatisflex.core.row
 
before - Variable in class com.mybatisflex.core.row.RowKey
是否前执行
between(Object[]) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object[], boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object, Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object, Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(S, E, BiPredicate<S, E>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
BETWEEN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
between(Object[]) - Method in interface com.mybatisflex.core.query.Conditional
BETWEEN values[0] AND values[1]
between(Object[], boolean) - Method in interface com.mybatisflex.core.query.Conditional
BETWEEN values[0] AND values[1]
between(Object, Object) - Method in interface com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(Object, Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(Object, Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(S, E, BiPredicate<S, E>) - Method in interface com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(Object[]) - Method in class com.mybatisflex.core.query.QueryColumn
 
between(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
between(Object, Object) - Method in class com.mybatisflex.core.query.QueryColumn
 
between(Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
between(Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
between(S, E, BiPredicate<S, E>) - Method in class com.mybatisflex.core.query.QueryColumn
 
between(Object[]) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object, Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
between(S, E, BiPredicate<S, E>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
between(String, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(String, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(String, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(String, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(String, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(String, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
BIN - Static variable in class com.mybatisflex.core.constant.FuncName
 
bin(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的二进制编码。
bin(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的二进制编码。
bin(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的二进制编码。
BLANK - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
BooleanLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete.impl
Boolean 类型的属性对应的逻辑删除处理器。
BooleanLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.impl.BooleanLogicDeleteProcessor
 
bracket(QueryCondition) - Static method in class com.mybatisflex.core.query.QueryMethods
括号条件。
BRACKET_LEFT - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
BRACKET_RIGHT - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
Brackets - Class in com.mybatisflex.core.query
括号
Brackets(QueryCondition) - Constructor for class com.mybatisflex.core.query.Brackets
 
build() - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
build() - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
 
build() - Method in class com.mybatisflex.core.datasource.DataSourceBuilder
 
build() - Method in class com.mybatisflex.core.field.FieldQuery.Builder
 
build() - Method in class com.mybatisflex.core.field.FieldQueryBuilder
 
build(T) - Method in interface com.mybatisflex.core.field.QueryBuilder
构建查询属性的 QueryWrapper 对象。
build(Reader, String, Properties) - Method in class com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
build(InputStream, String, Properties) - Method in class com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
build(Configuration) - Method in class com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
buildAnnotations() - Method in class com.mybatisflex.codegen.entity.Column
 
buildCacheKey(CacheKey, Object) - Method in interface com.mybatisflex.core.mybatis.executor.CacheKeyBuilder
 
buildColumnSqlArg(Object, String) - Method in class com.mybatisflex.core.table.TableInfo
 
buildComment() - Method in class com.mybatisflex.codegen.entity.Column
 
buildControllerClassName() - Method in class com.mybatisflex.codegen.entity.Table
构建 controller 的 Class 名称。
buildControllerRequestMappingPrefix() - Method in class com.mybatisflex.codegen.entity.Table
构建访问路径的前缀
buildDeleteSql(QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
buildDeleteSql(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
buildDeleteSql(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildEntityClassName() - Method in class com.mybatisflex.codegen.entity.Table
构建 entity 的 Class 名称。
builder() - Static method in class com.mybatisflex.codegen.config.ColumnConfig
 
builder() - Static method in class com.mybatisflex.codegen.config.TableConfig
 
Builder(Class, String) - Constructor for class com.mybatisflex.core.field.FieldQuery.Builder
 
Builder() - Constructor for class com.mybatisflex.core.query.CaseQueryColumn.Builder
 
Builder(QueryColumn) - Constructor for class com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
buildExtends(boolean) - Method in class com.mybatisflex.codegen.entity.Table
构建 extends 继承。
buildFieldName(String) - Method in class com.mybatisflex.codegen.config.TableDefConfig
 
buildFieldName(String, String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
buildGroupBySql(StringBuilder, QueryWrapper, List<QueryTable>) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildHavingSql(StringBuilder, QueryWrapper, List<QueryTable>) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildImplements() - Method in class com.mybatisflex.codegen.entity.Table
构建 implements 实现。
buildImports(boolean) - Method in class com.mybatisflex.codegen.entity.Table
构建 import 导包。
buildInsertSqlArgs(Object, boolean) - Method in class com.mybatisflex.core.table.TableInfo
构建 insert 的 Sql 参数
buildInsertSqlArgsWithPk(Object, boolean) - Method in class com.mybatisflex.core.table.TableInfo
 
buildJoinSql(StringBuilder, QueryWrapper, List<QueryTable>, OperateType) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildKtExtends(boolean) - Method in class com.mybatisflex.codegen.entity.Table
构建 kt 继承
buildLimitOffsetSql(StringBuilder, QueryWrapper, Long, Long) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
构建 limit 和 offset 的参数
buildLogicDeletedSet(String, TableInfo) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildLogicDeletedSet(String, TableInfo, IDialect) - Method in class com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
buildLogicDeletedSet(String, TableInfo, IDialect) - Method in class com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
buildLogicDeletedSet(String, TableInfo, IDialect) - Method in class com.mybatisflex.core.logicdelete.impl.PrimaryKeyLogicDeleteProcessor
 
buildLogicDeletedSet(String, TableInfo, IDialect) - Method in interface com.mybatisflex.core.logicdelete.LogicDeleteProcessor
用户与构建删除数据时的内容。
buildLogicNormalCondition(String, TableInfo) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildLogicNormalCondition(String, TableInfo, IDialect) - Method in class com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
buildLogicNormalCondition(String, TableInfo, IDialect) - Method in class com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
buildLogicNormalCondition(String, TableInfo, IDialect) - Method in interface com.mybatisflex.core.logicdelete.LogicDeleteProcessor
用户构建查询正常数据的条件。
buildLogicNormalCondition(String, TableInfo, IDialect) - Method in class com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
 
buildMapper(TableInfo, String, String, String, boolean) - Static method in class com.mybatisflex.processor.builder.ContentBuilder
构建 Mapper 文件内容。
buildMapperClassName() - Method in class com.mybatisflex.codegen.entity.Table
构建 mapper 的 Class 名称。
buildMapperPackage(String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
buildMapperXmlFileName() - Method in class com.mybatisflex.codegen.entity.Table
构建 MapperXml 的文件名称。
buildNoSelectSql(QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
buildNoSelectSql(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildOrderBySql(StringBuilder, QueryWrapper, List<QueryTable>) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildOrderBySql(StringBuilder, QueryWrapper, List<QueryTable>) - Method in class com.mybatisflex.core.dialect.impl.DB2105Dialect
 
buildPkSqlArgs(Object) - Method in class com.mybatisflex.core.table.TableInfo
构建主键的 sql 参数数据
buildPrimaryKey(DatabaseMetaData, Connection, Table) - Method in class com.mybatisflex.codegen.Generator
 
buildPropertyName() - Method in class com.mybatisflex.codegen.entity.Column
 
buildQueryCondition(QueryWrapper, TableInfo, String) - Method in class com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
buildQueryCondition(QueryWrapper, TableInfo, String) - Method in interface com.mybatisflex.core.logicdelete.LogicDeleteProcessor
用于构建通过 QueryWrapper 查询数据时的内容。
buildQueryCondition(QueryWrapper, TableInfo, String) - Method in class com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
 
buildQueryWrapper(Set<Object>) - Method in class com.mybatisflex.core.relation.AbstractRelation
构建查询目标对象的 QueryWrapper
buildQueryWrapper(Set<Object>) - Method in class com.mybatisflex.core.relation.ToManyRelation
构建查询目标对象的 QueryWrapper
buildQueryWrapper(Object, SqlOperators) - Method in class com.mybatisflex.core.table.TableInfo
 
buildResultMap(Configuration) - Method in class com.mybatisflex.core.table.TableInfo
 
buildSchemaWithTable(String, String) - Static method in class com.mybatisflex.core.util.StringUtil
 
buildSelectSql(QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
buildSelectSql(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildSelectSql(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.DB2105Dialect
 
buildServiceClassName() - Method in class com.mybatisflex.codegen.entity.Table
构建 service 的 Class 名称。
buildServiceImplClassName() - Method in class com.mybatisflex.codegen.entity.Table
构建 serviceImpl 的 Class 名称。
buildSql(StringBuilder, IDialect) - Method in class com.mybatisflex.core.query.UnionWrapper
 
buildSqlParamPlaceholder(int) - Static method in class com.mybatisflex.core.util.SqlUtil
 
buildSqlSessionFactory() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
Build a SqlSessionFactory instance.
buildSuperClassImport() - Method in class com.mybatisflex.codegen.config.ControllerConfig
 
buildSuperClassImport() - Method in class com.mybatisflex.codegen.config.MapperConfig
 
buildSuperClassImport() - Method in class com.mybatisflex.codegen.config.ServiceConfig
 
buildSuperClassImport() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
 
buildSuperClassName() - Method in class com.mybatisflex.codegen.config.ControllerConfig
 
buildSuperClassName() - Method in class com.mybatisflex.codegen.config.MapperConfig
 
buildSuperClassName() - Method in class com.mybatisflex.codegen.config.ServiceConfig
 
buildSuperClassName() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
 
buildTableAnnotation() - Method in class com.mybatisflex.codegen.entity.Table
构建 @Table(...) 注解。
buildTableColumns(String, Table, GlobalConfig, DatabaseMetaData, Connection) - Method in class com.mybatisflex.codegen.dialect.AbstractJdbcDialect
 
buildTableColumns(String, Table, GlobalConfig, DatabaseMetaData, Connection) - Method in interface com.mybatisflex.codegen.dialect.IDialect
构建表和列的信息。
buildTableColumns(String, Table, GlobalConfig, DatabaseMetaData, Connection) - Method in class com.mybatisflex.codegen.dialect.impl.SqliteDialect
 
buildTableDef(TableInfo, boolean, String, String, String, String, Collection<ColumnInfo>, List<String>) - Static method in class com.mybatisflex.processor.builder.ContentBuilder
构建 TableDef 文件内容。
buildTableDefClassName() - Method in class com.mybatisflex.codegen.entity.Table
构建 tableDef 的 Class 名称。
buildTableDefPackage(String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
buildTables(DatabaseMetaData, Connection) - Method in class com.mybatisflex.codegen.Generator
 
buildTables(StringBuilder, StringBuilder, String, String) - Static method in class com.mybatisflex.processor.builder.ContentBuilder
构建 Tables 文件内容。
buildTablesField(StringBuilder, StringBuilder, TableInfo, String, String, String, String) - Static method in class com.mybatisflex.processor.builder.ContentBuilder
构建 Tables 文件常量属性。
buildTenantCondition(String, Object[], IDialect) - Method in class com.mybatisflex.core.table.TableInfo
 
buildTenantCondition(StringBuilder, Object[], IDialect) - Method in class com.mybatisflex.core.table.TableInfo
 
buildTenantCondition(QueryWrapper) - Method in class com.mybatisflex.core.table.TableInfo
 
buildTenantIdArgs() - Method in class com.mybatisflex.core.table.TableInfo
 
buildTypeHandler - Variable in class com.mybatisflex.core.table.ColumnInfo
最终使用和构建出来的 typeHandler
buildTypeHandler(Configuration) - Method in class com.mybatisflex.core.table.ColumnInfo
 
buildUpdateSqlArgs(Object, boolean, boolean) - Method in class com.mybatisflex.core.table.TableInfo
获取所有要修改的值,默认为全部除了主键以外的字段
buildWhereConditionSql(QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
buildWhereConditionSql(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildWhereSql(StringBuilder, QueryWrapper, List<QueryTable>, boolean) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 

C

CACHE - Static variable in class com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
 
cache - Static variable in class com.mybatisflex.core.util.FieldWrapper
 
CacheableServiceImpl<M extends BaseMapper<T>,T> - Class in com.mybatisflex.spring.service.impl
可缓存数据的 Service 实现类。
CacheableServiceImpl() - Constructor for class com.mybatisflex.spring.service.impl.CacheableServiceImpl
 
cachedInvoker(Method) - Method in class com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
CacheKeyBuilder - Interface in com.mybatisflex.core.mybatis.executor
 
camelToUnderline(Boolean) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
 
camelToUnderline(String) - Static method in class com.mybatisflex.core.util.StringUtil
驼峰转下划线格式
camelToUnderline(String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
canInstance(int) - Static method in class com.mybatisflex.core.util.ClassUtil
 
CAR_LICENSE - Static variable in class com.mybatisflex.core.mask.Masks
车牌号脱敏
CASE - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
case_() - Static method in class com.mybatisflex.core.query.QueryMethods
构建 case then when 语句。
case_(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
构建 case then when 语句。
CaseQueryColumn - Class in com.mybatisflex.core.query
 
CaseQueryColumn() - Constructor for class com.mybatisflex.core.query.CaseQueryColumn
 
CaseQueryColumn.Builder - Class in com.mybatisflex.core.query
 
CaseQueryColumn.Builder.Then - Class in com.mybatisflex.core.query
 
CaseQueryColumn.When - Class in com.mybatisflex.core.query
 
CaseSearchQueryColumn - Class in com.mybatisflex.core.query
 
CaseSearchQueryColumn() - Constructor for class com.mybatisflex.core.query.CaseSearchQueryColumn
 
CaseSearchQueryColumn.Builder - Class in com.mybatisflex.core.query
 
CaseSearchQueryColumn.Builder.Then - Class in com.mybatisflex.core.query
 
CaseSearchQueryColumn.When - Class in com.mybatisflex.core.query
 
castCondition(QueryCondition) - Static method in class com.mybatisflex.core.query.QueryColumnBehavior
 
CEIL - Static variable in class com.mybatisflex.core.constant.FuncName
 
ceil(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceil(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceil(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
CEILING - Static variable in class com.mybatisflex.core.constant.FuncName
 
ceiling(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceiling(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceiling(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ChainQuery<T> - Interface in com.mybatisflex.core.query
链式查询接口。
CHAR_LENGTH - Static variable in class com.mybatisflex.core.constant.FuncName
 
charLength(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的字符数。
charLength(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的字符数。
charLength(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的字符数。
CHARSET - Static variable in class com.mybatisflex.core.constant.FuncName
 
charset(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符集。
charset(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符集。
charset(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符集。
checkEffective() - Method in class com.mybatisflex.core.query.Brackets
 
checkEffective() - Method in class com.mybatisflex.core.query.Join
 
checkEffective() - Method in class com.mybatisflex.core.query.QueryCondition
 
checkResultHandler() - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
CHINESE_NAME - Static variable in class com.mybatisflex.core.mask.Masks
中文名脱敏
CK_DELETE - Static variable in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
CK_UPDATE - Static variable in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
ClassUtil - Class in com.mybatisflex.core.util
类实例创建者创建者
clear() - Static method in class com.mybatisflex.core.datasource.DataSourceKey
 
clear() - Static method in class com.mybatisflex.core.mybatis.MappedStatementTypes
 
clear() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
Title: clear.
clear() - Static method in class com.mybatisflex.core.table.TableManager
 
clear() - Static method in class com.mybatisflex.spring.TimeoutHolder
清除事务上下文
clearAutoClearConfig() - Static method in class com.mybatisflex.core.relation.RelationManager
 
clearConfigIfNecessary() - Static method in class com.mybatisflex.core.relation.RelationManager
清除查询配置
clearExtraConditionParams() - Static method in class com.mybatisflex.core.relation.RelationManager
 
clearHintDbType() - Static method in class com.mybatisflex.core.dialect.DialectFactory
清除当前线程的 dbType
clearIgnoreRelations() - Static method in class com.mybatisflex.core.relation.RelationManager
 
clearMaxDepth() - Static method in class com.mybatisflex.core.relation.RelationManager
 
clearQueryRelations() - Static method in class com.mybatisflex.core.relation.RelationManager
 
ClickhouseDialectImpl - Class in com.mybatisflex.core.dialect.impl
 
ClickhouseDialectImpl(KeywordWrap, LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
Clock - Interface in com.mybatisflex.core.audit
对于性要求特别高的场景,用户可以定义自己的时钟,用来代替 System.currentTimeMillis()
clone() - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
clone() - Method in class com.mybatisflex.core.query.Brackets
 
clone() - Method in class com.mybatisflex.core.query.CaseQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.CaseQueryColumn.When
 
clone() - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn.When
 
clone() - Method in interface com.mybatisflex.core.query.CloneSupport
改写 Object.clone() 方法。
clone() - Method in class com.mybatisflex.core.query.DistinctQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.FunctionQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.IfFunctionQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.Join
 
clone() - Method in class com.mybatisflex.core.query.OperatorQueryCondition
 
clone() - Method in class com.mybatisflex.core.query.OperatorSelectCondition
 
clone() - Method in class com.mybatisflex.core.query.QueryColumn
 
clone() - Method in class com.mybatisflex.core.query.QueryCondition
 
clone() - Method in class com.mybatisflex.core.query.QueryOrderBy
 
clone() - Method in class com.mybatisflex.core.query.QueryTable
 
clone() - Method in class com.mybatisflex.core.query.QueryWrapper
 
clone() - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
clone() - Method in class com.mybatisflex.core.query.RawQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.RawQueryCondition
 
clone() - Method in class com.mybatisflex.core.query.RawQueryOrderBy
 
clone() - Method in class com.mybatisflex.core.query.RawQueryTable
 
clone() - Method in class com.mybatisflex.core.query.SelectQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.SelectQueryTable
 
clone() - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
 
clone() - Method in class com.mybatisflex.core.query.UnionWrapper
 
clone() - Method in class com.mybatisflex.core.query.With
 
clone() - Method in class com.mybatisflex.core.query.WithItem
 
clone() - Method in class com.mybatisflex.core.query.WithSelectDetail
 
clone() - Method in class com.mybatisflex.core.query.WithStringDetail
 
clone() - Method in class com.mybatisflex.core.query.WithValuesDetail
 
clone(T) - Static method in class com.mybatisflex.core.util.ObjectUtil
 
cloneArrayList(List<E>) - Static method in class com.mybatisflex.core.util.CollectionUtil
 
cloneObject(Object) - Static method in class com.mybatisflex.core.util.ObjectUtil
 
CloneSupport<T> - Interface in com.mybatisflex.core.query
克隆支持接口。
close() - Method in class com.mybatisflex.solon.transaction.SolonManagedTransaction
 
close() - Method in class com.mybatisflex.spring.FlexSpringTransaction
 
COLLATION - Static variable in class com.mybatisflex.core.constant.FuncName
 
collation(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符排列方式。
collation(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符排列方式。
collation(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符排列方式。
collect(AuditMessage) - Method in class com.mybatisflex.core.audit.AbstractMessageCollector
 
collect(AuditMessage) - Method in class com.mybatisflex.core.audit.ConsoleMessageCollector
 
collect(AuditMessage) - Method in class com.mybatisflex.core.audit.CountableMessageCollector
 
collect(AuditMessage) - Method in interface com.mybatisflex.core.audit.MessageCollector
 
CollectionUtil - Class in com.mybatisflex.core.util
 
Column - Annotation Type in com.mybatisflex.annotation
数据库表中的列信息注解。
Column - Class in com.mybatisflex.codegen.entity
数据库表里面的列信息。
Column() - Constructor for class com.mybatisflex.codegen.entity.Column
 
column - Variable in class com.mybatisflex.core.query.QueryCondition
 
column(String, Object...) - Static method in class com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(String, String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(QueryWrapper) - Static method in class com.mybatisflex.core.query.QueryMethods
构建自定义列。
column - Variable in class com.mybatisflex.core.table.ColumnInfo
数据库列名。
ColumnAlias - Annotation Type in com.mybatisflex.annotation
别名注解,用于解决列名重复。
ColumnConfig - Class in com.mybatisflex.codegen.config
表字段的单独设置。
ColumnConfig() - Constructor for class com.mybatisflex.codegen.config.ColumnConfig
 
columnConfig(ColumnConfig) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
 
ColumnConfig.Builder - Class in com.mybatisflex.codegen.config
 
ColumnConfigFactory - Interface in com.mybatisflex.codegen.config
 
ColumnInfo - Class in com.mybatisflex.core.table
 
ColumnInfo() - Constructor for class com.mybatisflex.core.table.ColumnInfo
 
ColumnInfo - Class in com.mybatisflex.processor.entity
列详细信息。
ColumnInfo() - Constructor for class com.mybatisflex.processor.entity.ColumnInfo
 
ColumnMask - Annotation Type in com.mybatisflex.annotation
数据脱敏注解。
columnName(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
columns - Variable in class com.mybatisflex.core.query.FunctionQueryColumn
 
com.mybatisflex.annotation - package com.mybatisflex.annotation
MyBatis-Flex 相关注解。
com.mybatisflex.codegen - package com.mybatisflex.codegen
 
com.mybatisflex.codegen.config - package com.mybatisflex.codegen.config
配置选项。
com.mybatisflex.codegen.constant - package com.mybatisflex.codegen.constant
常量定义。
com.mybatisflex.codegen.dialect - package com.mybatisflex.codegen.dialect
SQL 方言。
com.mybatisflex.codegen.dialect.impl - package com.mybatisflex.codegen.dialect.impl
 
com.mybatisflex.codegen.entity - package com.mybatisflex.codegen.entity
数据库表与列信息。
com.mybatisflex.codegen.generator - package com.mybatisflex.codegen.generator
代码生成器。
com.mybatisflex.codegen.generator.impl - package com.mybatisflex.codegen.generator.impl
代码生成器实现类。
com.mybatisflex.codegen.template - package com.mybatisflex.codegen.template
模板引擎。
com.mybatisflex.codegen.template.impl - package com.mybatisflex.codegen.template.impl
模板引擎实现类。
com.mybatisflex.core - package com.mybatisflex.core
MyBatis-Flex 一个优雅的 MyBatis 增强框架。
com.mybatisflex.core.activerecord - package com.mybatisflex.core.activerecord
Active Record 功能。
com.mybatisflex.core.activerecord.query - package com.mybatisflex.core.activerecord.query
条件查询功能。
com.mybatisflex.core.audit - package com.mybatisflex.core.audit
SQL 审计功能。
com.mybatisflex.core.audit.http - package com.mybatisflex.core.audit.http
 
com.mybatisflex.core.constant - package com.mybatisflex.core.constant
常量定义。
com.mybatisflex.core.datasource - package com.mybatisflex.core.datasource
多数据源功能。
com.mybatisflex.core.dialect - package com.mybatisflex.core.dialect
SQL 方言功能。
com.mybatisflex.core.dialect.impl - package com.mybatisflex.core.dialect.impl
默认 SQL 方言实现类。
com.mybatisflex.core.exception - package com.mybatisflex.core.exception
异常定义。
com.mybatisflex.core.exception.locale - package com.mybatisflex.core.exception.locale
异常信息国际化。
com.mybatisflex.core.field - package com.mybatisflex.core.field
属性查询(Field Query)功能。
com.mybatisflex.core.handler - package com.mybatisflex.core.handler
内置类型处理器。
com.mybatisflex.core.keygen - package com.mybatisflex.core.keygen
主键生成功能。
com.mybatisflex.core.keygen.impl - package com.mybatisflex.core.keygen.impl
内置主键生成器实现。
com.mybatisflex.core.logicdelete - package com.mybatisflex.core.logicdelete
逻辑删除相关功能。
com.mybatisflex.core.logicdelete.impl - package com.mybatisflex.core.logicdelete.impl
逻辑删除处理器实现。
com.mybatisflex.core.mask - package com.mybatisflex.core.mask
数据脱敏功能。
com.mybatisflex.core.mybatis - package com.mybatisflex.core.mybatis
MyBatis 功能增强。
com.mybatisflex.core.mybatis.binding - package com.mybatisflex.core.mybatis.binding
 
com.mybatisflex.core.mybatis.executor - package com.mybatisflex.core.mybatis.executor
替换 MyBatis 的执行器(Executor)。
com.mybatisflex.core.optimisticlock - package com.mybatisflex.core.optimisticlock
乐观锁相关功能。
com.mybatisflex.core.paginate - package com.mybatisflex.core.paginate
分页功能。
com.mybatisflex.core.provider - package com.mybatisflex.core.provider
MyBatis 动态 SQL 实现(SQL Provider)。
com.mybatisflex.core.query - package com.mybatisflex.core.query
SQL 条件构造功能。
com.mybatisflex.core.relation - package com.mybatisflex.core.relation
多表关联注解实现。
com.mybatisflex.core.row - package com.mybatisflex.core.row
Db + Row 功能。
com.mybatisflex.core.service - package com.mybatisflex.core.service
通用增强 Service 接口。
com.mybatisflex.core.table - package com.mybatisflex.core.table
实体类(表)结构元数据解析。
com.mybatisflex.core.tenant - package com.mybatisflex.core.tenant
多租户功能。
com.mybatisflex.core.transaction - package com.mybatisflex.core.transaction
事务功能。
com.mybatisflex.core.update - package com.mybatisflex.core.update
处理部分字段更新。
com.mybatisflex.core.util - package com.mybatisflex.core.util
工具类。
com.mybatisflex.processor - package com.mybatisflex.processor
 
com.mybatisflex.processor.builder - package com.mybatisflex.processor.builder
内容构建。
com.mybatisflex.processor.config - package com.mybatisflex.processor.config
配置选项。
com.mybatisflex.processor.entity - package com.mybatisflex.processor.entity
实体类。
com.mybatisflex.processor.util - package com.mybatisflex.processor.util
工具类。
com.mybatisflex.solon - package com.mybatisflex.solon
 
com.mybatisflex.solon.annotation - package com.mybatisflex.solon.annotation
 
com.mybatisflex.solon.aot - package com.mybatisflex.solon.aot
 
com.mybatisflex.solon.integration - package com.mybatisflex.solon.integration
MyBatis-Flex Solon 支持。
com.mybatisflex.solon.service.impl - package com.mybatisflex.solon.service.impl
IService 实现。
com.mybatisflex.solon.transaction - package com.mybatisflex.solon.transaction
 
com.mybatisflex.spring - package com.mybatisflex.spring
MyBatis-Flex Spring 支持。
com.mybatisflex.spring.boot - package com.mybatisflex.spring.boot
MyBatis-Flex Spring Boot 支持。
com.mybatisflex.spring.datasource - package com.mybatisflex.spring.datasource
多数据源切面。
com.mybatisflex.spring.service.impl - package com.mybatisflex.spring.service.impl
IService 实现。
CommaSplitTypeHandler - Class in com.mybatisflex.core.handler
 
CommaSplitTypeHandler() - Constructor for class com.mybatisflex.core.handler.CommaSplitTypeHandler
 
comment - Variable in class com.mybatisflex.core.table.ColumnInfo
数据库字段注释,在 AI 时代,注释的内容往往可用于 AI 辅助对话
commit(String) - Static method in class com.mybatisflex.core.transaction.TransactionalManager
 
commit() - Method in class com.mybatisflex.solon.transaction.SolonManagedTransaction
 
commit() - Method in class com.mybatisflex.spring.FlexSpringTransaction
 
CommonsDialectImpl - Class in com.mybatisflex.core.dialect.impl
通用的方言设计,其他方言可以继承于当前 CommonsDialectImpl 创建或获取方言请参考 DialectFactory
CommonsDialectImpl() - Constructor for class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
CommonsDialectImpl(LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
CommonsDialectImpl(KeywordWrap, LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
compareTo(Listener) - Method in interface com.mybatisflex.annotation.Listener
 
compareTo(ColumnInfo) - Method in class com.mybatisflex.processor.entity.ColumnInfo
 
CompositeEnumTypeHandler<E extends Enum<E>> - Class in com.mybatisflex.core.handler
 
CompositeEnumTypeHandler(Class<E>) - Constructor for class com.mybatisflex.core.handler.CompositeEnumTypeHandler
 
CompositeMaskTypeHandler - Class in com.mybatisflex.core.mask
 
CompositeMaskTypeHandler(String, TypeHandler<Object>) - Constructor for class com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
computeIfAbsent(Map<K, V>, K, Function<? super K, ? extends V>) - Static method in class com.mybatisflex.core.util.CollectionUtil
主要是用于修复 concurrentHashMap 在 jdk1.8 下的死循环问题
computeIfAbsent(Map<K, V>, K, Function<K, V>) - Static method in class com.mybatisflex.core.util.MapUtil
A temporary workaround for Java 8 specific performance issue JDK-8161372 .
This class should be removed once we drop Java 8 support.
CONCAT - Static variable in class com.mybatisflex.core.constant.FuncName
 
concat(String, String, String...) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s1,s2 等多个字符串合并为一个字符串。
concat(QueryColumn, QueryColumn, QueryColumn...) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s1,s2 等多个字符串合并为一个字符串。
concat(T[], T[]) - Static method in class com.mybatisflex.core.util.ArrayUtil
合并两个数组为一个新的数组
concat(T[], T[], T[], T[]...) - Static method in class com.mybatisflex.core.util.ArrayUtil
 
CONCAT_WS - Static variable in class com.mybatisflex.core.constant.FuncName
 
concatWs(String, String, String, String...) - Static method in class com.mybatisflex.core.query.QueryMethods
同 CONCAT(s1, s2, ...),但是每个字符串之间要加上 x。
concatWs(QueryColumn, QueryColumn, QueryColumn, QueryColumn...) - Static method in class com.mybatisflex.core.query.QueryMethods
同 CONCAT(s1, s2, ...),但是每个字符串之间要加上 x。
Conditional<R> - Interface in com.mybatisflex.core.query
动态条件查询接口。
ConditionalOnMybatisFlexDatasource - Annotation Type in com.mybatisflex.spring.boot
判断是否有 MyBatis-Flex 的多数据源配置。
ConditionalOnMybatisFlexDatasource.OnMybatisFlexDataSourceCondition - Class in com.mybatisflex.spring.boot
 
conditionColumn - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
configuration - Variable in class com.mybatisflex.core.keygen.CustomKeyGenerator
 
configuration - Variable in class com.mybatisflex.core.MybatisFlexBootstrap
 
configuration(MybatisFlexProperties, ConfigurationCustomizer) - Method in class com.mybatisflex.solon.MybatisFlexAutoConfiguration
 
ConfigurationCustomizer - Interface in com.mybatisflex.solon
FlexConfiguration 做自定义的配置支持。
ConfigurationCustomizer - Interface in com.mybatisflex.spring.boot
FlexConfiguration 做自定义的配置支持。
configurationCustomizers - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
ConfigurationKey - Enum in com.mybatisflex.processor.config
配置键值。
connect(QueryCondition, SqlConnector) - Method in class com.mybatisflex.core.query.QueryCondition
 
CONNECTION_ID - Static variable in class com.mybatisflex.core.constant.FuncName
 
connectionId() - Static method in class com.mybatisflex.core.query.QueryMethods
返回服务器的连接数。
connectMap(Map<String, Object>, SqlOperators, SqlConnector, SqlConnector) - Method in class com.mybatisflex.core.query.QueryWrapper
 
connector - Variable in class com.mybatisflex.core.query.QueryCondition
 
connectToChild(QueryCondition, SqlConnector) - Method in class com.mybatisflex.core.query.Brackets
 
ConsoleMessageCollector - Class in com.mybatisflex.core.audit
 
ConsoleMessageCollector() - Constructor for class com.mybatisflex.core.audit.ConsoleMessageCollector
 
ConsoleMessageCollector(ConsoleMessageCollector.SqlDebugPrinter) - Constructor for class com.mybatisflex.core.audit.ConsoleMessageCollector
 
ConsoleMessageCollector.SqlDebugPrinter - Interface in com.mybatisflex.core.audit
 
ConsoleMessageReporter - Class in com.mybatisflex.core.audit
控制台输出审计消息
ConsoleMessageReporter() - Constructor for class com.mybatisflex.core.audit.ConsoleMessageReporter
 
contains(T[], T) - Static method in class com.mybatisflex.core.util.ArrayUtil
查看数组中是否包含某一个值
containsAnyColumn(String...) - Method in class com.mybatisflex.codegen.entity.Table
 
containsColumn(String) - Method in class com.mybatisflex.codegen.entity.Table
 
containsColumn(String...) - Method in class com.mybatisflex.codegen.entity.Table
 
containsTable(QueryCondition, String...) - Static method in class com.mybatisflex.core.query.CPI
 
content - Variable in class com.mybatisflex.core.query.RawQueryColumn
 
content - Variable in class com.mybatisflex.core.query.RawQueryCondition
 
content - Variable in class com.mybatisflex.core.query.RawQueryOrderBy
 
content - Variable in class com.mybatisflex.core.query.RawQueryTable
 
ContentBuilder - Class in com.mybatisflex.processor.builder
文件内容构建。
context - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
CONTROLLER - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
 
CONTROLLER - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
 
CONTROLLER_KOTLIN - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
 
ControllerConfig - Class in com.mybatisflex.codegen.config
生成 Controller 的配置。
ControllerConfig() - Constructor for class com.mybatisflex.codegen.config.ControllerConfig
 
ControllerGenerator - Class in com.mybatisflex.codegen.generator.impl
Controller 生成器。
ControllerGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.ControllerGenerator
 
ControllerGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.ControllerGenerator
 
CONV - Static variable in class com.mybatisflex.core.constant.FuncName
 
conv(String, String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
将 x 从 f1 进制数变成 f2 进制数。
conv(QueryColumn, QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将 x 从 f1 进制数变成 f2 进制数。
conv(LambdaGetter<X>, LambdaGetter<F1>, LambdaGetter<F2>) - Static method in class com.mybatisflex.core.query.QueryMethods
将 x 从 f1 进制数变成 f2 进制数。
CONVERT - Static variable in class com.mybatisflex.core.constant.FuncName
 
convert(String...) - Static method in class com.mybatisflex.core.query.QueryMethods
将所给类型类型转换为另一种类型。
convert(Object, Class) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
convert(Object, Class, boolean) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
CONVERT_EQUALS_TO_IS_NULL - Static variable in class com.mybatisflex.core.query.QueryColumnBehavior
如果使用了 = 来比较 null ,则将其转为 is null 。
CONVERT_IN_TO_EQUALS - Static variable in class com.mybatisflex.core.query.QueryColumnBehavior
在满足输入的数组或可迭代对象中的容量为 1 (即只有一个元素)时,自动将条件中的 in 转换为 =
ConvertUtil - Class in com.mybatisflex.core.util
 
CoreConfiguration() - Constructor for class com.mybatisflex.solon.MybatisFlexProperties.CoreConfiguration
 
CoreConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisFlexProperties.CoreConfiguration
 
COS - Static variable in class com.mybatisflex.core.constant.FuncName
 
cos(String) - Static method in class com.mybatisflex.core.query.QueryMethods
求余弦值。
cos(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
求余弦值。
cos(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
求余弦值。
COT - Static variable in class com.mybatisflex.core.constant.FuncName
 
cot(String) - Static method in class com.mybatisflex.core.query.QueryMethods
求余切值。
cot(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
求余切值。
cot(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
求余切值。
COUNT - Static variable in class com.mybatisflex.core.constant.FuncName
 
count() - Method in interface com.mybatisflex.core.query.MapperQueryChain
查询数据数量。
count() - Static method in class com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count() - Method in class com.mybatisflex.core.row.DbChain
 
count() - Method in interface com.mybatisflex.core.service.IService
查询所有数据数量。
count(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
根据查询条件查询数据数量。
count(QueryCondition) - Method in interface com.mybatisflex.core.service.IService
根据查询条件查询数据数量。
CountableMessageCollector - Class in com.mybatisflex.core.audit
计数消息收集器,当消息达到指定数量时发送消息。
CountableMessageCollector() - Constructor for class com.mybatisflex.core.audit.CountableMessageCollector
 
CountableMessageCollector(int, MessageReporter) - Constructor for class com.mybatisflex.core.audit.CountableMessageCollector
 
CPI - Class in com.mybatisflex.core.query
Cross Package Invoke 跨包调用工具类,这么设计的原因,是需要保证 QueryWrapper 方法对于用户的纯净性 而 framework 又可以通过 CPI 来调用 QueryWrapper 的其他方法
create() - Static method in class com.mybatisflex.codegen.config.ColumnConfig
 
create() - Static method in class com.mybatisflex.codegen.config.TableConfig
 
create() - Method in class com.mybatisflex.core.audit.DefaultMessageFactory
 
create() - Method in interface com.mybatisflex.core.audit.MessageFactory
 
create(String, String, String, String, Object) - Static method in class com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, Object) - Static method in class com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, SqlOperator, Collection<?>) - Static method in class com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, SqlOperator, Object) - Static method in class com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, String, Collection<?>) - Static method in class com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, String, Object) - Static method in class com.mybatisflex.core.query.QueryCondition
 
create() - Static method in class com.mybatisflex.core.query.QueryWrapper
 
create(Object) - Static method in class com.mybatisflex.core.query.QueryWrapper
根据实体类对象,构建查询条件
create(Object, SqlOperators) - Static method in class com.mybatisflex.core.query.QueryWrapper
根据实体类构建查询条件
create(Map) - Static method in class com.mybatisflex.core.query.QueryWrapper
根据 Map 对象,构建查询条件
create(Map, SqlOperators) - Static method in class com.mybatisflex.core.query.QueryWrapper
根据 Map 构建查询条件
create() - Static method in class com.mybatisflex.core.row.DbChain
 
create(Object) - Static method in class com.mybatisflex.core.row.DbChain
 
create(BaseMapper<E>) - Static method in class com.mybatisflex.core.update.UpdateChain
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class com.mybatisflex.core.mybatis.executor.FlexReuseExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class com.mybatisflex.core.mybatis.executor.FlexSimpleExecutor
 
createEmpty() - Static method in class com.mybatisflex.core.query.QueryCondition
 
createIdKeyGenerator(TableInfo, MappedStatement, IdInfo) - Static method in class com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
createPrimitiveResultObject(ResultSetWrapper, ResultMap, String) - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createPrimitiveResultObject(ResultSetWrapper, ResultMap, String) - Method in class com.mybatisflex.core.mybatis.FlexResultSetHandler
修复当实体类中存在 List 或者 List 等自动映射出错的问题 本质问题应该出现 mybatis 判断有误
createTableKeyGenerator(TableInfo, MappedStatement) - Static method in class com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
CROSS_JOIN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
crossJoin(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(String, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(Class<?>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryTable) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryTable, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapper
 
crossJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
crossJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
crossJoin(Class<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
crossJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
crossJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
crossJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
crossJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(Class) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(Class, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
CURDATE - Static variable in class com.mybatisflex.core.constant.FuncName
 
curDate() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前日期。
CURRENT_DATE - Static variable in class com.mybatisflex.core.constant.FuncName
 
CURRENT_TIME - Static variable in class com.mybatisflex.core.constant.FuncName
 
CURRENT_TIMESTAMP - Static variable in class com.mybatisflex.core.constant.FuncName
 
currentDate() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前日期。
currentTime() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前时间。
currentTimestamp() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。
CURTIME - Static variable in class com.mybatisflex.core.constant.FuncName
 
curTime() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前时间。
customize(FlexConfiguration) - Method in interface com.mybatisflex.solon.ConfigurationCustomizer
自定义配置 FlexConfiguration
customize(FlexGlobalConfig) - Method in interface com.mybatisflex.solon.MyBatisFlexCustomizer
自定义 MyBatis-Flex 配置。
customize(FlexConfiguration) - Method in interface com.mybatisflex.spring.boot.ConfigurationCustomizer
自定义配置 FlexConfiguration
customize(FlexGlobalConfig) - Method in interface com.mybatisflex.spring.boot.MyBatisFlexCustomizer
自定义 MyBatis-Flex 配置。
customize(SqlSessionFactoryBean) - Method in interface com.mybatisflex.spring.boot.SqlSessionFactoryBeanCustomizer
自定义 SqlSessionFactoryBean
customizeQueryWrapper(QueryWrapper) - Method in class com.mybatisflex.core.relation.AbstractRelation
方便子类追加自定义的条件
customizeQueryWrapper(QueryWrapper) - Method in class com.mybatisflex.core.relation.ToManyRelation
 
CustomKeyGenerator - Class in com.mybatisflex.core.keygen
通过 java 编码的方式生成主键 当主键类型配置为 KeyType#Generator 时,使用此生成器生成 KeyType.Generator
CustomKeyGenerator(Configuration, TableInfo, IdInfo) - Constructor for class com.mybatisflex.core.keygen.CustomKeyGenerator
 

D

DATABASE - Static variable in class com.mybatisflex.core.constant.FuncName
 
database() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前数据库名。
databaseIdProvider - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
dataSource - Variable in class com.mybatisflex.codegen.Generator
 
dataSource - Variable in class com.mybatisflex.core.MybatisFlexBootstrap
 
dataSource - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
datasource(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
datasource(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
dataSource - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
dataSource() - Method in class com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration
 
dataSourceAdvice() - Method in class com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration
UseDataSource 注解切换数据源切面。
DataSourceAdvice - Class in com.mybatisflex.spring.datasource
多数据源切面。
DataSourceAdvice() - Constructor for class com.mybatisflex.spring.datasource.DataSourceAdvice
 
DataSourceBuilder - Class in com.mybatisflex.core.datasource
 
DataSourceBuilder(Map<String, String>) - Constructor for class com.mybatisflex.core.datasource.DataSourceBuilder
 
DataSourceDecipher - Interface in com.mybatisflex.core.datasource
 
dataSourceDecipher - Variable in class com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration
 
dataSourceDecipher - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
DataSourceInterceptor - Class in com.mybatisflex.spring.datasource
多数据源切换拦截器。
DataSourceInterceptor() - Constructor for class com.mybatisflex.spring.datasource.DataSourceInterceptor
 
DataSourceKey - Class in com.mybatisflex.core.datasource
 
DataSourceManager - Class in com.mybatisflex.core.datasource
 
DataSourceManager() - Constructor for class com.mybatisflex.core.datasource.DataSourceManager
 
DataSourceProperty - Enum in com.mybatisflex.core.datasource
 
DataSourceShardingStrategy - Interface in com.mybatisflex.core.datasource
 
date(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
date 函数
DATE_FORMAT - Static variable in class com.mybatisflex.core.constant.FuncName
 
dateCSTPattern - Static variable in class com.mybatisflex.core.util.DateUtil
 
DATEDIFF - Static variable in class com.mybatisflex.core.constant.FuncName
 
dateDiff(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d1 到 d2 之间相隔的天数。
dateDiff(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d1 到 d2 之间相隔的天数。
dateDiff(LambdaGetter<D1>, LambdaGetter<D2>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d1 到 d2 之间相隔的天数。
dateFormat(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示日期 d。
dateFormat(QueryColumn, String) - Static method in class com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示日期 d。
dateFormat(LambdaGetter<D>, String) - Static method in class com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示日期 d。
dateMillisecondPattern - Static variable in class com.mybatisflex.core.util.DateUtil
 
dateMinutePattern - Static variable in class com.mybatisflex.core.util.DateUtil
 
dateMinutePattern2 - Static variable in class com.mybatisflex.core.util.DateUtil
 
datePattern - Static variable in class com.mybatisflex.core.util.DateUtil
 
datePatternWithoutDividing - Static variable in class com.mybatisflex.core.util.DateUtil
 
DateTimeLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete.impl
LocalDateTime 类型的属性对应的逻辑删除处理器。
DateTimeLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.impl.DateTimeLogicDeleteProcessor
 
datetimePattern - Static variable in class com.mybatisflex.core.util.DateUtil
 
DateUtil - Class in com.mybatisflex.core.util
 
DAY - Static variable in class com.mybatisflex.core.constant.FuncName
 
day(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 中的天数值。
day(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 中的天数值。
day(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 中的天数值。
DAYNAME - Static variable in class com.mybatisflex.core.constant.FuncName
 
dayName(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,如 Monday。
dayName(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,如 Monday。
dayName(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,如 Monday。
DAYOFMONTH - Static variable in class com.mybatisflex.core.constant.FuncName
 
dayOfMonth(String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本月的第几天。
dayOfMonth(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本月的第几天。
dayOfMonth(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本月的第几天。
DAYOFWEEK - Static variable in class com.mybatisflex.core.constant.FuncName
 
dayOfWeek(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,1 表示星期日,2 表示星期二。
dayOfWeek(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,1 表示星期日,2 表示星期二。
dayOfWeek(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,1 表示星期日,2 表示星期二。
DAYOFYEAR - Static variable in class com.mybatisflex.core.constant.FuncName
 
dayOfYear(String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几天。
dayOfYear(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几天。
dayOfYear(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几天。
Db - Class in com.mybatisflex.core.row
针对 RowMapper 的静态方法进行封装
DB2105 - Static variable in interface com.mybatisflex.core.dialect.impl.DB2105Dialect.DB2105LimitOffsetProcessor
 
DB2105Dialect - Class in com.mybatisflex.core.dialect.impl
 
DB2105Dialect(KeywordWrap, LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.DB2105Dialect
 
DB2105Dialect.DB2105LimitOffsetProcessor - Interface in com.mybatisflex.core.dialect.impl
 
DB2_1005_PRODUCT_VERSION - Static variable in class com.mybatisflex.core.dialect.impl.DB2105Dialect
 
DB2_PRODUCT_NAME - Static variable in class com.mybatisflex.core.dialect.impl.DB2105Dialect
 
DbChain - Class in com.mybatisflex.core.row
链式构建 QueryWrapper 并执行 Db 方法。
DbType - Enum in com.mybatisflex.core.dialect
 
DbTypeUtil - Class in com.mybatisflex.core.dialect
DbType 解析 工具类
DECODE - Static variable in class com.mybatisflex.core.constant.FuncName
 
decode(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
解密函数,使用字符串 pswd_str 来为 crypt_str 解密。
decode(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
解密函数,使用字符串 pswd_str 来为 crypt_str 解密。
decode(LambdaGetter<C>, LambdaGetter<P>) - Static method in class com.mybatisflex.core.query.QueryMethods
解密函数,使用字符串 pswd_str 来为 crypt_str 解密。
decrypt(DataSourceProperty, String) - Method in interface com.mybatisflex.core.datasource.DataSourceDecipher
 
decryptDataSource(DataSource) - Static method in class com.mybatisflex.core.datasource.DataSourceManager
 
DEFAULT - Static variable in interface com.mybatisflex.codegen.dialect.IDialect
默认方言。
DEFAULT_BATCH_SIZE - Static variable in interface com.mybatisflex.core.BaseMapper
默认批量处理切片数量。
DEFAULT_BATCH_SIZE - Static variable in interface com.mybatisflex.core.row.RowMapper
 
DEFAULT_BATCH_SIZE - Static variable in interface com.mybatisflex.core.service.IService
 
DEFAULT_OBJECT_FACTORY - Static variable in class com.mybatisflex.core.table.EntityMetaObject
 
DEFAULT_OBJECT_WRAPPER_FACTORY - Static variable in class com.mybatisflex.core.table.EntityMetaObject
 
defaultColumns(Class<?>...) - Static method in class com.mybatisflex.core.query.QueryMethods
构建默认列。
DefaultJdbcDialect - Class in com.mybatisflex.codegen.dialect.impl
 
DefaultJdbcDialect() - Constructor for class com.mybatisflex.codegen.dialect.impl.DefaultJdbcDialect
 
DefaultLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete.impl
默认逻辑删除处理器。
DefaultLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
DefaultMessageFactory - Class in com.mybatisflex.core.audit
默认的审计消息创建器,用来创建带有 hostIp 的审计消息。
DefaultMessageFactory() - Constructor for class com.mybatisflex.core.audit.DefaultMessageFactory
 
defaultSupportColumnTypes - Static variable in class com.mybatisflex.core.table.TableInfoFactory
 
DEGREES - Static variable in class com.mybatisflex.core.constant.FuncName
 
degrees(String) - Static method in class com.mybatisflex.core.query.QueryMethods
将弧度转换为角度。
degrees(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将弧度转换为角度。
degrees(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
将弧度转换为角度。
delegate - Variable in class com.mybatisflex.core.query.AbstractQueryBuilder
 
delete(T) - Method in interface com.mybatisflex.core.BaseMapper
根据实体主键来删除数据。
DELETE - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
DELETE_FROM - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
deleteBatchByIds(Collection<? extends Serializable>) - Method in interface com.mybatisflex.core.BaseMapper
根据多个主键批量删除数据。
deleteBatchByIds(Collection<? extends Serializable>, int) - Method in interface com.mybatisflex.core.BaseMapper
根据多个主键批量删除数据。
deleteBatchByIds(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
deleteBatchByIds 的 SQL 构建。
deleteBatchByIds(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
deleteBatchByIds 的 SQL 构建。
deleteBatchByIds(String, String, String, Collection<?>) - Static method in class com.mybatisflex.core.row.Db
根据 id 集合来批量删除数据
deleteBatchByIds(String, String, Collection<?>) - Static method in class com.mybatisflex.core.row.Db
根据 id 集合来批量删除数据
deleteBatchByIds(String, String, String, Collection<?>) - Method in interface com.mybatisflex.core.row.RowMapper
根据 多个 id 值删除多条数据
deleteBatchByIds(String, String, String, Collection<?>) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
deleteByCondition(QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
根据查询条件来删除数据。
deleteByCondition(String, String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
根据 condition 条件删除数据
deleteByCondition(String, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
根据 condition 条件删除数据
deleteById(Serializable) - Method in interface com.mybatisflex.core.BaseMapper
根据主键删除数据。如果是多个主键的情况下,需要传入数组,例如:new Integer[]{100,101}
deleteById(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
deleteById 的 SQL 构建。
deleteById(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
deleteById 的 SQL 构建。
deleteById(String, String, Row) - Static method in class com.mybatisflex.core.row.Db
根据主键来删除数据,其中 row 是通过 Row.ofKey(RowKey, Object) 来进行构建的
deleteById(String, Row) - Static method in class com.mybatisflex.core.row.Db
根据主键来删除数据,其中 row 是通过 Row.ofKey(RowKey, Object) 来进行构建的
deleteById(String, String, String, Object) - Static method in class com.mybatisflex.core.row.Db
根据主键来删除 1 条数据
deleteById(String, String, Object) - Static method in class com.mybatisflex.core.row.Db
根据主键来删除 1 条数据
deleteById(String, String, Row) - Method in interface com.mybatisflex.core.row.RowMapper
根据 id 删除数据
deleteById(String, String, String, Object) - Method in interface com.mybatisflex.core.row.RowMapper
根据 id 删除数据
deleteById(String, String, Row) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
deleteById(String, String, String, Object) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
deleteByMap(Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来删除数据。
deleteByMap(String, String, Map<String, Object>) - Static method in class com.mybatisflex.core.row.Db
根据 map 构建的 where 条件来删除数据
deleteByMap(String, Map<String, Object>) - Static method in class com.mybatisflex.core.row.Db
根据 map 构建的 where 条件来删除数据
deleteByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
根据查询条件来删除数据。
deleteByQuery(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
deleteByQuery 的 SQL 构建。
deleteByQuery(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
deleteByQuery 的 SQL 构建。
deleteByQuery(String, String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
根据 query 构建的条件来删除数据
deleteByQuery(String, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
根据 query 构建的条件来删除数据
deleteByQuery(String, String, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
根据 queryWrapper 构建 where 条件来删除数据
deleteByQuery(String, String, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
deleteBySql(String, Object...) - Static method in class com.mybatisflex.core.row.Db
编写 delete sql 来删除数据
deleteBySql(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
执行 delete sql 语言
deleteBySql(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
deleteChar(String, char) - Static method in class com.mybatisflex.core.util.StringUtil
删除字符串中的字符
deleteChar(String, char, char) - Static method in class com.mybatisflex.core.util.StringUtil
 
DELIMITER - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
DERBY - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
derby 的处理器 适合 DbType#DERBY,DbType#ORACLE_12C,DbType#SQLSERVER ,DbType#POSTGRE_SQL
desc() - Method in class com.mybatisflex.core.activerecord.query.OrderByBuilder
 
DESC - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
desc() - Method in class com.mybatisflex.core.query.QueryColumn
 
desc() - Method in class com.mybatisflex.core.query.QueryOrderByBuilder
 
determineCurrentTarget(DataSource) - Static method in class com.mybatisflex.core.datasource.FlexDataSourceRouting
 
dialect - Variable in class com.mybatisflex.codegen.Generator
 
DialectFactory - Class in com.mybatisflex.core.dialect
方言工厂类,用于创建方言
disableController() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
disableEntity() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
disableMapper() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
disableMapperXml() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
disablePackageInfo() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
disableService() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
disableServiceImpl() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
disableTableDef() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
DISTINCT - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
distinct(QueryColumn...) - Static method in class com.mybatisflex.core.query.QueryMethods
对指定列进行去重。
distinct(LambdaGetter<T>...) - Static method in class com.mybatisflex.core.query.QueryMethods
 
DistinctQueryColumn - Class in com.mybatisflex.core.query
 
DistinctQueryColumn(QueryColumn...) - Constructor for class com.mybatisflex.core.query.DistinctQueryColumn
 
divide(QueryColumn) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
 
divide(Number) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
 
divide(QueryColumn) - Method in class com.mybatisflex.core.query.QueryColumn
 
divide(Number) - Method in class com.mybatisflex.core.query.QueryColumn
 
DIVISION_SIGN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
DmDialect - Class in com.mybatisflex.core.dialect.impl
 
DmDialect() - Constructor for class com.mybatisflex.core.dialect.impl.DmDialect
 
DmDialect(LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.DmDialect
 
DmDialect(KeywordWrap, LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.DmDialect
 
doBegin(Object, TransactionDefinition) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
doFlushStatements(boolean) - Method in class com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
doGetTransaction() - Method in class com.mybatisflex.spring.FlexTransactionManager
 
doInsert(T) - Method in class com.mybatisflex.annotation.AbstractInsertListener
新增操作的前置操作。
doIntercept(Invocation) - Method in class com.mybatisflex.solon.annotation.UseDataSourceInterceptor
 
doPaginate(BaseMapper<T>, Page<R>, QueryWrapper, Class<R>, boolean, Consumer<FieldQueryBuilder<R>>...) - Static method in class com.mybatisflex.core.util.MapperUtil
 
doResume(Object, Object) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
doSendMessages() - Method in class com.mybatisflex.core.audit.AbstractMessageCollector
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
doSharding(String, Object, Method, Object[]) - Method in interface com.mybatisflex.core.datasource.DataSourceShardingStrategy
 
doSuspend(Object) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
DOUBLE_QUOTATION - Static variable in class com.mybatisflex.core.dialect.KeywordWrap
双引号反义处理, 适用于 postgresql, sqlite, derby, oracle, duckdb 等
doUpdate(T) - Method in class com.mybatisflex.annotation.AbstractUpdateListener
更新操作的前置操作。
doUpdate(MappedStatement, Object) - Method in class com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
DynamicSchemaProcessor - Interface in com.mybatisflex.core.table
 
dynamicSchemaProcessor - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
DynamicTableProcessor - Interface in com.mybatisflex.core.table
 
dynamicTableProcessor - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 

E

effective - Variable in class com.mybatisflex.core.query.Join
 
effective - Variable in class com.mybatisflex.core.query.QueryCondition
 
ELSE - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
else_(Object) - Method in class com.mybatisflex.core.query.CaseQueryColumn.Builder
 
else_(Object) - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
ELT - Static variable in class com.mybatisflex.core.constant.FuncName
 
elt(String, String, String...) - Static method in class com.mybatisflex.core.query.QueryMethods
返回第 n 个字符串。
elt(QueryColumn, QueryColumn, QueryColumn...) - Static method in class com.mybatisflex.core.query.QueryMethods
返回第 n 个字符串。
EMAIL - Static variable in class com.mybatisflex.core.mask.Masks
邮件脱敏
EMPTY - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
empty() - Static method in class com.mybatisflex.core.query.SqlOperators
获取一个空的 SqlOperators 实例。
EMPTY_ARRAY - Static variable in class com.mybatisflex.core.FlexConsts
 
enableController() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
enableEntity() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
enableMapper() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
enableMapperXml() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
enablePackageInfo() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
enableService() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
enableServiceImpl() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
enableTableDef() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
ENCODE - Static variable in class com.mybatisflex.core.constant.FuncName
 
encode(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
使用字符串 pswd_str 来加密字符串 str,加密结果是一个二进制数,必须使用 BLOB 类型来保持它。
encode(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
使用字符串 pswd_str 来加密字符串 str,加密结果是一个二进制数,必须使用 BLOB 类型来保持它。
encode(LambdaGetter<S>, LambdaGetter<P>) - Static method in class com.mybatisflex.core.query.QueryMethods
使用字符串 pswd_str 来加密字符串 str,加密结果是一个二进制数,必须使用 BLOB 类型来保持它。
END - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
end() - Method in class com.mybatisflex.core.query.CaseQueryColumn.Builder
 
end() - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
endFragments - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
endsWithAny(String, String...) - Static method in class com.mybatisflex.core.util.StringUtil
 
EnjoyTemplate - Class in com.mybatisflex.codegen.template.impl
JFinal Enjoy 模板引擎实现。
EnjoyTemplate() - Constructor for class com.mybatisflex.codegen.template.impl.EnjoyTemplate
 
EnjoyTemplate.FileAndClassPathSourceFactory - Class in com.mybatisflex.codegen.template.impl
从文件或者类路径读取模板。
ENTITIES - Static variable in class com.mybatisflex.core.FlexConsts
 
ENTITY - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
 
ENTITY - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
 
ENTITY - Static variable in class com.mybatisflex.core.FlexConsts
 
ENTITY_KOTLIN - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
 
EntityConfig - Class in com.mybatisflex.codegen.config
生成 Entity 的配置。
EntityConfig() - Constructor for class com.mybatisflex.codegen.config.EntityConfig
 
EntityConfig.SwaggerVersion - Enum in com.mybatisflex.codegen.config
 
EntityGenerator - Class in com.mybatisflex.codegen.generator.impl
Entity 生成器。
EntityGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.EntityGenerator
 
EntityGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.EntityGenerator
 
EntityMetaObject - Class in com.mybatisflex.core.table
 
EntitySqlProvider - Class in com.mybatisflex.core.provider
 
entityWithBaseTemplatePath - Variable in class com.mybatisflex.codegen.generator.impl.EntityGenerator
 
entry(K, V) - Static method in class com.mybatisflex.core.util.MapUtil
 
EnumValue - Annotation Type in com.mybatisflex.annotation
枚举属性注解。
EnumWrapper<E extends Enum<E>> - Class in com.mybatisflex.core.util
 
EnumWrapper(Class<E>) - Constructor for class com.mybatisflex.core.util.EnumWrapper
 
environmentId - Variable in class com.mybatisflex.core.MybatisFlexBootstrap
 
eq(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(LambdaGetter<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
等于 =
eq(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
等于 =
eq(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
等于 =
eq(Object) - Method in interface com.mybatisflex.core.query.Conditional
等于 =
eq(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
等于 =
eq(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
等于 =
eq(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
等于 =
eq(Object) - Method in class com.mybatisflex.core.query.QueryColumn
 
eq(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
eq(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
eq(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
eq(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
eq(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
eq(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
eq(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
eq(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
等于 =
eq(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
等于 =
eq(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
等于 =
eq(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
等于 =
eq(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
等于 =
eq(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
等于 =
eq(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
等于 =
eq(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
等于 =
eq(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
等于 =
eq(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
EQUALS - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
equals(Object) - Method in class com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
equals(Object) - Method in class com.mybatisflex.core.row.RowKey
 
equals(Object) - Method in class com.mybatisflex.processor.entity.ColumnInfo
 
EQUALS_PLACEHOLDER - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
equalsAny(Object, Object...) - Static method in class com.mybatisflex.core.util.ObjectUtil
 
exec(Supplier<T>, Propagation, boolean) - Static method in class com.mybatisflex.core.transaction.TransactionalManager
 
execute() - Method in interface com.mybatisflex.core.audit.AuditManager.AuditRunnable
 
executeBatch(int, int, Class<M>, BiConsumer<M, Integer>) - Static method in class com.mybatisflex.core.row.Db
批量执行工具方法
executeBatch(Collection<D>, Class<M>, BiConsumer<M, D>) - Static method in class com.mybatisflex.core.row.Db
批量执行工具方法
executeBatch(Collection<E>, int, Class<M>, BiConsumer<M, E>) - Static method in class com.mybatisflex.core.row.Db
批量执行工具方法
executeBatch(Collection<E>, int, Class<M>, BiConsumer<M, E>) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
executeBatch(int, int, Class<M>, BiConsumer<M, Integer>) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
execWithoutLogicDelete(Supplier<T>) - Static method in class com.mybatisflex.core.logicdelete.LogicDeleteManager
跳过逻辑删除字段处理,直接进行数据库物理操作。
execWithoutLogicDelete(Runnable) - Static method in class com.mybatisflex.core.logicdelete.LogicDeleteManager
跳过逻辑删除字段处理,直接进行数据库物理操作。
execWithoutMask(Supplier<T>) - Static method in class com.mybatisflex.core.mask.MaskManager
跳过脱敏处理
execWithoutMask(Runnable) - Static method in class com.mybatisflex.core.mask.MaskManager
跳过脱敏处理
execWithoutOptimisticLock(Supplier<T>) - Static method in class com.mybatisflex.core.optimisticlock.OptimisticLockManager
跳过乐观锁字段处理,直接进行数据库物理操作。
execWithoutOptimisticLock(Runnable) - Static method in class com.mybatisflex.core.optimisticlock.OptimisticLockManager
跳过乐观锁字段处理,直接进行数据库物理操作。
exists() - Method in interface com.mybatisflex.core.query.MapperQueryChain
判断数据是否存在。
exists(QueryWrapper) - Static method in class com.mybatisflex.core.query.QueryMethods
EXIST (SELECT ...)
exists() - Method in class com.mybatisflex.core.row.DbChain
 
exists(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
根据查询条件判断数据是否存在。
exists(QueryCondition) - Method in interface com.mybatisflex.core.service.IService
根据查询条件判断数据是否存在。
existsBuildFile(File) - Static method in class com.mybatisflex.processor.util.FileUtil
 
EXP - Static variable in class com.mybatisflex.core.constant.FuncName
 
exp(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 e 的 x 次方。
exp(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 e 的 x 次方。
exp(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 e 的 x 次方。
extraConditionParam(String, Object) - Method in class com.mybatisflex.core.activerecord.query.RelationsQuery
 
extraConditionParam(String, Object) - Method in class com.mybatisflex.core.query.RelationsBuilder
添加额外的 Relations 查询条件。
extraConditionParamKeys - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
extraConditionSql - Variable in class com.mybatisflex.core.relation.AbstractRelation
 

F

false_() - Static method in class com.mybatisflex.core.query.QueryMethods
构建 FALSE 常量。
Fastjson2TypeHandler - Class in com.mybatisflex.core.handler
 
Fastjson2TypeHandler(Class<?>) - Constructor for class com.mybatisflex.core.handler.Fastjson2TypeHandler
 
Fastjson2TypeHandler(Class<?>, Class<?>) - Constructor for class com.mybatisflex.core.handler.Fastjson2TypeHandler
 
FastjsonTypeHandler - Class in com.mybatisflex.core.handler
 
FastjsonTypeHandler(Class<?>) - Constructor for class com.mybatisflex.core.handler.FastjsonTypeHandler
 
FastjsonTypeHandler(Class<?>, Class<?>) - Constructor for class com.mybatisflex.core.handler.FastjsonTypeHandler
 
FastjsonTypeHandler.ParameterizedTypeImpl - Class in com.mybatisflex.core.handler
 
FIELD - Static variable in class com.mybatisflex.core.constant.FuncName
 
field(LambdaGetter<T>) - Method in class com.mybatisflex.core.field.FieldQueryBuilder
为指定属性创建查询。
field(String, String, String...) - Static method in class com.mybatisflex.core.query.QueryMethods
返回第一个与字符串 s 匹配的字符串的位置。
field(QueryColumn, QueryColumn, QueryColumn...) - Static method in class com.mybatisflex.core.query.QueryMethods
返回第一个与字符串 s 匹配的字符串的位置。
FIELD_NAME - Static variable in class com.mybatisflex.core.FlexConsts
 
fieldMapping(LambdaGetter<F>, QueryBuilder<F>) - Method in class com.mybatisflex.core.activerecord.query.FieldsQuery
 
fieldMapping(LambdaGetter<F>, boolean, QueryBuilder<F>) - Method in class com.mybatisflex.core.activerecord.query.FieldsQuery
 
fieldMapping(LambdaGetter<F>, QueryBuilder<F>) - Method in class com.mybatisflex.core.query.FieldsBuilder
设置属性对应的 QueryWrapper 查询。
fieldMapping(LambdaGetter<F>, boolean, QueryBuilder<F>) - Method in class com.mybatisflex.core.query.FieldsBuilder
设置属性对应的 QueryWrapper 查询。
FieldQuery - Class in com.mybatisflex.core.field
查询属性的信息。
FieldQuery() - Constructor for class com.mybatisflex.core.field.FieldQuery
 
FieldQuery.Builder<T> - Class in com.mybatisflex.core.field
 
FieldQueryBuilder<T> - Class in com.mybatisflex.core.field
属性查询构建者。
FieldQueryBuilder() - Constructor for class com.mybatisflex.core.field.FieldQueryBuilder
 
FieldQueryManager - Class in com.mybatisflex.core.field
属性查询管理。
fieldQueryMap - Variable in class com.mybatisflex.core.query.FieldsBuilder
 
FieldsBuilder<T> - Class in com.mybatisflex.core.query
使用 Fields Query 的方式进行关联查询。
FieldsBuilder(MapperQueryChain<T>) - Constructor for class com.mybatisflex.core.query.FieldsBuilder
 
FieldsQuery<T extends Model<T>> - Class in com.mybatisflex.core.activerecord.query
使用 Fields Query 的方式进行关联查询。
FieldsQuery(Model<T>) - Constructor for class com.mybatisflex.core.activerecord.query.FieldsQuery
 
FieldWrapper - Class in com.mybatisflex.core.util
 
FieldWrapper() - Constructor for class com.mybatisflex.core.util.FieldWrapper
 
FileAndClassPathSourceFactory() - Constructor for class com.mybatisflex.codegen.template.impl.EnjoyTemplate.FileAndClassPathSourceFactory
 
FileUtil - Class in com.mybatisflex.processor.util
文件工具类。
FIND_IN_SET - Static variable in class com.mybatisflex.core.constant.FuncName
 
findInSet(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回在字符串 s2 中与 s1 匹配的字符串的位置。
findInSet(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回在字符串 s2 中与 s1 匹配的字符串的位置。
findInSet(LambdaGetter<S1>, LambdaGetter<S2>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回在字符串 s2 中与 s1 匹配的字符串的位置。
findSupportedListeners(Class<?>, Map<Class<?>, List<T>>) - Method in class com.mybatisflex.core.FlexGlobalConfig
查找支持该 entityClass 的监听器
FIREBIRD - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
Firebird 的处理器 适合 DbType.FIREBIRD
FIRST - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
firstCharToLowerCase(String) - Static method in class com.mybatisflex.core.util.StringUtil
第一个字符转换为小写
firstCharToLowerCase(String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
firstCharToUpperCase(String) - Static method in class com.mybatisflex.core.util.StringUtil
第一个字符转换为大写
firstCharToUpperCase(String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
FIXED_PHONE - Static variable in class com.mybatisflex.core.mask.Masks
固定电话脱敏
FLEX_ID - Static variable in class com.mybatisflex.core.row.RowKey
flexId
FlexAssert - Class in com.mybatisflex.core.exception
断言。
FlexBatchExecutor - Class in com.mybatisflex.core.mybatis.executor
 
FlexBatchExecutor(Configuration, Transaction) - Constructor for class com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
FlexConfiguration - Class in com.mybatisflex.core.mybatis
 
FlexConfiguration() - Constructor for class com.mybatisflex.core.mybatis.FlexConfiguration
 
FlexConfiguration(Environment) - Constructor for class com.mybatisflex.core.mybatis.FlexConfiguration
 
FlexConsts - Class in com.mybatisflex.core
Mybatis-Flex 可能用到的静态常量
FlexDataSource - Class in com.mybatisflex.core.datasource
 
FlexDataSource(String, DataSource) - Constructor for class com.mybatisflex.core.datasource.FlexDataSource
 
FlexDataSource(String, DataSource, boolean) - Constructor for class com.mybatisflex.core.datasource.FlexDataSource
 
FlexDataSourceRouting - Class in com.mybatisflex.core.datasource
数据源路由工具(用于确定当前真实数据源)
FlexDataSourceRouting() - Constructor for class com.mybatisflex.core.datasource.FlexDataSourceRouting
 
FlexDefaultResultSetHandler - Class in com.mybatisflex.core.mybatis
复制于 DefaultResultSetHandler,并开放若干方法,方便子类重写
FlexDefaultResultSetHandler(Executor, MappedStatement, ParameterHandler, ResultHandler<?>, BoundSql, RowBounds) - Constructor for class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
FlexEnumTypeHandler<E extends Enum<E>> - Class in com.mybatisflex.core.handler
 
FlexEnumTypeHandler(Class<E>) - Constructor for class com.mybatisflex.core.handler.FlexEnumTypeHandler
 
FlexExceptions - Class in com.mybatisflex.core.exception
MybatisFlexException 异常封装类
FlexGlobalConfig - Class in com.mybatisflex.core
全局配置文件
FlexGlobalConfig() - Constructor for class com.mybatisflex.core.FlexGlobalConfig
 
FlexGlobalConfig.KeyConfig - Class in com.mybatisflex.core
对应的是 注解 Id 的配置
flexId - Static variable in class com.mybatisflex.core.keygen.KeyGenerators
flexId 主键生成器 FlexIDKeyGenerator
FlexIDKeyGenerator - Class in com.mybatisflex.core.keygen.impl
独创的 FlexID 算法(简单、好用):
FlexIDKeyGenerator() - Constructor for class com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
FlexIDKeyGenerator(long) - Constructor for class com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
FlexMapperProxy<T> - Class in com.mybatisflex.core.mybatis.binding
 
FlexMapperProxy(SqlSession, Class<T>, Map<Method, MybatisMapperProxy.MapperMethodInvoker>, FlexConfiguration) - Constructor for class com.mybatisflex.core.mybatis.binding.FlexMapperProxy
 
FlexMapperProxyFactory<T> - Class in com.mybatisflex.core.mybatis.binding
 
FlexMapperProxyFactory(Class<T>) - Constructor for class com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
FlexMapperRegistry - Class in com.mybatisflex.core.mybatis.binding
 
FlexMapperRegistry(FlexConfiguration) - Constructor for class com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
FlexPreparedStatementHandler - Class in com.mybatisflex.core.mybatis
 
FlexPreparedStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class com.mybatisflex.core.mybatis.FlexPreparedStatementHandler
 
FlexResultSetHandler - Class in com.mybatisflex.core.mybatis
 
FlexResultSetHandler(Executor, MappedStatement, ParameterHandler, ResultHandler<?>, BoundSql, RowBounds) - Constructor for class com.mybatisflex.core.mybatis.FlexResultSetHandler
 
FlexReuseExecutor - Class in com.mybatisflex.core.mybatis.executor
 
FlexReuseExecutor(Configuration, Transaction) - Constructor for class com.mybatisflex.core.mybatis.executor.FlexReuseExecutor
 
FlexSimpleExecutor - Class in com.mybatisflex.core.mybatis.executor
 
FlexSimpleExecutor(Configuration, Transaction) - Constructor for class com.mybatisflex.core.mybatis.executor.FlexSimpleExecutor
 
FlexSpringTransaction - Class in com.mybatisflex.spring
spring 事务支持,解决 issues: https://gitee.com/mybatis-flex/mybatis-flex/issues/I7HJ4J
FlexSpringTransaction(DataSource) - Constructor for class com.mybatisflex.spring.FlexSpringTransaction
 
FlexSqlSessionFactoryBean - Class in com.mybatisflex.spring
参考:https://github.com/mybatis/spring/blob/master/src/main/java/org/mybatis/spring/SqlSessionFactoryBean.java
FlexSqlSessionFactoryBean() - Constructor for class com.mybatisflex.spring.FlexSqlSessionFactoryBean
 
FlexSqlSessionFactoryBuilder - Class in com.mybatisflex.core.mybatis
 
FlexSqlSessionFactoryBuilder() - Constructor for class com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
FlexStatementHandler - Class in com.mybatisflex.core.mybatis
参考 RoutingStatementHandler 主要作用: 1、替换 PreparedStatementHandler 为 FlexPreparedStatementHandler 2、进行数据审计
FlexStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class com.mybatisflex.core.mybatis.FlexStatementHandler
 
FlexTransactionAutoConfiguration - Class in com.mybatisflex.spring.boot
MyBatis-Flex 事务自动配置。
FlexTransactionAutoConfiguration() - Constructor for class com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration
 
FlexTransactionFactory - Class in com.mybatisflex.spring
 
FlexTransactionFactory() - Constructor for class com.mybatisflex.spring.FlexTransactionFactory
 
FlexTransactionManager - Class in com.mybatisflex.spring
MyBatis-Flex 事务支持。
FlexTransactionManager() - Constructor for class com.mybatisflex.spring.FlexTransactionManager
 
FlexWrapperFactory - Class in com.mybatisflex.core.mybatis
 
FlexWrapperFactory() - Constructor for class com.mybatisflex.core.mybatis.FlexWrapperFactory
 
FLOOR - Static variable in class com.mybatisflex.core.constant.FuncName
 
floor(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回小于或等于 x 的最大整数(向下取整)。
floor(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回小于或等于 x 的最大整数(向下取整)。
floor(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回小于或等于 x 的最大整数(向下取整)。
fnName - Variable in class com.mybatisflex.core.query.FunctionQueryColumn
 
fnName - Variable in class com.mybatisflex.core.query.StringFunctionQueryColumn
 
forBuildColumnsSql(String, String) - Method in class com.mybatisflex.codegen.dialect.AbstractJdbcDialect
构建查询所有数据的 SQL 语句。
forBuildColumnsSql(String, String) - Method in class com.mybatisflex.codegen.dialect.impl.DefaultJdbcDialect
 
forBuildColumnsSql(String, String) - Method in class com.mybatisflex.codegen.dialect.impl.MySqlJdbcDialect
 
forBuildColumnsSql(String, String) - Method in class com.mybatisflex.codegen.dialect.impl.OracleJdbcDialect
 
forBuildColumnsSql(String, String) - Method in class com.mybatisflex.codegen.dialect.impl.PostgreSQLJdbcDialect
 
forceClear() - Static method in class com.mybatisflex.core.datasource.DataSourceKey
 
forDeleteBatchByIds(String, String, String[], Object[]) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forDeleteBatchByIds(String, String, String[], Object[]) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据主键批量删除
forDeleteBatchByIds(String, String, String[], Object[]) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteById(String, String, String[]) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forDeleteById(String, String, String[]) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据主键删除
forDeleteById(String, String, String[]) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forDeleteByQuery(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteEntityBatchByIds(TableInfo, Object[]) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forDeleteEntityBatchByIds(TableInfo, Object[]) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
实体 根据主键批量删除及逻辑删除
forDeleteEntityBatchByIds(TableInfo, Object[]) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteEntityBatchByQuery(TableInfo, QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forDeleteEntityBatchByQuery(TableInfo, QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
forDeleteEntityBatchByQuery(TableInfo, QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteEntityById(TableInfo) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forDeleteEntityById(TableInfo) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forHint(String) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forHint(String) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertBatchWithFirstRowColumns(String, String, List<Row>) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forInsertBatchWithFirstRowColumns(String, String, List<Row>) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertBatchWithFirstRowColumns(String, String, List<Row>) - Method in class com.mybatisflex.core.dialect.impl.OracleDialect
 
forInsertEntity(TableInfo, Object, boolean) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forInsertEntity(TableInfo, Object, boolean) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertEntityBatch(TableInfo, Collection<?>) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forInsertEntityBatch(TableInfo, Collection<?>) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertEntityBatch(TableInfo, Collection<?>) - Method in class com.mybatisflex.core.dialect.impl.OracleDialect
 
forInsertEntityWithPk(TableInfo, Object, boolean) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forInsertEntityWithPk(TableInfo, Object, boolean) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertRow(String, String, Row) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forInsertRow(String, String, Row) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
FORMAT - Static variable in class com.mybatisflex.core.constant.FuncName
 
format(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
格式化函数,可以将数字 x 进行格式化,将 x 保留到小数点后 n 位,这个过程需要进行四舍五入。
format(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
格式化函数,可以将数字 x 进行格式化,将 x 保留到小数点后 n 位,这个过程需要进行四舍五入。
format(LambdaGetter<X>, LambdaGetter<N>) - Static method in class com.mybatisflex.core.query.QueryMethods
格式化函数,可以将数字 x 进行格式化,将 x 保留到小数点后 n 位,这个过程需要进行四舍五入。
formatColumnComment(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
 
formatTableComment(String) - Method in class com.mybatisflex.codegen.config.JavadocConfig
 
forObject(Object, ReflectorFactory) - Static method in class com.mybatisflex.core.table.EntityMetaObject
 
forRemarks(String, Table, DatabaseMetaData, Connection) - Method in class com.mybatisflex.codegen.dialect.AbstractJdbcDialect
构建 remarks 的 ResultSet
forRemarks(String, Table, DatabaseMetaData, Connection) - Method in class com.mybatisflex.codegen.dialect.impl.OracleJdbcDialect
 
forSelectByQuery(QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forSelectByQuery(QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forSelectEntityListByIds(TableInfo, Object[]) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forSelectEntityListByIds(TableInfo, Object[]) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forSelectOneById(String, String, String[], Object[]) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forSelectOneById(String, String, String[], Object[]) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forSelectOneEntityById(TableInfo) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forSelectOneEntityById(TableInfo) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdate() - Method in class com.mybatisflex.core.query.QueryWrapper
 
forUpdate() - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
forUpdateBatchById(String, String, List<Row>) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forUpdateBatchById(String, String, List<Row>) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateById(String, String, Row) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forUpdateById(String, String, Row) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据主键更新
forUpdateById(String, String, Row) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateByQuery(QueryWrapper, Row) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forUpdateByQuery(QueryWrapper, Row) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据查询更新
forUpdateByQuery(QueryWrapper, Row) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateEntity(TableInfo, Object, boolean) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forUpdateEntity(TableInfo, Object, boolean) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
forUpdateEntity(TableInfo, Object, boolean) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateEntityByQuery(TableInfo, Object, boolean, QueryWrapper) - Method in interface com.mybatisflex.core.dialect.IDialect
 
forUpdateEntityByQuery(TableInfo, Object, boolean, QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
forUpdateEntityByQuery(TableInfo, Object, boolean, QueryWrapper) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateNoWait() - Method in class com.mybatisflex.core.query.QueryWrapper
 
forUpdateNoWait() - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
FreeMarkerConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.FreeMarkerConfiguration
 
freeMarkerLanguageDriverConfig() - Method in class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.FreeMarkerConfiguration
 
FROM - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
from(Class<?>...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
from(String...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
from(QueryTable...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
from(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
from(Class<?>...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
from(String...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
from(QueryTable...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
from(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
FROM_DAYS - Static variable in class com.mybatisflex.core.constant.FuncName
 
FROM_UNIXTIME - Static variable in class com.mybatisflex.core.constant.FuncName
 
fromDays(String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算从 0000 年 1 月 1 日开始 n 天后的日期。
fromDays(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算从 0000 年 1 月 1 日开始 n 天后的日期。
fromDays(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算从 0000 年 1 月 1 日开始 n 天后的日期。
fromUnixTime(String) - Static method in class com.mybatisflex.core.query.QueryMethods
把 UNIX 时间戳的时间转换为普通格式的时间。
fromUnixTime(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
把 UNIX 时间戳的时间转换为普通格式的时间。
fromUnixTime(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
把 UNIX 时间戳的时间转换为普通格式的时间。
FULL_JOIN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
fullJoin(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(String, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(Class<?>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryTable) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryTable, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapper
 
fullJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
fullJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
fullJoin(Class<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
fullJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
fullJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
fullJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
fullJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(Class) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(Class, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
FuncName - Class in com.mybatisflex.core.constant
支持的 SQL 函数名。
FunctionQueryColumn - Class in com.mybatisflex.core.query
数据库 聚合函数,例如 count(id) ,max(account.age) 等等
FunctionQueryColumn(String) - Constructor for class com.mybatisflex.core.query.FunctionQueryColumn
 
FunctionQueryColumn(String, String...) - Constructor for class com.mybatisflex.core.query.FunctionQueryColumn
 
FunctionQueryColumn(String, QueryColumn...) - Constructor for class com.mybatisflex.core.query.FunctionQueryColumn
 

G

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
查询结果集中第一列,且第一条数据,并封装为 Optional 返回。
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
兼容方法,与 QueryTable.getName() 相同。
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
Deprecated.
getTenantIds(String) - Method in interface com.mybatisflex.core.tenant.TenantFactory
 
getTenantIds() - Static method in class com.mybatisflex.core.tenant.TenantManager
Deprecated.
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
大于 >

H

handleCursorResultSets(Statement) - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleCursorResultSets(Statement) - Method in class com.mybatisflex.core.mybatis.FlexResultSetHandler
从写 handleCursorResultSets, 用于适配在事务下自动关闭 Cursor
handleOutputParameters(CallableStatement) - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleResultSets(Statement) - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleRowValues(ResultSetWrapper, ResultMap, ResultHandler<?>, RowBounds, ResultMapping) - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleUnMappedColumn(MetaObject, String, Object) - Method in interface com.mybatisflex.core.mybatis.UnMappedColumnHandler
 
hasCondition() - Method in class com.mybatisflex.core.query.QueryWrapper
判断当前 QueryWrapper 是否包含 WHERE 查询条件。
hasDistinct(List<QueryColumn>) - Static method in class com.mybatisflex.core.util.MapperUtil
 
hasEnumValueAnnotation() - Method in class com.mybatisflex.core.util.EnumWrapper
 
hasGeneratedKeys() - Method in interface com.mybatisflex.core.keygen.IMultiKeyGenerator
是否需要数据库生成主键
hasGeneratedKeys() - Method in class com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
是否需要数据库 自动生成主键
hasGeneratedKeys() - Method in class com.mybatisflex.core.keygen.RowKeyGenerator
是否需要数据库生成主键
hash(String, String) - Static method in class com.mybatisflex.core.audit.http.HashUtil
 
hashCode() - Method in class com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
hashCode() - Method in class com.mybatisflex.core.row.RowKey
 
hashCode() - Method in class com.mybatisflex.processor.entity.ColumnInfo
 
HashUtil - Class in com.mybatisflex.core.audit.http
Hash 工具类。
hasMapper(Class<T>) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
hasMapper(Class<?>) - Method in class com.mybatisflex.core.mybatis.FlexConfiguration
 
hasNext() - Method in class com.mybatisflex.core.paginate.Page
是否存在下一页。
HasParamsColumn - Interface in com.mybatisflex.core.query
 
hasPrevious() - Method in class com.mybatisflex.core.paginate.Page
是否存在上一页。
hasRecords() - Method in class com.mybatisflex.core.paginate.Page
当前页是否有记录(有内容)。
hasText(String) - Static method in class com.mybatisflex.core.query.If
 
hasText(String) - Static method in class com.mybatisflex.core.util.StringUtil
 
hasWrapperFor(Object) - Method in class com.mybatisflex.core.mybatis.FlexWrapperFactory
 
having(QueryCondition) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
HAVING - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
having(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapper
 
having(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
havingQueryCondition - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
HEX - Static variable in class com.mybatisflex.core.constant.FuncName
 
hex(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的十六进制编码。
hex(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的十六进制编码。
hex(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的十六进制编码。
hint - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
hint(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
hint(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
HINT_END - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
HINT_START - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
hold(String, String, Connection) - Static method in class com.mybatisflex.core.transaction.TransactionalManager
 
hold(TransactionDefinition) - Static method in class com.mybatisflex.spring.TimeoutHolder
 
holdCursor(Cursor<?>) - Static method in class com.mybatisflex.core.transaction.TransactionContext
 
holdXID(String) - Static method in class com.mybatisflex.core.transaction.TransactionContext
 
HOUR - Static variable in class com.mybatisflex.core.constant.FuncName
 
hour(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回时间 t 中的小时值。
hour(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回时间 t 中的小时值。
hour(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回时间 t 中的小时值。
HttpMessageReporter - Class in com.mybatisflex.core.audit.http
 
HttpMessageReporter(String, String, HttpMessageReporter.JSONFormatter) - Constructor for class com.mybatisflex.core.audit.http.HttpMessageReporter
 
HttpMessageReporter.JSONFormatter - Interface in com.mybatisflex.core.audit.http
 
HttpUtil - Class in com.mybatisflex.core.audit.http
Http 工具类。

I

Id - Annotation Type in com.mybatisflex.annotation
数据库表中的列信息注解。
ID_CARD_NUMBER - Static variable in class com.mybatisflex.core.mask.Masks
身份证号脱敏
IDialect - Interface in com.mybatisflex.codegen.dialect
方言接口。
IDialect - Interface in com.mybatisflex.core.dialect
 
idInfo - Variable in class com.mybatisflex.core.keygen.CustomKeyGenerator
 
IdInfo - Class in com.mybatisflex.core.table
 
IdInfo(Id) - Constructor for class com.mybatisflex.core.table.IdInfo
 
If - Class in com.mybatisflex.core.query
 
if_(QueryCondition, String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
IF 函数。
if_(QueryCondition, QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
IF 函数。
if_(QueryCondition, LambdaGetter<T>, LambdaGetter<F>) - Static method in class com.mybatisflex.core.query.QueryMethods
IF 函数。
IfFunctionQueryColumn - Class in com.mybatisflex.core.query
IF 函数查询列。
IfFunctionQueryColumn(QueryCondition, QueryColumn, QueryColumn) - Constructor for class com.mybatisflex.core.query.IfFunctionQueryColumn
 
ifNull(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(LambdaGetter<N>, LambdaGetter<E>) - Static method in class com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(LambdaGetter<N>, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(LambdaGetter<N>, String) - Static method in class com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
IGenerator - Interface in com.mybatisflex.codegen.generator
文件生成器接口。
ignore - Variable in class com.mybatisflex.core.table.ColumnInfo
是否忽略
IGNORE_BLANK - Static variable in class com.mybatisflex.core.query.QueryColumnBehavior
 
IGNORE_EMPTY - Static variable in class com.mybatisflex.core.query.QueryColumnBehavior
 
IGNORE_NONE - Static variable in class com.mybatisflex.core.query.QueryColumnBehavior
 
IGNORE_NULL - Static variable in class com.mybatisflex.core.query.QueryColumnBehavior
内置的可选的忽略规则
IGNORE_NULLS - Static variable in class com.mybatisflex.core.FlexConsts
 
ignoreRelations(String...) - Method in class com.mybatisflex.core.activerecord.query.RelationsQuery
 
ignoreRelations(LambdaGetter<L>...) - Method in class com.mybatisflex.core.activerecord.query.RelationsQuery
 
ignoreRelations(String...) - Method in class com.mybatisflex.core.query.RelationsBuilder
忽略查询部分 Relations 注解标记的属性。
ignoreRelations(LambdaGetter<L>...) - Method in class com.mybatisflex.core.query.RelationsBuilder
忽略查询部分 Relations 注解标记的属性。
ignoreTenantCondition() - Static method in class com.mybatisflex.core.tenant.TenantManager
忽略 tenant 条件
IKeyGenerator - Interface in com.mybatisflex.core.keygen
 
IMultiKeyGenerator - Interface in com.mybatisflex.core.keygen
 
in(Object...) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Object[], boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Object[], BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(T[], Predicate<T[]>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Collection<?>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Collection<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Collection<?>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryModel<R>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
IN(value)
in(QueryModel<R>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
IN(value)
in(QueryModel<R>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
IN(value)
IN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
in(Object...) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(Object[], boolean) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(Object[], BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(T[], Predicate<T[]>) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(Collection<?>) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(Collection<?>, boolean) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(Collection<?>, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(QueryWrapper) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(QueryWrapper, boolean) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(QueryWrapper, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
IN(value)
in(Object...) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(Object[], BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(T[], Predicate<T[]>) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(Collection<?>) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(Collection<?>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
in(Object...) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(Object[], boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(Object[], BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(T[], Predicate<T[]>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(Collection<?>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(Collection<?>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
in(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Object...) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Object...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Collection<?>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Object[], boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Collection<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
INET_ATON - Static variable in class com.mybatisflex.core.constant.FuncName
 
INET_NTOA - Static variable in class com.mybatisflex.core.constant.FuncName
 
inetAton(String) - Static method in class com.mybatisflex.core.query.QueryMethods
将 IP 地址转换为数字表示,IP 值需要加上引号。
inetAton(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将 IP 地址转换为数字表示,IP 值需要加上引号。
inetAton(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
将 IP 地址转换为数字表示,IP 值需要加上引号。
inetNtoa(String) - Static method in class com.mybatisflex.core.query.QueryMethods
可以将数字 n 转换成 IP 的形式。
inetNtoa(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
可以将数字 n 转换成 IP 的形式。
inetNtoa(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
可以将数字 n 转换成 IP 的形式。
INFORMIX - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
init(String) - Static method in class com.mybatisflex.core.table.TableInfoFactory
用于解决 https://github.com/mybatis-flex/mybatis-flex/pull/376 的问题
init(ProcessingEnvironment) - Method in class com.mybatisflex.processor.MybatisFlexProcessor
 
INIT_VALUE - Static variable in class com.mybatisflex.core.paginate.Page
 
initExtraCondition(String) - Method in class com.mybatisflex.core.relation.AbstractRelation
 
initLogicDeleteValueIfNecessary(Object) - Method in class com.mybatisflex.core.table.TableInfo
初始化逻辑删除的默认值
initTenantIdIfNecessary(Object) - Method in class com.mybatisflex.core.table.TableInfo
设置租户id
initVersionValueIfNecessary(Object) - Method in class com.mybatisflex.core.table.TableInfo
初始化乐观锁版本号
INNER_JOIN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
innerJoin(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(String, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(Class<?>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryTable) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryTable, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapper
 
innerJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
innerJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
innerJoin(Class<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
innerJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
innerJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
innerJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
innerJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(Class) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(Class, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
insert(T) - Method in interface com.mybatisflex.core.BaseMapper
插入实体类数据,不忽略 null 值。
insert(T, boolean) - Method in interface com.mybatisflex.core.BaseMapper
插入实体类数据。
INSERT - Static variable in class com.mybatisflex.core.constant.FuncName
 
INSERT - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
insert(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
insert 的 SQL 构建。
insert(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
insert 的 SQL 构建。
insert(String, String, String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s2 替换 s1 的 x 位置开始长度为 len 的字符串。
insert(QueryColumn, QueryColumn, QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s2 替换 s1 的 x 位置开始长度为 len 的字符串。
insert(String, String, Row) - Static method in class com.mybatisflex.core.row.Db
往 schema.tableName 插入一条 row 数据
insert(String, Row) - Static method in class com.mybatisflex.core.row.Db
往 tableName 插入一条 row 数据
insert(String, String, Row) - Method in interface com.mybatisflex.core.row.RowMapper
插入 row 到数据表
insert(String, String, Row) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
INSERT_ALL - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
INSERT_ALL_END - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
INSERT_INTO - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
insertBatch(Collection<T>) - Method in interface com.mybatisflex.core.BaseMapper
批量插入实体类数据,只会根据第一条数据来构建插入的字段内容。
insertBatch(Collection<T>, int) - Method in interface com.mybatisflex.core.BaseMapper
批量插入实体类数据,按 size 切分。
insertBatch(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
insertBatch 的 SQL 构建。
insertBatch(String, String, Collection<Row>) - Static method in class com.mybatisflex.core.row.Db
批量插入数据
insertBatch(String, Collection<Row>) - Static method in class com.mybatisflex.core.row.Db
批量插入数据
insertBatch(String, String, Collection<Row>, int) - Static method in class com.mybatisflex.core.row.Db
批量插入数据
insertBatch(String, Collection<Row>, int) - Static method in class com.mybatisflex.core.row.Db
批量插入数据
insertBatchSelective(Collection<T>) - Method in interface com.mybatisflex.core.BaseMapper
批量插入实体类数据,并自动忽略 null 值
insertBatchSelective(Collection<T>, int) - Method in interface com.mybatisflex.core.BaseMapper
批量插入实体类数据,按 size 切分,并自动忽略 null 值
insertBatchWithFirstRowColumns(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
insertBatch 的 SQL 构建。
insertBatchWithFirstRowColumns(String, String, List<Row>) - Static method in class com.mybatisflex.core.row.Db
批量插入数据,根据第一条内容来构建插入的字段,效率比 Db.insertBatch(String, String, Collection, int)
insertBatchWithFirstRowColumns(String, List<Row>) - Static method in class com.mybatisflex.core.row.Db
批量插入数据,根据第一条内容来构建插入的字段,效率比 Db.insertBatch(String, String, Collection, int)
insertBatchWithFirstRowColumns(String, String, List<Row>) - Method in interface com.mybatisflex.core.row.RowMapper
批量插入 rows 到数据表
insertBatchWithFirstRowColumns(String, String, List<Row>) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
insertBySql(String, Object...) - Static method in class com.mybatisflex.core.row.Db
直接编写 sql 插入数据
insertBySql(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
执行 insert sql 语句
insertBySql(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
InsertListener - Interface in com.mybatisflex.annotation
用于监听实体类数据被新增到数据库,可以在实体类被新增时做一些前置操作。
insertListenerClass(Class<? extends InsertListener>) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
 
insertOrUpdate(T) - Method in interface com.mybatisflex.core.BaseMapper
插入或者更新,若主键有值,则更新,若没有主键值,则插入,插入或者更新都不会忽略 null 值。
insertOrUpdate(T, boolean) - Method in interface com.mybatisflex.core.BaseMapper
插入或者更新,若主键有值,则更新,若没有主键值,则插入。
insertOrUpdateSelective(T) - Method in interface com.mybatisflex.core.BaseMapper
插入或者更新,若主键有值,则更新,若没有主键值,则插入,插入或者更新都会忽略 null 值。
insertSelective(T) - Method in interface com.mybatisflex.core.BaseMapper
插入实体类数据,但是忽略 null 的数据,只对有值的内容进行插入。 这样的好处是数据库已经配置了一些默认值,这些默认值才会生效。
insertSelectiveWithPk(T) - Method in interface com.mybatisflex.core.BaseMapper
插入带有主键的实体类,忽略 null 值。
insertWithPk(T) - Method in interface com.mybatisflex.core.BaseMapper
插入带有主键的实体类,不忽略 null 值。
insertWithPk(T, boolean) - Method in interface com.mybatisflex.core.BaseMapper
带有主键的插入,此时实体类不会经过主键生成器生成主键。
insertWithPk(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
insertWithPk 的 SQL 构建。
instantiateStatement(Connection) - Method in class com.mybatisflex.core.mybatis.FlexPreparedStatementHandler
 
INSTR - Static variable in class com.mybatisflex.core.constant.FuncName
 
instr(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
从字符串 s 中获取 s1 的开始位置。
instr(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
从字符串 s 中获取 s1 的开始位置。
instr(LambdaGetter<S>, LambdaGetter<S1>) - Static method in class com.mybatisflex.core.query.QueryMethods
从字符串 s 中获取 s1 的开始位置。
IntegerLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete.impl
Integer 类型的属性对应的逻辑删除处理器。
IntegerLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.impl.IntegerLogicDeleteProcessor
 
interceptors - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
INTO - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
invoke(Object, Method, Object[]) - Method in class com.mybatisflex.core.mybatis.binding.FlexMapperProxy
 
invoke(Object, Method, Object[]) - Method in class com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
invoke(Object, Method, Object[], SqlSession) - Method in interface com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.MapperMethodInvoker
 
invoke(Object, Method, Object[]) - Method in class com.mybatisflex.solon.transaction.MybatisMapperInterceptor
 
invoke(MethodInvocation) - Method in class com.mybatisflex.spring.datasource.DataSourceInterceptor
 
invokeOnInsertListener(Object) - Method in class com.mybatisflex.core.table.TableInfo
 
invokeOnSetListener(Object, String, Object) - Method in class com.mybatisflex.core.table.TableInfo
 
invokeOnUpdateListener(Object) - Method in class com.mybatisflex.core.table.TableInfo
 
invoker() - Static method in class com.mybatisflex.core.row.Db
 
invoker(String) - Static method in class com.mybatisflex.core.row.Db
 
IS_FREE_LOCK - Static variable in class com.mybatisflex.core.constant.FuncName
 
IS_NOT_NULL - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
IS_NULL - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
isAbsolutePath(String) - Static method in class com.mybatisflex.processor.util.FileUtil
 
isAlwaysGenColumnAnnotation() - Method in class com.mybatisflex.codegen.config.EntityConfig
 
isArray(Class<?>) - Static method in class com.mybatisflex.core.util.ClassUtil
 
isAuditEnable() - Static method in class com.mybatisflex.core.audit.AuditManager
 
isBefore() - Method in class com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
isBefore() - Method in class com.mybatisflex.core.row.RowKey
 
isBlank(String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
isCacheExample() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
是否生成缓存例子。
isCamelToUnderline() - Method in class com.mybatisflex.core.table.TableInfo
 
isCaseSensitive() - Method in class com.mybatisflex.core.dialect.KeywordWrap
 
isCheckConfigLocation() - Method in class com.mybatisflex.solon.MybatisFlexProperties
 
isCheckConfigLocation() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties
 
isClassCacheEnabled() - Method in class com.mybatisflex.core.table.BaseReflectorFactory
 
isColumnCommentEnable() - Method in class com.mybatisflex.codegen.config.EntityConfig
 
isControllerGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isControllerOverwriteEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isControllerRestStyle() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isDefaultColumn() - Method in class com.mybatisflex.codegen.entity.Column
 
isEmpty(T[]) - Static method in class com.mybatisflex.core.query.If
 
isEmpty(Map<?, ?>) - Static method in class com.mybatisflex.core.query.If
 
isEmpty(Collection<?>) - Static method in class com.mybatisflex.core.query.If
 
isEmpty(T[]) - Static method in class com.mybatisflex.core.util.ArrayUtil
判断数组是否为空
isEmpty(Collection<?>) - Static method in class com.mybatisflex.core.util.CollectionUtil
 
isEmpty(Map<?, ?>) - Static method in class com.mybatisflex.core.util.CollectionUtil
 
isEnable() - Method in class com.mybatisflex.solon.MybatisFlexProperties.AdminConfig
 
isEnable() - Method in class com.mybatisflex.solon.MybatisFlexProperties.SeataConfig
 
isEnable() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.AdminConfig
 
isEnable() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.SeataConfig
 
isEntityGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isEntityOverwriteEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isEntityWithLombok() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isEntityWithSwagger() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
IService<T> - Interface in com.mybatisflex.core.service
由 Mybatis-Flex 提供的顶级增强 Service 接口。
isExistingTransaction(Object) - Method in class com.mybatisflex.spring.FlexTransactionManager
 
isFromTestSource(String) - Static method in class com.mybatisflex.processor.util.FileUtil
 
isGenerateForView() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isGenerateForView() - Method in class com.mybatisflex.codegen.config.StrategyConfig
是否生成视图。
isGetterMethod(Method, String) - Static method in class com.mybatisflex.core.util.ClassUtil
 
isGetterMethod(String, String) - Static method in class com.mybatisflex.processor.util.StrUtil
 
isIgnore() - Method in class com.mybatisflex.core.table.ColumnInfo
 
isIgnore() - Method in class com.mybatisflex.core.util.FieldWrapper
 
isKeyBefore(IdInfo, FlexGlobalConfig.KeyConfig) - Static method in class com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
isKeywordsToUpperCase() - Method in class com.mybatisflex.core.dialect.KeywordWrap
 
isMapperAnnotation() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isMapperAnnotation() - Method in class com.mybatisflex.codegen.config.MapperConfig
是否添加 @Mapper 注解。
isMapperGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isMapperOverwriteEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isMapperXmlGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isMapperXmlOverwriteEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isMatchedRegex(String, String) - Static method in class com.mybatisflex.core.dialect.DbTypeUtil
正则匹配,验证成功返回 true,验证失败返回 false
isNotEmpty(T[]) - Static method in class com.mybatisflex.core.query.If
Deprecated.
isNotEmpty(Map<?, ?>) - Static method in class com.mybatisflex.core.query.If
Deprecated.
isNotEmpty(Collection<?>) - Static method in class com.mybatisflex.core.query.If
Deprecated.
isNotEmpty(T[]) - Static method in class com.mybatisflex.core.util.ArrayUtil
判断数组是否不为空
isNotEmpty(Collection<?>) - Static method in class com.mybatisflex.core.util.CollectionUtil
 
isNotEmpty(Map<?, ?>) - Static method in class com.mybatisflex.core.util.CollectionUtil
 
isNotNull(boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
isNotNull() - Method in interface com.mybatisflex.core.query.Conditional
IS NOT NULL
isNotNull(boolean) - Method in interface com.mybatisflex.core.query.Conditional
IS NOT NULL
isNotNull(BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
IS NOT NULL
isNotNull(boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
isNotNull(boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
isNotNull(String) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(String, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(String, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNull(boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
isNull() - Method in interface com.mybatisflex.core.query.Conditional
IS NULL
isNull(boolean) - Method in interface com.mybatisflex.core.query.Conditional
IS NULL
isNull(BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
IS NULL
isNull(Object) - Static method in class com.mybatisflex.core.query.If
判断对象是否为空
isNull(boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
isNull(boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
isNull(String) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(String, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(String, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNumeric(String) - Static method in class com.mybatisflex.core.util.StringUtil
这个字符串是否是全是数字
isObjectMethod(String) - Static method in class com.mybatisflex.core.util.ClassUtil
 
isOnlyQueryValueField() - Method in class com.mybatisflex.core.relation.AbstractRelation
 
isOverwriteEnable() - Method in class com.mybatisflex.codegen.config.ControllerConfig
是否覆盖原有文件。
isOverwriteEnable() - Method in class com.mybatisflex.codegen.config.EntityConfig
是否覆盖原有文件。
isOverwriteEnable() - Method in class com.mybatisflex.codegen.config.MapperConfig
是否覆盖原有文件。
isOverwriteEnable() - Method in class com.mybatisflex.codegen.config.MapperXmlConfig
是否覆盖原有文件。
isOverwriteEnable() - Method in class com.mybatisflex.codegen.config.ServiceConfig
是否覆盖原有文件。
isOverwriteEnable() - Method in class com.mybatisflex.codegen.config.ServiceImplConfig
是否覆盖原有文件。
isOverwriteEnable() - Method in class com.mybatisflex.codegen.config.TableDefConfig
是否覆盖原有文件。
isPackageInfoGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isPrevent() - Method in class com.mybatisflex.core.field.FieldQuery
 
isPrimaryKey() - Method in class com.mybatisflex.codegen.config.ColumnConfig
 
isPrimaryKey() - Method in class com.mybatisflex.codegen.entity.Column
 
isPrintBanner() - Method in class com.mybatisflex.core.FlexGlobalConfig
 
isPrintBanner() - Method in class com.mybatisflex.solon.MybatisFlexProperties.GlobalConfig
 
isPrintBanner() - Method in class com.mybatisflex.spring.boot.MybatisFlexProperties.GlobalConfig
 
isProxy(Class<?>) - Static method in class com.mybatisflex.core.util.ClassUtil
 
isRecursive() - Method in class com.mybatisflex.core.query.With
 
isRelationByMiddleTable() - Method in class com.mybatisflex.core.relation.AbstractRelation
 
isRestStyle() - Method in class com.mybatisflex.codegen.config.ControllerConfig
是否 REST 风格。
isSameTable(QueryTable, QueryTable) - Static method in class com.mybatisflex.core.query.CPI
 
isServiceGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isServiceImplCacheExample() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isServiceImplGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isServiceImplOverwriteEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isServiceOverwriteEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isSingleton() - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
isSmartConvertInToEquals() - Static method in class com.mybatisflex.core.query.QueryColumnBehavior
 
isSuperClassGenericity(Table) - Method in class com.mybatisflex.codegen.config.EntityConfig
 
isSupportGenerate(String) - Method in class com.mybatisflex.codegen.config.StrategyConfig
 
isTableDefGenerateEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isTableDefOverwriteEnable() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isValid() - Method in class com.mybatisflex.spring.boot.SpringBootVFS
 
isWithActiveRecord() - Method in class com.mybatisflex.codegen.config.EntityConfig
是否启用 Active Record。
isWithActiveRecord() - Method in class com.mybatisflex.codegen.config.GlobalConfig
 
isWithBaseClassEnable() - Method in class com.mybatisflex.codegen.config.EntityConfig
 
isWithLombok() - Method in class com.mybatisflex.codegen.config.EntityConfig
是否使用 Lombok。
isWithSwagger() - Method in class com.mybatisflex.codegen.config.EntityConfig
是否启用 Swagger。
isWrapperFor(Class<?>) - Method in class com.mybatisflex.core.datasource.AbstractDataSource
 
isWrapperFor(Class<?>) - Method in class com.mybatisflex.core.datasource.FlexDataSource
 
ITemplate - Interface in com.mybatisflex.codegen.template
模板引擎。

J

JacksonTypeHandler - Class in com.mybatisflex.core.handler
 
JacksonTypeHandler(Class<?>) - Constructor for class com.mybatisflex.core.handler.JacksonTypeHandler
 
JacksonTypeHandler(Class<?>, Class<?>) - Constructor for class com.mybatisflex.core.handler.JacksonTypeHandler
 
JavadocConfig - Class in com.mybatisflex.codegen.config
注释配置类。
JavadocConfig() - Constructor for class com.mybatisflex.codegen.config.JavadocConfig
 
jdbcType(JdbcType) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
jdbcType - Variable in class com.mybatisflex.core.table.ColumnInfo
该列对应的 jdbcType。
JdbcTypeMapping - Class in com.mybatisflex.codegen.dialect
字段类型映射。
JdbcTypeMapping.JdbcTypeMapper - Interface in com.mybatisflex.codegen.dialect
 
join(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
join(String, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
join(Class<?>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
join(Class<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryTable) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryTable, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
JOIN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
Join - Class in com.mybatisflex.core.query
 
Join(String, QueryTable, boolean) - Constructor for class com.mybatisflex.core.query.Join
 
Join(String, QueryWrapper, boolean) - Constructor for class com.mybatisflex.core.query.Join
 
join(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapper
 
join(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
join(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
join(Class<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
join(Class<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
join(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
join(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
join(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
join(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
join(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
join(Class) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
join(Class, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
join(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
join(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
join(List<SelfEntity>, List<?>, List<Row>) - Method in class com.mybatisflex.core.relation.AbstractRelation
 
join(List<SelfEntity>, List<?>, List<Row>) - Method in class com.mybatisflex.core.relation.ToManyRelation
 
join(List<SelfEntity>, List<?>, List<Row>) - Method in class com.mybatisflex.core.relation.ToOneRelation
 
join(String, CharSequence...) - Static method in class com.mybatisflex.core.util.StringUtil
合并字符串,优化 String.join() 方法
join(String, Collection<? extends CharSequence>) - Static method in class com.mybatisflex.core.util.StringUtil
合并字符串,优化 String.join() 方法
join(String, Collection<T>, Function<T, String>) - Static method in class com.mybatisflex.core.util.StringUtil
合并字符串,优化 String.join() 方法
JoinBuilder<R extends QueryModel<R>> - Class in com.mybatisflex.core.activerecord.query
Lambda joins 构建器。
JoinBuilder(R, Join) - Constructor for class com.mybatisflex.core.activerecord.query.JoinBuilder
 
Joiner<M extends QueryWrapper> - Class in com.mybatisflex.core.query
 
Joiner(M, Join) - Constructor for class com.mybatisflex.core.query.Joiner
 
joining(String, QueryTable, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
joining(String, Class<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
joining(String, QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
joins(String, QueryTable, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
joins(String, Class<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
joins(String, QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
joins - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
joinSelfColumn - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
joinTable - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
joinTables - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
joinTargetColumn - Variable in class com.mybatisflex.core.relation.AbstractRelation
 

K

keep(String...) - Method in class com.mybatisflex.core.row.Row
 
keep(Set<String>) - Method in class com.mybatisflex.core.row.Row
 
keepColumnSafely(String) - Static method in class com.mybatisflex.core.util.SqlUtil
 
keepOrderBySqlSafely(String) - Static method in class com.mybatisflex.core.util.SqlUtil
 
keyBefore(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
keyColumn - Variable in class com.mybatisflex.core.row.RowKey
主键字段
KeyConfig() - Constructor for class com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
keyGenerator - Variable in class com.mybatisflex.core.keygen.CustomKeyGenerator
 
keyGenerator - Variable in class com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
KeyGeneratorFactory - Class in com.mybatisflex.core.keygen
 
KeyGenerators - Class in com.mybatisflex.core.keygen
 
KeyType - Enum in com.mybatisflex.annotation
ID 生成策略。
keyType(KeyType) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
keyType - Variable in class com.mybatisflex.core.row.RowKey
主键类型
keyValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
keywords - Static variable in class com.mybatisflex.core.dialect.impl.DmDialect
 
keywords - Static variable in class com.mybatisflex.core.dialect.impl.OracleDialect
 
keywords - Static variable in class com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
 
keywords - Static variable in class com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
 
keywordWrap - Variable in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
KeywordWrap - Class in com.mybatisflex.core.dialect
用于对数据库的关键字包装
KeywordWrap(String, String) - Constructor for class com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(boolean, String, String) - Constructor for class com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(Set<String>, String, String) - Constructor for class com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(boolean, Set<String>, String, String) - Constructor for class com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(boolean, boolean, Set<String>, String, String) - Constructor for class com.mybatisflex.core.dialect.KeywordWrap
 
ktEntityWithBaseTemplatePath - Variable in class com.mybatisflex.codegen.generator.impl.EntityGenerator
 

L

LambdaGetter<T> - Interface in com.mybatisflex.core.util
 
LambdaUtil - Class in com.mybatisflex.core.util
 
languageDrivers - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
large(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
LAST_INSERT_ID - Static variable in class com.mybatisflex.core.constant.FuncName
 
lastInsertId() - Static method in class com.mybatisflex.core.query.QueryMethods
返回最后生成的 auto_increment 值。
le(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(LambdaGetter<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
小于等于 <=
le(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
小于等于 <=
le(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
小于等于 <=
LE - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
le(Object) - Method in interface com.mybatisflex.core.query.Conditional
小于等于 <=
le(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
小于等于 <=
le(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
小于等于 <=
le(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
小于等于 <=
le(Object) - Method in class com.mybatisflex.core.query.QueryColumn
 
le(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
le(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
le(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
le(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
le(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
le(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
le(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
le(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
小于等于 <=
le(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
小于等于 <=
le(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
小于等于 <=
le(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
LEFT - Static variable in class com.mybatisflex.core.constant.FuncName
 
left(String, int) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的前 n 个字符。
left(QueryColumn, int) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的前 n 个字符。
left(LambdaGetter<S>, int) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的前 n 个字符。
LEFT_JOIN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
leftJoin(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(String, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(Class<?>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryTable) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryTable, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryWrapper) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapper
 
leftJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
leftJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
leftJoin(Class<?>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
leftJoin(Class<?>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
leftJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
leftJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
leftJoin(QueryTable) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(String, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(Class) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(Class, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(QueryWrapper, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
LegacyFreeMarkerConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration
 
LegacyVelocityConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.LegacyVelocityConfiguration
 
LENGTH - Static variable in class com.mybatisflex.core.constant.FuncName
 
length(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的长度。
length(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的长度。
length(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回字符串 s 的长度。
like(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
like(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
like(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
like(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
LIKE - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
like(Object) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value%
like(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value%
like(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value%
like(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value%
like(Object) - Method in class com.mybatisflex.core.query.QueryColumn
 
like(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
like(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
like(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
like(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
like(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
like(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
like(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
like(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
likeLeft(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(Object) - Method in interface com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(Object) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeLeft(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeLeft(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeLeft(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeLeft(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeRaw(Object) - Method in class com.mybatisflex.core.query.QueryColumn
LIKE value
likeRaw(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
LIKE value
likeRaw(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
LIKE value
likeRaw(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
LIKE value
likeRight(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(Object) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(Object) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeRight(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeRight(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeRight(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
likeRight(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
limit(Number) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
limit(Number, Number) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
LIMIT - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
limit(Number) - Method in class com.mybatisflex.core.query.QueryWrapper
 
limit(Number, Number) - Method in class com.mybatisflex.core.query.QueryWrapper
 
limit(Number) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
limit(Number, Number) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
limit - Variable in class com.mybatisflex.core.relation.ToManyRelation
 
limitOffset - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
LimitOffsetProcessor - Interface in com.mybatisflex.core.dialect
limit 和 offset 参数的处理器
limitRows - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
list() - Method in interface com.mybatisflex.core.query.ChainQuery
获取多条数据。
list() - Method in class com.mybatisflex.core.query.FieldsBuilder
获取多条数据。
list() - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取多条数据。
list() - Method in class com.mybatisflex.core.query.RelationsBuilder
获取多条数据。
list() - Method in class com.mybatisflex.core.row.DbChain
 
list() - Method in interface com.mybatisflex.core.service.IService
查询所有数据。
list(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
根据查询条件查询数据集合。
list(QueryCondition) - Method in interface com.mybatisflex.core.service.IService
根据查询条件查询数据集合。
list(URL, String) - Method in class com.mybatisflex.spring.boot.SpringBootVFS
 
listAs(Class<R>) - Method in interface com.mybatisflex.core.query.ChainQuery
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - Method in class com.mybatisflex.core.query.FieldsBuilder
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - Method in class com.mybatisflex.core.query.RelationsBuilder
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - Method in class com.mybatisflex.core.row.DbChain
 
listAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.service.IService
根据查询条件查询数据集合,并通过 asType 进行接收。
listByIds(Collection<? extends Serializable>) - Method in interface com.mybatisflex.core.service.IService
根据数据主键查询数据集合。
listByMap(Map<String, Object>) - Method in interface com.mybatisflex.core.service.IService
根据 Map 构建查询条件查询数据集合。
Listener - Interface in com.mybatisflex.annotation
监听器接口。
Localizable - Interface in com.mybatisflex.core.exception.locale
可本地化字符串接口。
LocalizedFormats - Enum in com.mybatisflex.core.exception.locale
异常消息中使用的本地化消息格式的枚举。
LOCALTIME - Static variable in class com.mybatisflex.core.constant.FuncName
 
localTime() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。
LOCALTIMESTAMP - Static variable in class com.mybatisflex.core.constant.FuncName
 
localTimestamp() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。
LOG - Static variable in class com.mybatisflex.core.constant.FuncName
 
log(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回自然对数(以 e 为底的对数)。
log(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回自然对数(以 e 为底的对数)。
log(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回自然对数(以 e 为底的对数)。
LOG10 - Static variable in class com.mybatisflex.core.constant.FuncName
 
log10(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回以 10 为底的对数。
log10(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回以 10 为底的对数。
log10(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回以 10 为底的对数。
logger - Static variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
logic - Variable in class com.mybatisflex.core.query.QueryCondition
 
LOGIC_DELETE_DELETED - Static variable in class com.mybatisflex.core.FlexConsts
当 entity 使用逻辑删除时,1 为 entity 的删除状态
LOGIC_DELETE_NORMAL - Static variable in class com.mybatisflex.core.FlexConsts
当 entity 使用逻辑删除时,0 为 entity 的正常状态
logicDelete(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
LogicDeleteManager - Class in com.mybatisflex.core.logicdelete
逻辑删除管理器。
LogicDeleteProcessor - Interface in com.mybatisflex.core.logicdelete
逻辑删除处理器。
logicDeleteProcessor - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
logImpl - Variable in class com.mybatisflex.core.MybatisFlexBootstrap
 
LOWER - Static variable in class com.mybatisflex.core.constant.FuncName
 
lower(String) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成小写字母。
lower(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成小写字母。
lower(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成小写字母。
LPAD - Static variable in class com.mybatisflex.core.constant.FuncName
 
lpad(String, String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的开始处,使字符串长度达到 len。
lpad(QueryColumn, QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的开始处,使字符串长度达到 len。
lpad(LambdaGetter<S1>, LambdaGetter<L>, LambdaGetter<S2>) - Static method in class com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的开始处,使字符串长度达到 len。
lt(Object) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(Object, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(Object, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(T, Predicate<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(LambdaGetter<T>) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
小于 <
lt(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
小于 <
lt(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.activerecord.query.WhereBuilder
小于 <
LT - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
lt(Object) - Method in interface com.mybatisflex.core.query.Conditional
小于 <
lt(Object, boolean) - Method in interface com.mybatisflex.core.query.Conditional
小于 <
lt(Object, BooleanSupplier) - Method in interface com.mybatisflex.core.query.Conditional
小于 <
lt(T, Predicate<T>) - Method in interface com.mybatisflex.core.query.Conditional
小于 <
lt(Object) - Method in class com.mybatisflex.core.query.QueryColumn
 
lt(Object, boolean) - Method in class com.mybatisflex.core.query.QueryColumn
 
lt(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryColumn
 
lt(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryColumn
 
lt(Object) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
lt(Object, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
lt(Object, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
lt(T, Predicate<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
 
lt(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
小于 <
lt(LambdaGetter<T>, boolean) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
小于 <
lt(LambdaGetter<T>, BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryConditionBuilder
小于 <
lt(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
小于 <
lt(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapper
小于 <
lt(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
小于 <
lt(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
小于 <
lt(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
小于 <
lt(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapper
小于 <
lt(String, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(LambdaGetter<T>, Object) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(String, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(LambdaGetter<T>, Object, boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(String, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(LambdaGetter<T>, V, Predicate<V>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
LTRIM - Static variable in class com.mybatisflex.core.constant.FuncName
 
ltrim(String) - Static method in class com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处的空格。
ltrim(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处的空格。
ltrim(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处的空格。

M

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
使用 BaseMapper 进行 CRUD 操作的实体类的抽象接口。
mapperPublish(FlexConfiguration, FlexGlobalConfig, SqlSessionFactory) - Method in class com.mybatisflex.solon.MybatisFlexAutoConfiguration
 
MapperQueryChain<T> - Interface in com.mybatisflex.core.query
链式 BaseMapper 查询。
Mappers - Class in com.mybatisflex.core.mybatis
获取 BaseMapper 对象。
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
 

N

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
构建数字常量。

O

obj() - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据。
obj() - Method in class com.mybatisflex.core.row.DbChain
 
objAs(Class<R>) - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据并转换为指定类型,比如 Long, String 等。
objAs() - Method in class com.mybatisflex.core.row.DbChain
 
objAs(Class<R>) - Method in class com.mybatisflex.core.row.DbChain
 
objAsOpt(Class<R>) - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据并转换为指定类型,比如 Long, String 等,封装为 Optional 返回。
objAsOpt() - Method in class com.mybatisflex.core.row.DbChain
 
objAsOpt(Class<R>) - Method in class com.mybatisflex.core.row.DbChain
 
ObjectUtil - Class in com.mybatisflex.core.util
 
objList() - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取第一列的所有数据。
objList() - Method in class com.mybatisflex.core.row.DbChain
 
objList(QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
查询结果集中第一列所有数据。
objListAs(Class<R>) - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取第一列的所有数据,并转换为指定类型,比如 Long, String 等。
objListAs() - Method in class com.mybatisflex.core.row.DbChain
 
objListAs(Class<R>) - Method in class com.mybatisflex.core.row.DbChain
 
objListAs(QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.service.IService
查询结果集中第一列所有数据,并转换为指定类型,比如 Long, String 等。
objOpt() - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据,并封装为 Optional 返回。
objOpt() - Method in class com.mybatisflex.core.row.DbChain
 
obtainInsertColumns(Object, boolean) - Method in class com.mybatisflex.core.table.TableInfo
插入(新增)数据时,获取所有要插入的字段
obtainInsertColumnsWithPk(Object, boolean) - Method in class com.mybatisflex.core.table.TableInfo
插入(新增)数据时,获取所有要插入的字段
obtainInsertValues() - Method in class com.mybatisflex.core.row.Row
 
obtainInsertValues(Set<String>) - Method in class com.mybatisflex.core.row.Row
 
obtainModifyValues(Row) - Static method in class com.mybatisflex.core.row.RowCPI
 
obtainsPrimaryKeys(Row) - Static method in class com.mybatisflex.core.row.RowCPI
 
obtainsPrimaryKeyStrings(Row) - Static method in class com.mybatisflex.core.row.RowCPI
 
obtainsPrimaryValues(Row) - Static method in class com.mybatisflex.core.row.RowCPI
 
obtainUpdateColumns(Object, boolean, boolean) - Method in class com.mybatisflex.core.table.TableInfo
获取要修改的值
obtainUpdateRawValueMap(Object) - Method in class com.mybatisflex.core.table.TableInfo
 
obtainUpdateValues(Row) - Static method in class com.mybatisflex.core.row.RowCPI
 
OCT - Static variable in class com.mybatisflex.core.constant.FuncName
 
oct(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的八进制编码。
oct(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的八进制编码。
oct(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的八进制编码。
of(Number, Number) - Static method in class com.mybatisflex.core.paginate.Page
创建分页对象。
of(Number, Number, Number) - Static method in class com.mybatisflex.core.paginate.Page
创建分页对象。
of(Class<T>) - Static method in class com.mybatisflex.core.query.QueryChain
 
of(BaseMapper<E>) - Static method in class com.mybatisflex.core.query.QueryChain
 
of() - Static method in class com.mybatisflex.core.query.SqlOperators
创建一个新的 SqlOperators 实例。
of(String, SqlOperator) - Static method in class com.mybatisflex.core.query.SqlOperators
使用给定数据库的字段名称和操作符创建一个新的 SqlOperators 实例。
of(QueryColumn, SqlOperator) - Static method in class com.mybatisflex.core.query.SqlOperators
使用给定的查询列(QueryColumn)和操作符创建一个新的 SqlOperators 实例。
of(LambdaGetter<T>, SqlOperator) - Static method in class com.mybatisflex.core.query.SqlOperators
使用给定的 Lambda 表达式和操作符创建一个新的 SqlOperators 实例。
of(String, Object) - Static method in class com.mybatisflex.core.row.Row
 
of(String) - Static method in class com.mybatisflex.core.row.RowKey
 
of(String, KeyType) - Static method in class com.mybatisflex.core.row.RowKey
 
of(String, KeyType, String) - Static method in class com.mybatisflex.core.row.RowKey
 
of(String, KeyType, String, boolean) - Static method in class com.mybatisflex.core.row.RowKey
 
of(Class<T>) - Static method in class com.mybatisflex.core.update.UpdateChain
 
of(BaseMapper<T>) - Static method in class com.mybatisflex.core.update.UpdateChain
 
of(T) - Static method in class com.mybatisflex.core.update.UpdateChain
 
of(T, BaseMapper<T>) - Static method in class com.mybatisflex.core.update.UpdateChain
 
of(T) - Static method in interface com.mybatisflex.core.update.UpdateWrapper
 
of(Class<T>) - Static method in interface com.mybatisflex.core.update.UpdateWrapper
 
of(Class<?>) - Static method in class com.mybatisflex.core.util.EnumWrapper
 
of(Class<?>, String) - Static method in class com.mybatisflex.core.util.FieldWrapper
 
of(Class<?>) - Static method in class com.mybatisflex.core.util.Reflectors
 
of(Class<T>) - Static method in class com.mybatisflex.core.util.UpdateEntity
 
of(Class<T>, Object) - Static method in class com.mybatisflex.core.util.UpdateEntity
 
ofEntityClass(Class<E>) - Static method in class com.mybatisflex.core.mybatis.Mappers
通过 实体类 获取对应 BaseMapper 对象。
ofEntityClass(Class<?>) - Static method in class com.mybatisflex.core.table.TableInfoFactory
 
offset(Number) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
OFFSET - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
offset() - Method in class com.mybatisflex.core.paginate.Page
获取当前分页偏移量。
offset(Number) - Method in class com.mybatisflex.core.query.QueryWrapper
 
offset(Number) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
ofKey(String, Object) - Static method in class com.mybatisflex.core.row.Row
 
ofKey(RowKey...) - Static method in class com.mybatisflex.core.row.Row
 
ofKey(RowKey, Object) - Static method in class com.mybatisflex.core.row.Row
 
ofKey(RowKey[], Object[]) - Static method in class com.mybatisflex.core.row.Row
 
ofMapperClass(Class<M>) - Static method in class com.mybatisflex.core.mybatis.Mappers
通过 BaseMapper 接口实现的 Class 引用直接获取 BaseMapper 代理对象。
ofMapperClass(String, Class<M>) - Static method in class com.mybatisflex.core.mybatis.Mappers
 
ofMapperClass(Class<?>) - Static method in class com.mybatisflex.core.table.TableInfoFactory
 
ofNotNull(T) - Static method in class com.mybatisflex.core.util.UpdateEntity
 
ofTableName(String) - Static method in class com.mybatisflex.core.table.TableInfoFactory
 
on(String) - Method in class com.mybatisflex.core.activerecord.query.JoinBuilder
 
on(QueryCondition) - Method in class com.mybatisflex.core.activerecord.query.JoinBuilder
 
ON - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
on - Variable in class com.mybatisflex.core.query.Join
 
on(QueryCondition) - Method in class com.mybatisflex.core.query.Join
 
on(String) - Method in class com.mybatisflex.core.query.Joiner
 
on(QueryCondition) - Method in class com.mybatisflex.core.query.Joiner
 
on(Consumer<QueryWrapper>) - Method in class com.mybatisflex.core.query.Joiner
 
on(LambdaGetter<T>, LambdaGetter<K>) - Method in class com.mybatisflex.core.query.Joiner
 
onApplicationEvent(ContextRefreshedEvent) - Method in class com.mybatisflex.spring.FlexSqlSessionFactoryBean
one() - Method in interface com.mybatisflex.core.query.ChainQuery
获取一条数据。
one() - Method in class com.mybatisflex.core.query.FieldsBuilder
获取一条数据。
one() - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取一条数据。
one() - Method in class com.mybatisflex.core.query.RelationsBuilder
获取一条数据。
one() - Method in class com.mybatisflex.core.row.DbChain
 
oneAs(Class<R>) - Method in interface com.mybatisflex.core.query.ChainQuery
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - Method in class com.mybatisflex.core.query.FieldsBuilder
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - Method in class com.mybatisflex.core.query.RelationsBuilder
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - Method in class com.mybatisflex.core.row.DbChain
 
oneAsOpt(Class<R>) - Method in interface com.mybatisflex.core.query.ChainQuery
获取一条数据,返回的数据为 asType 类型,并封装为 Optional 返回。
oneAsOpt(Class<R>) - Method in class com.mybatisflex.core.row.DbChain
 
oneById() - Method in interface com.mybatisflex.core.activerecord.MapperModel
根据实体类主键获取一条数据。
oneById() - Method in class com.mybatisflex.core.activerecord.query.FieldsQuery
根据主键查询一条数据。
oneById() - Method in class com.mybatisflex.core.activerecord.query.RelationsQuery
根据主键查询一条数据。
oneByIdAs(Class<R>) - Method in class com.mybatisflex.core.activerecord.query.FieldsQuery
根据主键查询一条数据,返回的数据为 asType 类型。
oneByIdAs(Class<R>) - Method in class com.mybatisflex.core.activerecord.query.RelationsQuery
根据主键查询一条数据,返回的数据为 asType 类型。
oneByIdOpt() - Method in interface com.mybatisflex.core.activerecord.MapperModel
根据实体类主键获取一条数据,并封装为 Optional 返回。
oneOpt() - Method in interface com.mybatisflex.core.query.ChainQuery
获取一条数据,并封装为 Optional 返回。
oneOpt() - Method in class com.mybatisflex.core.row.DbChain
 
OneToMany<SelfEntity> - Class in com.mybatisflex.core.relation
 
OneToMany(RelationOneToMany, Class<SelfEntity>, Field) - Constructor for class com.mybatisflex.core.relation.OneToMany
 
OneToOne<SelfEntity> - Class in com.mybatisflex.core.relation
 
OneToOne(RelationOneToOne, Class<SelfEntity>, Field) - Constructor for class com.mybatisflex.core.relation.OneToOne
 
onInsert(Object) - Method in class com.mybatisflex.annotation.AbstractInsertListener
 
onInsert(Object) - Method in interface com.mybatisflex.annotation.InsertListener
新增操作的前置操作。
onInsert(Object) - Method in class com.mybatisflex.annotation.NoneListener
 
onInsertValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
onlyQueryValueField - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
OnMybatisFlexDataSourceCondition() - Constructor for class com.mybatisflex.spring.boot.ConditionalOnMybatisFlexDatasource.OnMybatisFlexDataSourceCondition
 
onSet(Object, String, Object) - Method in class com.mybatisflex.annotation.NoneListener
 
onSet(Object, String, Object) - Method in interface com.mybatisflex.annotation.SetListener
实体类属性设置。
onUpdate(Object) - Method in class com.mybatisflex.annotation.AbstractUpdateListener
 
onUpdate(Object) - Method in class com.mybatisflex.annotation.NoneListener
 
onUpdate(Object) - Method in interface com.mybatisflex.annotation.UpdateListener
更新操作的前置操作。
onUpdateValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
OperateType - Enum in com.mybatisflex.core.dialect
操作类型
OperatorQueryCondition - Class in com.mybatisflex.core.query
操作类型的操作 示例1:and not ( id > 100 and name like %%)
OperatorQueryCondition(String, QueryCondition) - Constructor for class com.mybatisflex.core.query.OperatorQueryCondition
 
OperatorSelectCondition - Class in com.mybatisflex.core.query
操作类型的操作 示例1:and EXISTS (select 1 from ...
OperatorSelectCondition(String, QueryWrapper) - Constructor for class com.mybatisflex.core.query.OperatorSelectCondition
 
OptimisticLockManager - Class in com.mybatisflex.core.optimisticlock
乐观锁管理器。
optimizeCountQueryWrapper(QueryWrapper) - Static method in class com.mybatisflex.core.util.MapperUtil
优化 COUNT 查询语句。
optimizeCountQueryWrapper(QueryWrapper, List<QueryColumn>) - Static method in class com.mybatisflex.core.util.MapperUtil
优化 COUNT 查询语句。
or(QueryCondition) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
or(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
or(String, Object...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
or(LambdaGetter<E>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
OR - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
or(QueryCondition) - Method in class com.mybatisflex.core.query.Brackets
 
or(String) - Method in class com.mybatisflex.core.query.QueryCondition
 
or(String, Object...) - Method in class com.mybatisflex.core.query.QueryCondition
 
or(QueryCondition) - Method in class com.mybatisflex.core.query.QueryCondition
 
or(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(Consumer<QueryWrapper>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(Consumer<QueryWrapper>, boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(Map<String, Object>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(Map<String, Object>, SqlOperators) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(Map<String, Object>, SqlOperators, SqlConnector) - Method in class com.mybatisflex.core.query.QueryWrapper
 
or(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
or(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
or(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
or(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Consumer<QueryWrapper>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Map<String, Object>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Map<String, Object>, SqlOperators) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Map<String, Object>, SqlOperators, SqlConnector) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
ORACLE - Static variable in interface com.mybatisflex.codegen.dialect.IDialect
Oracle 方言。
ORACLE - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
Oracle11g及以下数据库的处理器 适合 DbType#ORACLE,DbType#DM,DbType#GAUSS
OracleDialect - Class in com.mybatisflex.core.dialect.impl
 
OracleDialect() - Constructor for class com.mybatisflex.core.dialect.impl.OracleDialect
 
OracleDialect(LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.OracleDialect
 
OracleDialect(KeywordWrap, LimitOffsetProcessor) - Constructor for class com.mybatisflex.core.dialect.impl.OracleDialect
 
OracleJdbcDialect - Class in com.mybatisflex.codegen.dialect.impl
 
OracleJdbcDialect() - Constructor for class com.mybatisflex.codegen.dialect.impl.OracleJdbcDialect
 
order() - Method in interface com.mybatisflex.annotation.Listener
多个监听器时的执行顺序。
ORDER_BY - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
orderBy(QueryOrderBy...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(QueryColumn, Boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(String...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(String, Boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(LambdaGetter<E>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(LambdaGetter<E>, Boolean) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(QueryColumn, Boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
动态排序。
orderBy(QueryOrderBy...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
orderBy(LambdaGetter<T>, Boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
动态排序。
orderBy(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
orderBy(String, Boolean) - Method in class com.mybatisflex.core.query.QueryWrapper
动态排序。
orderBy(String...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
orderBy(QueryColumn, Boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(QueryOrderBy...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(LambdaGetter<T>, Boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(String, Boolean) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(String...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy - Variable in class com.mybatisflex.core.relation.ToManyRelation
 
OrderByBuilder<R extends QueryModel<R>> - Class in com.mybatisflex.core.activerecord.query
Lambda 排序构建器。
OrderByBuilder(R, LambdaGetter<T>) - Constructor for class com.mybatisflex.core.activerecord.query.OrderByBuilder
 
orderBys - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
orderByUnSafely(String...) - Method in class com.mybatisflex.core.query.QueryWrapper
 

P

PACKAGE_INFO - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
 
PACKAGE_INFO - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
 
PackageConfig - Class in com.mybatisflex.codegen.config
生成软件包的配置。
PackageConfig() - Constructor for class com.mybatisflex.codegen.config.PackageConfig
 
PackageInfoGenerator - Class in com.mybatisflex.codegen.generator.impl
package-info.java 生成器。
PackageInfoGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.PackageInfoGenerator
 
PackageInfoGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.PackageInfoGenerator
 
Page<T> - Class in com.mybatisflex.core.paginate
分页对象封装。
Page() - Constructor for class com.mybatisflex.core.paginate.Page
创建分页对象。
Page(Number, Number) - Constructor for class com.mybatisflex.core.paginate.Page
创建分页对象。
Page(Number, Number, Number) - Constructor for class com.mybatisflex.core.paginate.Page
创建分页对象。
Page(List<T>, Number, Number, Number) - Constructor for class com.mybatisflex.core.paginate.Page
创建分页对象。
page(Page<T>) - Method in interface com.mybatisflex.core.query.ChainQuery
获取分页数据。
page(Page<T>) - Method in class com.mybatisflex.core.query.FieldsBuilder
获取分页数据。
page(Page<T>) - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取分页数据。
page(Page<T>) - Method in class com.mybatisflex.core.query.RelationsBuilder
获取分页数据。
page(Page<Row>) - Method in class com.mybatisflex.core.row.DbChain
 
page(Page<T>) - Method in interface com.mybatisflex.core.service.IService
分页查询所有数据。
page(Page<T>, QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
根据查询条件分页查询数据。
page(Page<T>, QueryCondition) - Method in interface com.mybatisflex.core.service.IService
根据查询条件分页查询数据。
pageAs(Page<R>, Class<R>) - Method in interface com.mybatisflex.core.query.ChainQuery
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - Method in class com.mybatisflex.core.query.FieldsBuilder
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - Method in interface com.mybatisflex.core.query.MapperQueryChain
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - Method in class com.mybatisflex.core.query.RelationsBuilder
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - Method in class com.mybatisflex.core.row.DbChain
 
pageAs(Page<R>, QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.service.IService
根据查询条件分页查询数据,并通过 asType 进行接收。
paginate(Number, Number, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginate(Number, Number, QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginate(Number, Number, Number, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginate(Number, Number, Number, QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginate(Page<T>, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginate(Page<T>, QueryWrapper, Consumer<FieldQueryBuilder<T>>...) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginate(String, String, Number, Number, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Number, Number, Number, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, Number, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Number, Number, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Number, Number, Number, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, Number, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Page<Row>, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, Page<Row>, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Page<Row>, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
分页查询数据
paginate(String, String, Page<Row>, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
paginateAs(Number, Number, QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginateAs(Number, Number, Number, QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginateAs(Page<R>, QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginateAs(Page<R>, QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - Method in interface com.mybatisflex.core.BaseMapper
分页查询。
paginateWithRelations(Number, Number, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Number, Number, QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Number, Number, Number, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Number, Number, Number, QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Page<T>, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Page<T>, QueryWrapper, Consumer<FieldQueryBuilder<T>>...) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Number, Number, QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Number, Number, Number, QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Page<R>, QueryWrapper, Class<R>) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Page<R>, QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - Method in interface com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
parameterize(Statement) - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
 
ParameterizedTypeImpl(Type, Type...) - Constructor for class com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
params - Variable in class com.mybatisflex.core.query.RawQueryColumn
 
params - Variable in class com.mybatisflex.core.query.StringFunctionQueryColumn
 
parseDate(Object) - Static method in class com.mybatisflex.core.util.DateUtil
 
parseDate(String) - Static method in class com.mybatisflex.core.util.DateUtil
 
parseDbType(String) - Static method in class com.mybatisflex.core.dialect.DbTypeUtil
参考 druid 和 MyBatis-plus 的 JdbcUtils com.alibaba.druid.util.JdbcUtils#getDbType(String, String) com.baomidou.mybatisplus.extension.toolkit.JdbcUtils#getDbType(String)
parseJson(String) - Method in class com.mybatisflex.core.handler.BaseJsonTypeHandler
 
parseJson(String) - Method in class com.mybatisflex.core.handler.Fastjson2TypeHandler
 
parseJson(String) - Method in class com.mybatisflex.core.handler.FastjsonTypeHandler
 
parseJson(String) - Method in class com.mybatisflex.core.handler.GsonTypeHandler
 
parseJson(String) - Method in class com.mybatisflex.core.handler.JacksonTypeHandler
 
parseLocalDateTime(String) - Static method in class com.mybatisflex.core.util.DateUtil
 
PASSWORD - Static variable in class com.mybatisflex.core.constant.FuncName
 
PASSWORD - Static variable in class com.mybatisflex.core.mask.Masks
密码脱敏
password(String) - Static method in class com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
password(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
password(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
PERCENT_SIGN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
PI - Static variable in class com.mybatisflex.core.constant.FuncName
 
pi() - Static method in class com.mybatisflex.core.query.QueryMethods
返回圆周率。
pkValue() - Method in interface com.mybatisflex.core.activerecord.MapperModel
获取实体类主键数据。
pkValue() - Method in class com.mybatisflex.core.activerecord.query.FieldsQuery
 
pkValue() - Method in class com.mybatisflex.core.activerecord.query.RelationsQuery
 
PLACEHOLDER - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
PLUS_SIGN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
post(String, Map<String, String>, String, Map<String, String>) - Static method in class com.mybatisflex.core.audit.http.HttpUtil
Send POST request
post(String, Map<String, String>, String) - Static method in class com.mybatisflex.core.audit.http.HttpUtil
 
post(String, String, Map<String, String>) - Static method in class com.mybatisflex.core.audit.http.HttpUtil
 
post(String, String) - Static method in class com.mybatisflex.core.audit.http.HttpUtil
 
POSTGRESQL - Static variable in interface com.mybatisflex.codegen.dialect.IDialect
PostgreSQL 方言。
POSTGRESQL - Static variable in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
Postgresql 的处理器 适合 DbType#POSTGRE_SQL,DbType#SQLITE,DbType#H2,DbType#HSQL,DbType#KINGBASE_ES,DbType#PHOENIX 适合 DbType#SAP_HANA,DbType#IMPALA,DbType#HIGH_GO,DbType#VERTICA,DbType#REDSHIFT 适合 DbType#OPENGAUSS,DbType#TDENGINE,DbType#UXDB,DbType#DUCKDB
PostgreSQLJdbcDialect - Class in com.mybatisflex.codegen.dialect.impl
 
PostgreSQLJdbcDialect() - Constructor for class com.mybatisflex.codegen.dialect.impl.PostgreSQLJdbcDialect
 
POW - Static variable in class com.mybatisflex.core.constant.FuncName
 
pow(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(LambdaGetter<X>, LambdaGetter<Y>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(String, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(QueryColumn, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(LambdaGetter<T>, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
POWER - Static variable in class com.mybatisflex.core.constant.FuncName
 
power(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(LambdaGetter<X>, LambdaGetter<Y>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(String, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(QueryColumn, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(LambdaGetter<T>, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
prepare(Connection, Integer) - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
 
prepareAuth(QueryWrapper, OperateType) - Method in interface com.mybatisflex.core.dialect.IDialect
权限处理
prepareAuth(String, String, StringBuilder, OperateType) - Method in interface com.mybatisflex.core.dialect.IDialect
权限处理
prepareAuth(TableInfo, StringBuilder, OperateType) - Method in interface com.mybatisflex.core.dialect.IDialect
权限处理
preparedParams(BaseMapper<?>, Page<?>, QueryWrapper, Map<String, Object>) - Static method in class com.mybatisflex.core.util.MapperUtil
 
prependPrefix(String, String) - Method in class com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
prev - Variable in class com.mybatisflex.core.query.QueryCondition
 
prevent() - Method in class com.mybatisflex.core.field.FieldQuery.Builder
阻止对嵌套类属性的查询,只对 集合 与 实体类 两种属性类型有效。
prevent(boolean) - Method in class com.mybatisflex.core.field.FieldQuery.Builder
设置是否阻止对嵌套类属性的查询,只对 集合 与 实体类 两种属性类型有效。
PRIMARY_KEY - Static variable in class com.mybatisflex.core.FlexConsts
 
PRIMARY_VALUE - Static variable in class com.mybatisflex.core.FlexConsts
 
PrimaryKeyLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete.impl
主键逻辑删除处理器。
PrimaryKeyLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.impl.PrimaryKeyLogicDeleteProcessor
 
primitiveToBoxed(Class<?>) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
print(String, Long) - Method in interface com.mybatisflex.core.audit.ConsoleMessageCollector.SqlDebugPrinter
 
printPretty(Row) - Static method in class com.mybatisflex.core.row.RowUtil
 
printPretty(List<Row>) - Static method in class com.mybatisflex.core.row.RowUtil
 
process(IDialect, StringBuilder, QueryWrapper, Long, Long) - Method in interface com.mybatisflex.core.dialect.LimitOffsetProcessor
处理构建 limit 和 offset
process(String, String, OperateType) - Method in interface com.mybatisflex.core.table.DynamicSchemaProcessor
 
process(String) - Method in interface com.mybatisflex.core.table.DynamicTableProcessor
Deprecated.
process(String, OperateType) - Method in interface com.mybatisflex.core.table.DynamicTableProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.mybatisflex.processor.MybatisFlexProcessor
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.CustomKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.MultiEntityKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.MultiRowKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.RowKeyGenerator
 
processBatch(MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.CustomKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.MultiEntityKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.MultiRowKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class com.mybatisflex.core.keygen.RowKeyGenerator
 
processPackageExpression(String, String) - Static method in class com.mybatisflex.processor.util.StrUtil
解析包名表达式
Propagation - Enum in com.mybatisflex.core.transaction
事务的传递方式,参考 spring
properties - Variable in class com.mybatisflex.processor.config.MybatisFlexConfig
mybatis-flex.properties
properties - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
property - Variable in class com.mybatisflex.core.table.ColumnInfo
java entity 定义的属性名称(field name)。
propertyDefaultValue(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
PropertySetter<R> - Interface in com.mybatisflex.core.update
属性设置接口。
propertyType(String) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
propertyType - Variable in class com.mybatisflex.core.table.ColumnInfo
属性类型。
providerRawSql(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
执行原生 sql 的方法
proxy(Connection, String) - Method in class com.mybatisflex.core.datasource.FlexDataSource
 
put(String, Object) - Method in class com.mybatisflex.core.row.Row
 
putContext(String, Object) - Method in class com.mybatisflex.core.query.BaseQueryWrapper
 
putContext(QueryWrapper, String, Object) - Static method in class com.mybatisflex.core.query.CPI
 

Q

QUARTER - Static variable in class com.mybatisflex.core.constant.FuncName
 
quarter(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是第几季度,范围 1-4。
quarter(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是第几季度,范围 1-4。
quarter(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是第几季度,范围 1-4。
QUERY - Static variable in class com.mybatisflex.core.FlexConsts
 
query(Statement, ResultHandler) - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
 
query() - Method in interface com.mybatisflex.core.service.IService
默认 QueryWrapper 构建。
query() - Method in class com.mybatisflex.spring.service.impl.CacheableServiceImpl
获取默认的 QueryWrapper
QueryBuilder<T> - Interface in com.mybatisflex.core.field
属性查询条件构建。
QueryChain<T> - Class in com.mybatisflex.core.query
QueryWrapper 链式调用。
QueryChain(BaseMapper<T>) - Constructor for class com.mybatisflex.core.query.QueryChain
 
queryChain() - Method in interface com.mybatisflex.core.service.IService
链式查询。
QueryColumn - Class in com.mybatisflex.core.query
查询列,描述的是一张表的字段
QueryColumn() - Constructor for class com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String) - Constructor for class com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String, String) - Constructor for class com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String, String, String) - Constructor for class com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String, String, String, String) - Constructor for class com.mybatisflex.core.query.QueryColumn
 
QueryColumn(QueryTable, String) - Constructor for class com.mybatisflex.core.query.QueryColumn
 
QueryColumn(QueryTable, String, String) - Constructor for class com.mybatisflex.core.query.QueryColumn
 
QueryColumnAdapter - Class in com.mybatisflex.core.query
QueryColumn 适配器,用于将 QueryCondition 转换为 QueryColumn
QueryColumnAdapter(QueryCondition) - Constructor for class com.mybatisflex.core.query.QueryColumnAdapter
 
QueryColumnBehavior - Class in com.mybatisflex.core.query
默认 QueryColumn 行为。
QueryCondition - Class in com.mybatisflex.core.query
 
QueryCondition() - Constructor for class com.mybatisflex.core.query.QueryCondition
 
QueryConditionAdapter - Class in com.mybatisflex.core.query
QueryCondition 适配器,用于将 QueryColumn 转换为 QueryCondition
QueryConditionAdapter(QueryColumn) - Constructor for class com.mybatisflex.core.query.QueryConditionAdapter
 
QueryConditionBuilder<Wrapper extends QueryWrapper> - Class in com.mybatisflex.core.query
 
QueryConditionBuilder(Wrapper, QueryColumn, SqlConnector) - Constructor for class com.mybatisflex.core.query.QueryConditionBuilder
 
queryCursor(Statement) - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
 
queryFields(BaseMapper<?>, Collection<?>, Map<String, FieldQuery>) - Static method in class com.mybatisflex.core.field.FieldQueryManager
 
queryFields(BaseMapper<?>, List<R>, Consumer<FieldQueryBuilder<R>>[]) - Static method in class com.mybatisflex.core.util.MapperUtil
 
QueryMethods - Class in com.mybatisflex.core.query
SQL 函数。
QueryModel<T extends QueryModel<T>> - Class in com.mybatisflex.core.activerecord.query
实体类条件查询构建模型。
QueryModel() - Constructor for class com.mybatisflex.core.activerecord.query.QueryModel
 
QueryOrderBy - Class in com.mybatisflex.core.query
排序字段
QueryOrderBy() - Constructor for class com.mybatisflex.core.query.QueryOrderBy
 
QueryOrderBy(QueryColumn, String) - Constructor for class com.mybatisflex.core.query.QueryOrderBy
 
QueryOrderBy(QueryColumn) - Constructor for class com.mybatisflex.core.query.QueryOrderBy
 
QueryOrderByBuilder<Wrapper extends QueryWrapper> - Class in com.mybatisflex.core.query
排序字段构建器
QueryOrderByBuilder(Wrapper, LambdaGetter<T>) - Constructor for class com.mybatisflex.core.query.QueryOrderByBuilder
 
queryRelations(BaseMapper<?>, List<Entity>) - Static method in class com.mybatisflex.core.relation.RelationManager
 
queryRelations(BaseMapper<?>, E) - Static method in class com.mybatisflex.core.util.MapperUtil
 
queryRelations(BaseMapper<?>, List<E>) - Static method in class com.mybatisflex.core.util.MapperUtil
 
queryTable - Variable in class com.mybatisflex.core.query.Join
 
QueryTable - Class in com.mybatisflex.core.query
查询表。
QueryTable() - Constructor for class com.mybatisflex.core.query.QueryTable
 
QueryTable(String) - Constructor for class com.mybatisflex.core.query.QueryTable
 
QueryTable(String, String) - Constructor for class com.mybatisflex.core.query.QueryTable
 
QueryTable(String, String, String) - Constructor for class com.mybatisflex.core.query.QueryTable
 
queryTables - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
queryWrapper() - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
queryWrapper(QueryBuilder<T>) - Method in class com.mybatisflex.core.field.FieldQuery.Builder
设置查询这个属性的 QueryWrapper 对象。
queryWrapper() - Method in class com.mybatisflex.core.query.AbstractQueryBuilder
 
QueryWrapper - Class in com.mybatisflex.core.query
 
QueryWrapper() - Constructor for class com.mybatisflex.core.query.QueryWrapper
 
QueryWrapperAdapter<R extends QueryWrapperAdapter<R>> - Class in com.mybatisflex.core.query
QueryWrapper 泛型适配器。
QueryWrapperAdapter() - Constructor for class com.mybatisflex.core.query.QueryWrapperAdapter
 

R

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
根据 Map 构建查询条件删除数据。
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
通过 java 编码的方式生成主键 当主键类型配置为 KeyType#Generator 时,使用此生成器生成 KeyType.Generator
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 结尾处的空格。

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
默认的审计消息收集器,其收集消息后,定时通过消息发送器MessageReporter把消息发送过去
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
默认 IService 实现类。
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
设置查询列(QueryColumn)对应数据库字段的操作符。
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 &lt;properties&gt; 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
SINODB 的处理器 适合 DbType.SINODB
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
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
PreparedStatement 中的占位符设置值。
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 实例。
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
Sybase 处理器 适合 DbType.SYBASE
SYSDATE - Static variable in class com.mybatisflex.core.constant.FuncName
 
sysDate() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。

T

Table - Annotation Type in com.mybatisflex.annotation
数据库表信息注解。
Table - Class in com.mybatisflex.codegen.entity
数据库表信息。
Table() - Constructor for class com.mybatisflex.codegen.entity.Table
 
table - Variable in class com.mybatisflex.core.query.QueryColumn
 
table(String) - Static method in class com.mybatisflex.core.row.DbChain
 
table(String, String) - Static method in class com.mybatisflex.core.row.DbChain
 
table(Class<?>) - Static method in class com.mybatisflex.core.row.DbChain
 
table(QueryTable) - Static method in class com.mybatisflex.core.row.DbChain
 
TABLE_DEF - Static variable in class com.mybatisflex.codegen.constant.GenTypeConst
 
TABLE_DEF - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
 
TABLE_DEF_KOTLIN - Static variable in class com.mybatisflex.codegen.constant.TemplateConst
 
TABLE_NAME - Static variable in class com.mybatisflex.core.FlexConsts
 
TableConfig - Class in com.mybatisflex.codegen.config
表的单独设置。
TableConfig() - Constructor for class com.mybatisflex.codegen.config.TableConfig
 
TableConfig.Builder - Class in com.mybatisflex.codegen.config
 
TableDef - Class in com.mybatisflex.core.table
表定义,内包含字段。
TableDef(String, String) - Constructor for class com.mybatisflex.core.table.TableDef
 
TableDef(String, String, String) - Constructor for class com.mybatisflex.core.table.TableDef
 
TableDefConfig - Class in com.mybatisflex.codegen.config
生成 TableDef 的配置。
TableDefConfig() - Constructor for class com.mybatisflex.codegen.config.TableDefConfig
 
TableDefConfig.NameStyle - Enum in com.mybatisflex.codegen.config
 
TableDefGenerator - Class in com.mybatisflex.codegen.generator.impl
TableDef 生成器。
TableDefGenerator() - Constructor for class com.mybatisflex.codegen.generator.impl.TableDefGenerator
 
TableDefGenerator(String) - Constructor for class com.mybatisflex.codegen.generator.impl.TableDefGenerator
 
tableInfo - Variable in class com.mybatisflex.core.keygen.CustomKeyGenerator
 
TableInfo - Class in com.mybatisflex.core.table
 
TableInfo() - Constructor for class com.mybatisflex.core.table.TableInfo
 
TableInfo - Class in com.mybatisflex.processor.entity
表详细信息。
TableInfo() - Constructor for class com.mybatisflex.processor.entity.TableInfo
 
TableInfoFactory - Class in com.mybatisflex.core.table
 
TableManager - Class in com.mybatisflex.core.table
 
tableName(String) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
 
TableRef - Annotation Type in com.mybatisflex.annotation
VO(View Object)类。
TAN - Static variable in class com.mybatisflex.core.constant.FuncName
 
tan(String) - Static method in class com.mybatisflex.core.query.QueryMethods
求正切值。
tan(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
求正切值。
tan(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
求正切值。
targetEntityClass - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
targetField - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
targetFieldWrapper - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
targetSchema - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
targetTable - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
targetTableInfo - Variable in class com.mybatisflex.core.relation.AbstractRelation
 
TemplateConfig - Class in com.mybatisflex.codegen.config
模板配置。
TemplateConfig() - Constructor for class com.mybatisflex.codegen.config.TemplateConfig
 
TemplateConst - Class in com.mybatisflex.codegen.constant
代码生成模板常量池。
templatePath - Variable in class com.mybatisflex.codegen.generator.impl.EntityGenerator
 
TenantFactory - Interface in com.mybatisflex.core.tenant
 
tenantFactory - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 
tenantId(Boolean) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
TenantManager - Class in com.mybatisflex.core.tenant
 
THEN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
Then(CaseQueryColumn.Builder) - Constructor for class com.mybatisflex.core.query.CaseQueryColumn.Builder.Then
 
then(Object) - Method in class com.mybatisflex.core.query.CaseQueryColumn.Builder.Then
 
Then(CaseSearchQueryColumn.Builder) - Constructor for class com.mybatisflex.core.query.CaseSearchQueryColumn.Builder.Then
 
then(Object) - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn.Builder.Then
 
ThymeleafConfiguration() - Constructor for class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration
 
thymeleafLanguageDriverConfig() - Method in class com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration.ThymeleafConfiguration
 
TIME_FORMAT - Static variable in class com.mybatisflex.core.constant.FuncName
 
TIME_TO_SEC - Static variable in class com.mybatisflex.core.constant.FuncName
 
timeFormat(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示时间 t。
timeFormat(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示时间 t。
timeFormat(LambdaGetter<T>, LambdaGetter<F>) - Static method in class com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示时间 t。
TimeoutHolder - Class in com.mybatisflex.spring
事务定义管理器 用于更完整的实现Spring事务 仅支持传统事务不支持R2DBC事务
TimeoutHolder() - Constructor for class com.mybatisflex.spring.TimeoutHolder
 
TimeStampLogicDeleteProcessor - Class in com.mybatisflex.core.logicdelete.impl
时间戳类型的属性对应的逻辑删除处理器。
TimeStampLogicDeleteProcessor() - Constructor for class com.mybatisflex.core.logicdelete.impl.TimeStampLogicDeleteProcessor
 
timeToSec(String) - Static method in class com.mybatisflex.core.query.QueryMethods
将时间 t 转换为秒。
timeToSec(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将时间 t 转换为秒。
timeToSec(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
将时间 t 转换为秒。
TO - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
TO_DAYS - Static variable in class com.mybatisflex.core.constant.FuncName
 
toArrayString(Collection<?>) - Static method in class com.mybatisflex.core.util.CollectionUtil
 
toBigDecimal(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toBigInteger(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toBool(int) - Static method in class com.mybatisflex.core.util.SqlUtil
根据数据库响应结果判断数据库操作是否成功。
toBool(long) - Static method in class com.mybatisflex.core.util.SqlUtil
 
toBool(int[]) - Static method in class com.mybatisflex.core.util.SqlUtil
根据数据库响应结果判断数据库操作是否成功。 有 1 条数据成功便算成功
toBoolean(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toByte(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toCamelKeysMap() - Method in class com.mybatisflex.core.row.Row
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.CaseQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn
 
toConditionSql(QueryColumn, List<QueryTable>, IDialect) - Static method in class com.mybatisflex.core.query.CPI
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.DistinctQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.FunctionQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.IfFunctionQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.NegativeQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.QueryColumn
生成列用于构建查询条件的 SQL 语句。
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.QueryColumnAdapter
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.RawQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.SelectQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
 
toDate(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toDate(LocalDateTime) - Static method in class com.mybatisflex.core.util.DateUtil
 
toDate(LocalDate) - Static method in class com.mybatisflex.core.util.DateUtil
 
toDate(LocalTime) - Static method in class com.mybatisflex.core.util.DateUtil
 
toDateTimeString(Date) - Static method in class com.mybatisflex.core.util.DateUtil
 
toDays(String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 到 0000 年 1 月 1 日的天数。
toDays(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 到 0000 年 1 月 1 日的天数。
toDays(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 到 0000 年 1 月 1 日的天数。
toDouble(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toEntity(Class<T>) - Method in class com.mybatisflex.core.row.Row
 
toEntity(Row, Class<T>) - Static method in class com.mybatisflex.core.row.RowUtil
 
toEntity(Row, Class<T>, int) - Static method in class com.mybatisflex.core.row.RowUtil
 
toEntity() - Method in interface com.mybatisflex.core.update.UpdateWrapper
 
toEntityList(List<Row>, Class<T>) - Static method in class com.mybatisflex.core.row.RowUtil
 
toEntityList(List<Row>, Class<T>, int) - Static method in class com.mybatisflex.core.row.RowUtil
 
toFloat(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toHex(byte[]) - Static method in class com.mybatisflex.core.audit.http.HashUtil
 
toInt(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toJson(T) - Method in class com.mybatisflex.core.handler.BaseJsonTypeHandler
 
toJson(Object) - Method in class com.mybatisflex.core.handler.Fastjson2TypeHandler
 
toJson(Object) - Method in class com.mybatisflex.core.handler.FastjsonTypeHandler
 
toJson(Object) - Method in class com.mybatisflex.core.handler.GsonTypeHandler
 
toJson(Object) - Method in class com.mybatisflex.core.handler.JacksonTypeHandler
 
toJSONString(Object) - Method in interface com.mybatisflex.core.audit.http.HttpMessageReporter.JSONFormatter
 
toList(Collection<T>) - Static method in class com.mybatisflex.core.util.CollectionUtil
 
toLocalDate(Date) - Static method in class com.mybatisflex.core.util.DateUtil
 
toLocalDateTime(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toLocalDateTime(Date) - Static method in class com.mybatisflex.core.util.DateUtil
 
toLocalTime(Date) - Static method in class com.mybatisflex.core.util.DateUtil
 
toLong(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
ToManyRelation<SelfEntity> - Class in com.mybatisflex.core.relation
 
ToManyRelation(String, String, String, String, String, String, String, String, String, Class<SelfEntity>, Field, String, String[]) - Constructor for class com.mybatisflex.core.relation.ToManyRelation
 
toObject(Class<T>) - Method in class com.mybatisflex.core.row.Row
 
toObject(Row, Class<T>) - Static method in class com.mybatisflex.core.row.RowUtil
 
toObject(Row, Class<T>, int) - Static method in class com.mybatisflex.core.row.RowUtil
 
toObjectList(List<Row>, Class<T>) - Static method in class com.mybatisflex.core.row.RowUtil
 
toObjectList(List<Row>, Class<T>, int) - Static method in class com.mybatisflex.core.row.RowUtil
 
ToOneRelation<SelfEntity> - Class in com.mybatisflex.core.relation
 
ToOneRelation(String, String, String, String, String, String, String, String, String, Class<SelfEntity>, Field, String, String[]) - Constructor for class com.mybatisflex.core.relation.ToOneRelation
 
TOP - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
toQueryWrapper() - Method in class com.mybatisflex.core.activerecord.Model
 
toQueryWrapper() - Method in interface com.mybatisflex.core.query.MapperQueryChain
将该实现类转换为 QueryWrapper 对象。
toQueryWrapper() - Method in class com.mybatisflex.core.query.QueryChain
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.ArithmeticQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.CaseQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn
 
toSelectSql(QueryColumn, List<QueryTable>, IDialect) - Static method in class com.mybatisflex.core.query.CPI
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.DistinctQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.FunctionQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.NegativeQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.QueryColumn
生成列用于构建查询列的 SQL 语句。
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.QueryColumnAdapter
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.RawQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.SelectQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
 
toShort(Object) - Static method in class com.mybatisflex.core.util.ConvertUtil
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.Brackets
 
toSql(List<QueryTable>, IDialect, OperateType) - Method in class com.mybatisflex.core.query.Join
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.OperatorQueryCondition
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.OperatorSelectCondition
 
toSQL() - Method in class com.mybatisflex.core.query.QueryChain
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.QueryCondition
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.QueryConditionAdapter
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.QueryOrderBy
 
toSql(IDialect, OperateType) - Method in class com.mybatisflex.core.query.QueryTable
 
toSQL() - Method in class com.mybatisflex.core.query.QueryWrapper
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.RawQueryCondition
 
toSql(List<QueryTable>, IDialect) - Method in class com.mybatisflex.core.query.RawQueryOrderBy
 
toSql(IDialect, OperateType) - Method in class com.mybatisflex.core.query.RawQueryTable
 
toSql(IDialect, OperateType) - Method in class com.mybatisflex.core.query.SelectQueryTable
 
toSql(IDialect) - Method in class com.mybatisflex.core.query.With
 
toSql(IDialect) - Method in interface com.mybatisflex.core.query.WithDetail
 
toSql(IDialect) - Method in class com.mybatisflex.core.query.WithItem
 
toSql(IDialect) - Method in class com.mybatisflex.core.query.WithSelectDetail
 
toSql(IDialect) - Method in class com.mybatisflex.core.query.WithStringDetail
 
toSql(IDialect) - Method in class com.mybatisflex.core.query.WithValuesDetail
 
toSql(IDialect) - Method in class com.mybatisflex.core.update.RawValue
 
toSQL() - Method in class com.mybatisflex.core.update.UpdateChain
 
toString() - Method in enum com.mybatisflex.codegen.config.GlobalConfig.FileType
 
toString() - Method in class com.mybatisflex.codegen.entity.Column
 
toString() - Method in class com.mybatisflex.codegen.entity.Table
 
toString() - Method in class com.mybatisflex.core.audit.AuditMessage
 
toString() - Method in enum com.mybatisflex.core.constant.SqlConnector
 
toString() - Method in class com.mybatisflex.core.mybatis.TypeHandlerObject
 
toString() - Method in class com.mybatisflex.core.paginate.Page
 
toString() - Method in class com.mybatisflex.core.query.Brackets
 
toString() - Method in class com.mybatisflex.core.query.FunctionQueryColumn
 
toString() - Method in class com.mybatisflex.core.query.QueryColumn
 
toString() - Method in class com.mybatisflex.core.query.QueryCondition
 
toString() - Method in class com.mybatisflex.core.query.QueryTable
 
toString() - Method in class com.mybatisflex.core.query.RawQueryColumn
 
toString() - Method in class com.mybatisflex.core.query.RawQueryCondition
 
toString() - Method in class com.mybatisflex.core.query.RawQueryOrderBy
 
toString() - Method in class com.mybatisflex.core.query.RawQueryTable
 
toString() - Method in class com.mybatisflex.core.query.SelectQueryTable
 
toString() - Method in class com.mybatisflex.core.query.StringFunctionQueryColumn
 
toString(Date, String) - Static method in class com.mybatisflex.core.util.DateUtil
 
toUnderlineKeysMap() - Method in class com.mybatisflex.core.row.Row
 
TransactionalManager - Class in com.mybatisflex.core.transaction
事务管理器
TransactionContext - Class in com.mybatisflex.core.transaction
 
TransactionException - Exception in com.mybatisflex.core.transaction
 
TransactionException(String) - Constructor for exception com.mybatisflex.core.transaction.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception com.mybatisflex.core.transaction.TransactionException
 
transactionFactory - Variable in class com.mybatisflex.core.MybatisFlexBootstrap
 
TRIM - Static variable in class com.mybatisflex.core.constant.FuncName
 
trim(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处和结尾处的空格。
true_() - Static method in class com.mybatisflex.core.query.QueryMethods
构建 TRUE 常量。
TRUNCATE - Static variable in class com.mybatisflex.core.constant.FuncName
 
truncate(String, String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(QueryColumn, QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(LambdaGetter<X>, LambdaGetter<Y>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(String, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(QueryColumn, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(LambdaGetter<T>, Integer) - Static method in class com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
tryTrim(String) - Static method in class com.mybatisflex.core.util.StringUtil
 
tx(Supplier<Boolean>) - Static method in class com.mybatisflex.core.row.Db
进行事务操作,返回 null 或者 false 或者 抛出异常,事务回滚
tx(Supplier<Boolean>, Propagation) - Static method in class com.mybatisflex.core.row.Db
进行事务操作,返回 null 或者 false 或者 抛出异常, 事务回滚
txWithResult(Supplier<T>) - Static method in class com.mybatisflex.core.row.Db
进行事务操作,和返回结果无关,只有抛出异常时,事务回滚
txWithResult(Supplier<T>, Propagation) - Static method in class com.mybatisflex.core.row.Db
进行事务操作,和返回结果无关,只有抛出异常时,事务回滚
type - Variable in class com.mybatisflex.core.query.Join
 
typeHandler(Class<? extends TypeHandler>) - Method in class com.mybatisflex.codegen.config.ColumnConfig.Builder
 
typeHandler - Variable in class com.mybatisflex.core.table.ColumnInfo
自定义 TypeHandler。
TypeHandlerObject - Class in com.mybatisflex.core.mybatis
类型处理器包装。
TypeHandlerObject(TypeHandler, Object, JdbcType) - Constructor for class com.mybatisflex.core.mybatis.TypeHandlerObject
 
typeHandlers - Variable in class com.mybatisflex.spring.boot.MybatisFlexAutoConfiguration
 

U

ulid - Static variable in class com.mybatisflex.core.keygen.KeyGenerators
ulid 主键生成器 ULIDKeyGenerator
ULID - Static variable in class com.mybatisflex.core.row.RowKey
ulid
ULIDKeyGenerator - Class in com.mybatisflex.core.keygen.impl
ULID: 对比UUID的优势在于可排序性和性能。
ULIDKeyGenerator() - Constructor for class com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
underlineToCamel(String) - Static method in class com.mybatisflex.core.util.StringUtil
下划线转驼峰格式
UNION - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
union(QueryWrapper) - Static method in class com.mybatisflex.core.query.QueryMethods
SELECT * FROM table UNION SELECT ...
union(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
union(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
UNION_ALL - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
unionAll(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapper
 
unionAll(QueryWrapper) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
unions - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
UnionWrapper - Class in com.mybatisflex.core.query
 
UNIX_TIMESTAMP - Static variable in class com.mybatisflex.core.constant.FuncName
 
unixTimestamp() - Static method in class com.mybatisflex.core.query.QueryMethods
以 UNIX 时间戳的形式返回当前时间。
unixTimestamp(String) - Static method in class com.mybatisflex.core.query.QueryMethods
将时间 d 以 UNIX 时间戳的形式返回。
unixTimestamp(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将时间 d 以 UNIX 时间戳的形式返回。
unixTimestamp(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
将时间 d 以 UNIX 时间戳的形式返回。
UnMappedColumnHandler - Interface in com.mybatisflex.core.mybatis
UnMappedColumnHandler 自定义未匹配列处理
unwrap(Class<T>) - Method in class com.mybatisflex.core.datasource.AbstractDataSource
 
unwrap(Class<T>) - Method in class com.mybatisflex.core.datasource.FlexDataSource
 
update() - Method in class com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据(自动忽略 null 值)。
update(boolean) - Method in class com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据,并设置是否忽略 null 值。
update(T) - Method in interface com.mybatisflex.core.BaseMapper
根据主键来更新数据,若实体类属性数据为 null,该属性不会更新到数据库。
update(T, boolean) - Method in interface com.mybatisflex.core.BaseMapper
根据主键来更新数据到数据库。
UPDATE - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
update(Statement) - Method in class com.mybatisflex.core.mybatis.FlexStatementHandler
 
update(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
update 的 SQL 构建。
update() - Method in class com.mybatisflex.core.row.DbChain
 
update(Object) - Method in class com.mybatisflex.core.row.DbChain
 
update(Row) - Method in class com.mybatisflex.core.row.DbChain
 
update(Map<String, Object>) - Method in class com.mybatisflex.core.row.DbChain
 
update(T, Map<String, Object>) - Method in interface com.mybatisflex.core.service.IService
根据 Map 构建查询条件更新数据。
update(T, QueryWrapper) - Method in interface com.mybatisflex.core.service.IService
根据查询条件更新数据。
update(T, QueryCondition) - Method in interface com.mybatisflex.core.service.IService
根据查询条件更新数据。
update() - Method in class com.mybatisflex.core.update.UpdateChain
 
updateBatch(String, BatchArgsSetter) - Static method in class com.mybatisflex.core.row.Db
 
updateBatch(Collection<T>) - Method in interface com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatch(Collection<T>, boolean) - Method in interface com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatch(Collection<T>, int) - Method in interface com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatch(Collection<T>, int, boolean) - Method in interface com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatchById(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
updateBatchById 的 SQL 构建。 mysql 等链接配置需要开启 allowMultiQueries=true
updateBatchById(String, String, List<Row>) - Static method in class com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateBatchById(String, List<Row>) - Static method in class com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateBatchById(String, String, List<Row>) - Method in interface com.mybatisflex.core.row.RowMapper
根据主键来批量更新数据 注意: 1、此方法需要在 mysql 等链接配置需要开启 allowMultiQueries=true 2、更新成功返回的结果也可能为 0
updateBatchById(String, String, List<Row>) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
updateByCondition(T, QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByCondition(T, boolean, QueryCondition) - Method in interface com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByCondition(String, String, Row, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
根据 condition 来更新数据
updateByCondition(String, Row, QueryCondition) - Static method in class com.mybatisflex.core.row.Db
根据 condition 来更新数据
updateById() - Method in interface com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据(自动忽略 null 值)。
updateById(boolean) - Method in interface com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据,并设置是否忽略 null 值。
updateById(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
updateById 的 SQL 构建。
updateById(String, String, Row) - Static method in class com.mybatisflex.core.row.Db
根据 id 来更新数据
updateById(String, Row) - Static method in class com.mybatisflex.core.row.Db
根据 id 来更新数据
updateById() - Method in class com.mybatisflex.core.row.DbChain
 
updateById(String, String, Row) - Method in interface com.mybatisflex.core.row.RowMapper
根据主键来更新数据
updateById(String, String, Row) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
updateById(T) - Method in interface com.mybatisflex.core.service.IService
根据数据主键更新数据。
updateById(T, boolean) - Method in interface com.mybatisflex.core.service.IService
根据主键更新数据
updateByIdOpt() - Method in interface com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据(自动忽略 null 值),结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
updateByIdOpt(boolean) - Method in interface com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据,并设置是否忽略 null 值,结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
updateByMap(T, Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来更新数据。
updateByMap(T, boolean, Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来更新数据。
updateByMap(String, String, Row, Map<String, Object>) - Static method in class com.mybatisflex.core.row.Db
根据 map 构建的条件来更新数据
updateByMap(String, Row, Map<String, Object>) - Static method in class com.mybatisflex.core.row.Db
根据 map 构建的条件来更新数据
updateByQuery(T, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByQuery(T, boolean, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByQuery(Map, ProviderContext) - Static method in class com.mybatisflex.core.provider.EntitySqlProvider
updateByQuery 的 SQL 构建。
updateByQuery(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
updateByQuery 的 SQL 构建。
updateByQuery(String, String, Row, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
根据 query 构建的条件来更新数据
updateByQuery(String, Row, QueryWrapper) - Static method in class com.mybatisflex.core.row.Db
根据 query 构建的条件来更新数据
updateByQuery(String, String, Row, QueryWrapper) - Method in interface com.mybatisflex.core.row.RowMapper
根据 queryWrapper 来构建 where 条件更新数据
updateByQuery(String, String, Row, QueryWrapper) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
updateBySql(String, Object...) - Static method in class com.mybatisflex.core.row.Db
根据原生 sql 来更新数据
updateBySql(String, Object...) - Method in interface com.mybatisflex.core.row.RowMapper
执行 update sql 语句
updateBySql(String, Object...) - Method in class com.mybatisflex.core.row.RowMapperInvoker
 
updateChain() - Method in interface com.mybatisflex.core.service.IService
链式更新。
UpdateChain<T> - Class in com.mybatisflex.core.update
用于数据更新、删除的链式操作
UpdateChain(BaseMapper<T>) - Constructor for class com.mybatisflex.core.update.UpdateChain
 
UpdateChain(BaseMapper<T>, T) - Constructor for class com.mybatisflex.core.update.UpdateChain
 
updateEntitiesBatch(Collection<T>, int) - Static method in class com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateEntitiesBatch(Collection<T>) - Static method in class com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateEntity(Map) - Static method in class com.mybatisflex.core.provider.RowSqlProvider
updateEntity 的 SQL 构建。
updateEntity(Object) - Method in interface com.mybatisflex.core.row.RowMapper
更新 entity,主要用于进行批量更新的场景
UpdateEntity - Class in com.mybatisflex.core.util
 
UpdateListener - Interface in com.mybatisflex.annotation
用于监听实体类数据被更新到数据库,可以在数据被更新的时候,设置一些默认数据。
updateListenerClass(Class<? extends UpdateListener>) - Method in class com.mybatisflex.codegen.config.TableConfig.Builder
 
updateOpt() - Method in class com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据(自动忽略 null 值),结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
updateOpt(boolean) - Method in class com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据,并设置是否忽略 null 值,结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
UpdateWrapper<T> - Interface in com.mybatisflex.core.update
 
UPPER - Static variable in class com.mybatisflex.core.constant.FuncName
 
upper(String) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成大写字母。
upper(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成大写字母。
upper(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成大写字母。
use(String) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
 
use(String, Runnable) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
 
use(String, Supplier<T>) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
 
UseDataSource - Annotation Type in com.mybatisflex.annotation
多数据源切换注解。
UseDataSourceInterceptor - Class in com.mybatisflex.solon.annotation
 
UseDataSourceInterceptor() - Constructor for class com.mybatisflex.solon.annotation.UseDataSourceInterceptor
 
USER - Static variable in class com.mybatisflex.core.constant.FuncName
 
user() - Static method in class com.mybatisflex.core.query.QueryMethods
返回当前用户的名称。
useWithAnnotation(String) - Static method in class com.mybatisflex.core.datasource.DataSourceKey
Deprecated.
UTC_DATE - Static variable in class com.mybatisflex.core.constant.FuncName
 
UTC_TIME - Static variable in class com.mybatisflex.core.constant.FuncName
 
utcDate() - Static method in class com.mybatisflex.core.query.QueryMethods
返回 UTC(国际协调时间)日期。
utcTime() - Static method in class com.mybatisflex.core.query.QueryMethods
返回 UTC 时间。
uuid - Static variable in class com.mybatisflex.core.keygen.KeyGenerators
uuid 主键生成器 UUIDKeyGenerator
UUID - Static variable in class com.mybatisflex.core.row.RowKey
UUID 的 ID
UUIDKeyGenerator - Class in com.mybatisflex.core.keygen.impl
 
UUIDKeyGenerator() - Constructor for class com.mybatisflex.core.keygen.impl.UUIDKeyGenerator
 

V

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
返回数据库的版本号。

W

WEEK - Static variable in class com.mybatisflex.core.constant.FuncName
 
week(String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 0-53。
week(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 0-53。
week(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 0-53。
WEEKDAY - Static variable in class com.mybatisflex.core.constant.FuncName
 
weekday(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,0 表示星期一,1 表示星期二。
weekday(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,0 表示星期一,1 表示星期二。
weekday(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,0 表示星期一,1 表示星期二。
WEEKOFYEAR - Static variable in class com.mybatisflex.core.constant.FuncName
 
weekOfYear(String) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 1-53。
weekOfYear(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 1-53。
weekOfYear(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 1-53。
WHEN - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
when(QueryCondition) - Method in class com.mybatisflex.core.query.CaseQueryColumn.Builder
 
When(QueryCondition) - Constructor for class com.mybatisflex.core.query.CaseQueryColumn.When
 
when(Object) - Method in class com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
When(Object) - Constructor for class com.mybatisflex.core.query.CaseSearchQueryColumn.When
 
when(boolean) - Method in class com.mybatisflex.core.query.Join
 
when(Supplier<Boolean>) - Method in class com.mybatisflex.core.query.Join
 
when(boolean) - Method in class com.mybatisflex.core.query.QueryCondition
动态条件构造。
when(BooleanSupplier) - Method in class com.mybatisflex.core.query.QueryCondition
动态条件构造。
where(QueryCondition) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
where(String) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
where(String, Object...) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
where(LambdaGetter<E>) - Method in class com.mybatisflex.core.activerecord.query.QueryModel
 
WHERE - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
where(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapper
 
where(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
where(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
where(Map<String, Object>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
where(Map<String, Object>, SqlOperators) - Method in class com.mybatisflex.core.query.QueryWrapper
 
where(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
where(Consumer<QueryWrapper>) - Method in class com.mybatisflex.core.query.QueryWrapper
 
where(QueryCondition) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
where(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
where(String, Object...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
where(Map<String, Object>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
where(Map<String, Object>, SqlOperators) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
where(LambdaGetter<T>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
where(Consumer<QueryWrapper>) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
WhereBuilder<R extends QueryModel<R>> - Class in com.mybatisflex.core.activerecord.query
Lambda 条件构建器。
WhereBuilder(R, QueryColumn, SqlConnector) - Constructor for class com.mybatisflex.core.activerecord.query.WhereBuilder
 
whereQueryCondition - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
WITH - Static variable in class com.mybatisflex.core.constant.SqlConsts
 
with - Variable in class com.mybatisflex.core.query.BaseQueryWrapper
 
with(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
with(String, String...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
with(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
with(String, String...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
With - Class in com.mybatisflex.core.query
 
With() - Constructor for class com.mybatisflex.core.query.With
 
With(boolean) - Constructor for class com.mybatisflex.core.query.With
 
WithBuilder<Wrapper extends QueryWrapper> - Class in com.mybatisflex.core.query
 
WithBuilder() - Constructor for class com.mybatisflex.core.query.WithBuilder
 
WithBuilder(Wrapper, With, String) - Constructor for class com.mybatisflex.core.query.WithBuilder
 
WithBuilder(Wrapper, With, String, List<String>) - Constructor for class com.mybatisflex.core.query.WithBuilder
 
WithDetail - Interface in com.mybatisflex.core.query
 
withFields() - Method in class com.mybatisflex.core.activerecord.Model
 
withFields() - Method in interface com.mybatisflex.core.query.MapperQueryChain
使用 Fields Query 的方式进行关联查询。
WithItem - Class in com.mybatisflex.core.query
 
WithItem() - Constructor for class com.mybatisflex.core.query.WithItem
 
WithItem(String, List<String>) - Constructor for class com.mybatisflex.core.query.WithItem
 
withoutTenantCondition(Supplier<T>) - Static method in class com.mybatisflex.core.tenant.TenantManager
忽略 tenant 条件
withoutTenantCondition(Runnable) - Static method in class com.mybatisflex.core.tenant.TenantManager
忽略 tenant 条件
withRecursive(String) - Method in class com.mybatisflex.core.query.QueryWrapper
 
withRecursive(String, String...) - Method in class com.mybatisflex.core.query.QueryWrapper
 
withRecursive(String) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
withRecursive(String, String...) - Method in class com.mybatisflex.core.query.QueryWrapperAdapter
 
withRelations() - Method in class com.mybatisflex.core.activerecord.Model
 
withRelations(LambdaGetter<T>...) - Method in class com.mybatisflex.core.activerecord.Model
 
withRelations() - Method in interface com.mybatisflex.core.query.MapperQueryChain
使用 Relations Query 的方式进行关联查询。
withRelations(LambdaGetter<T>...) - Method in interface com.mybatisflex.core.query.MapperQueryChain
使用 Relations Query 的方式进行关联查询。
WithSelectDetail - Class in com.mybatisflex.core.query
 
WithSelectDetail() - Constructor for class com.mybatisflex.core.query.WithSelectDetail
 
WithSelectDetail(QueryWrapper) - Constructor for class com.mybatisflex.core.query.WithSelectDetail
 
WithStringDetail - Class in com.mybatisflex.core.query
 
WithStringDetail(String, Object[]) - Constructor for class com.mybatisflex.core.query.WithStringDetail
 
WithValuesDetail - Class in com.mybatisflex.core.query
 
WithValuesDetail() - Constructor for class com.mybatisflex.core.query.WithValuesDetail
 
WithValuesDetail(List<Object>, QueryWrapper) - Constructor for class com.mybatisflex.core.query.WithValuesDetail
 
wrap(String) - Method in interface com.mybatisflex.core.dialect.IDialect
 
wrap(String) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
wrap(String) - Method in class com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
 
wrap(String) - Method in class com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
 
wrap(String) - Method in class com.mybatisflex.core.dialect.KeywordWrap
 
wrap(Throwable) - Static method in class com.mybatisflex.core.exception.FlexExceptions
封装 MybatisFlexException 异常
wrap(Throwable, String, Object...) - Static method in class com.mybatisflex.core.exception.FlexExceptions
封装 MybatisFlexException 异常
wrap(String, Object...) - Static method in class com.mybatisflex.core.exception.FlexExceptions
封装 MybatisFlexException 异常
wrap(Throwable, Localizable, Object...) - Static method in class com.mybatisflex.core.exception.FlexExceptions
 
wrap(Localizable, Object...) - Static method in class com.mybatisflex.core.exception.FlexExceptions
 
wrap4Sqlserver(String) - Method in class com.mybatisflex.core.dialect.KeywordWrap
 
wrapColumnAlias(String) - Method in interface com.mybatisflex.core.dialect.IDialect
 
wrapColumnAlias(String) - Method in class com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
wrapKeyword(String) - Method in class com.mybatisflex.core.dialect.KeywordWrap
 

X

xmlPaginate(String, Page<E>, QueryWrapper) - Method in interface com.mybatisflex.core.BaseMapper
 
xmlPaginate(String, Page<E>, Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
 
xmlPaginate(String, Page<E>, QueryWrapper, Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
 
xmlPaginate(String, String, Page<E>, QueryWrapper, Map<String, Object>) - Method in interface com.mybatisflex.core.BaseMapper
 

Y

YEAR - Static variable in class com.mybatisflex.core.constant.FuncName
 
year(String) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 中的年份值。
year(QueryColumn) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 中的年份值。
year(LambdaGetter<T>) - Static method in class com.mybatisflex.core.query.QueryMethods
返回日期 d 中的年份值。
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2024. All rights reserved.