跳过导航链接
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 - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
abs(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的绝对值。
abs(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的绝对值。
abs(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的绝对值。
AbstractDataSource - com.mybatisflex.core.datasource中的类
 
AbstractDataSource() - 类 的构造器com.mybatisflex.core.datasource.AbstractDataSource
 
AbstractLogicDeleteProcessor - com.mybatisflex.core.logicdelete中的类
逻辑删除处理器抽象类。
AbstractLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
AbstractMessageCollector - com.mybatisflex.core.audit中的类
抽象消息收集器。
AbstractMessageCollector(MessageReporter) - 类 的构造器com.mybatisflex.core.audit.AbstractMessageCollector
 
AbstractQueryBuilder<T> - com.mybatisflex.core.query中的类
抽象关联查询。
AbstractQueryBuilder(MapperQueryChain<T>) - 类 的构造器com.mybatisflex.core.query.AbstractQueryBuilder
 
AbstractRelation<SelfEntity> - com.mybatisflex.core.relation中的类
 
AbstractRelation(String, String, String, String, String, String, String, String, String, Class<SelfEntity>, Field, String, String[]) - 类 的构造器com.mybatisflex.core.relation.AbstractRelation
 
ACOS - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
acos(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反余弦值。
acos(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反余弦值。
acos(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反余弦值。
actualTypeArguments - 类 中的变量com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
add(QueryColumn) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
add(Number) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
add(QueryColumn) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
add(Number) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
addAssociationType(String, Class<?>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
addCollectionType(Field, Class<?>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
addDataSource(String, DataSource) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
addDataSource(String, DataSource, boolean) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
addDataSource(String, DataSource, DbType, boolean) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
addDataSource(String, DataSource) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
ADDDATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
addDate(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算开始日期 d 加上 n 天的日期。
addDate(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算开始日期 d 加上 n 天的日期。
addDate(LambdaGetter<D>, LambdaGetter<N>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算开始日期 d 加上 n 天的日期。
addEndFragment(String) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addExtraConditionParam(String, Object) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
addGroupByColumns(QueryColumn) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addHavingQueryCondition(QueryCondition, SqlConnector) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addIgnoreRelations(LambdaGetter<T>...) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
addIgnoreRelations(String...) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
addJoin(Join) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addJoin(QueryWrapper, Join) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
addJoinTable(QueryTable) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addMappedStatement(MappedStatement) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
addMapper(Class<T>) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
addMapper(Class<T>) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
addMapper(Class<T>) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
addMappers(String, Class<?>) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
Adds the mappers.
addMappers(String) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
Adds the mappers.
addMappers(String, Class<?>) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
addMappers(String) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
addMapping(Class<?>, Class<?>) - 类 中的静态方法com.mybatisflex.core.mybatis.Mappers
添加 实体类 与 BaseMapper 接口实现接口 对应,两者皆为非动态代理类。
addMeta(String, Object) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
addOrderBy(QueryOrderBy) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addParam(List<Object>, Object) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
addParams(Statement, Object...) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
addPendingChildRelation(ResultSet, MetaObject, ResultMapping) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
addQueryRelations(LambdaGetter<T>...) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
addQueryRelations(String...) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
address - 类 中的变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
IP 地址信息,用来生成工作机器 ID 和数据中心 ID。
ADDRESS - 类 中的静态变量com.mybatisflex.core.mask.Masks
地址脱敏
ADDRESS_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
地址脱敏
addSelectColumn(QueryColumn) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
ADDTIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
addTime(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始时间 t 加上 n 秒的时间。
addTime(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始时间 t 加上 n 秒的时间。
addTime(LambdaGetter<T>, LambdaGetter<N>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始时间 t 加上 n 秒的时间。
addWhen(CaseQueryColumn.When) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn
 
addWhen(CaseSearchQueryColumn.When) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn
 
addWhereQueryCondition(QueryCondition) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
addWhereQueryCondition(QueryCondition) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addWhereQueryCondition(QueryCondition, SqlConnector) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
addWhereQueryCondition(QueryWrapper, QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
addWhereQueryCondition(QueryWrapper, QueryCondition, SqlConnector) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
addWhereQueryCondition(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
addWithItem(WithItem) - 类 中的方法com.mybatisflex.core.query.With
 
adjustTypeArguments(Class<?>, Type[], Type[]) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
alias - 类 中的变量com.mybatisflex.core.query.QueryColumn
 
alias - 类 中的变量com.mybatisflex.core.query.QueryTable
 
alias - 类 中的变量com.mybatisflex.core.table.ColumnInfo
列的别名。
allColumns() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建所有列。
allColumns(Class<?>...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建所有列。
allColumns - 类 中的变量com.mybatisflex.core.table.TableInfo
 
allHasText(String...) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
ALLOWED_MODES - 类 中的静态变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
ALTER_TABLE - 类 中的静态变量com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
ancestorObjects - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
and(QueryCondition) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
and(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
and(String, Object...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
and(LambdaGetter<E>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
AND - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
and(QueryCondition) - 类 中的方法com.mybatisflex.core.query.Brackets
 
and(String) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
and(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
and(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
and(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(Consumer<QueryWrapper>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(Consumer<QueryWrapper>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(Map<String, Object>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(Map<String, Object>, SqlOperators) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(Map<String, Object>, SqlOperators, SqlConnector) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
and(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
and(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
and(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
and(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Consumer<QueryWrapper>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Map<String, Object>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Map<String, Object>, SqlOperators) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
and(Map<String, Object>, SqlOperators, SqlConnector) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
AND_PLACEHOLDER - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
anyNotNullColumnHasValue(ResultMapping, String, ResultSetWrapper) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
append(T[], T...) - 类 中的静态方法com.mybatisflex.core.util.ArrayUtil
可变长参形式数组
APPEND_CONDITIONS_FLAG - 类 中的静态变量com.mybatisflex.core.table.TableInfo
 
appendConditions(Object, QueryWrapper) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
appendCrockford(StringBuilder, long, int) - 类 中的静态方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
appendQuestionMark(StringBuilder) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
appendTableConditions(ProviderContext, QueryWrapper, boolean) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
 
applyAllClass(Class<?>, Predicate<Class<?>>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
应用类及其除Object外的所有父类
applyArgNameBasedConstructorAutoMapping(ResultSetWrapper, ResultMap, String, List<Class<?>>, List<Object>, Constructor<?>, boolean) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
applyAutomaticMappings(ResultSetWrapper, ResultMap, MetaObject, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
applyColumnOrderBasedConstructorAutomapping(ResultSetWrapper, List<Class<?>>, List<Object>, Constructor<?>, boolean) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
applyConstructorAutomapping(ResultSetWrapper, ResultMap, String, Class<?>, List<Class<?>>, List<Object>, Constructor<?>) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
applyNestedResultMappings(ResultSetWrapper, ResultMap, MetaObject, String, CacheKey, boolean) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
applyPropertyMappings(ResultSetWrapper, ResultMap, MetaObject, ResultLoaderMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
areNotNull(Object...) - 类 中的静态方法com.mybatisflex.core.util.ObjectUtil
 
areNull(Object...) - 类 中的静态方法com.mybatisflex.core.util.ObjectUtil
 
arguments - 异常错误 中的变量com.mybatisflex.core.exception.MybatisFlexException
 
ArithmeticInfo(Object) - 类 的构造器com.mybatisflex.core.query.ArithmeticQueryColumn.ArithmeticInfo
 
ArithmeticInfo(String, Object) - 类 的构造器com.mybatisflex.core.query.ArithmeticQueryColumn.ArithmeticInfo
 
arithmeticInfos - 类 中的变量com.mybatisflex.core.query.ArithmeticQueryColumn
 
ArithmeticQueryColumn - com.mybatisflex.core.query中的类
 
ArithmeticQueryColumn(Object) - 类 的构造器com.mybatisflex.core.query.ArithmeticQueryColumn
 
ArithmeticQueryColumn.ArithmeticInfo - com.mybatisflex.core.query中的类
 
ArrayUtil - com.mybatisflex.core.util中的类
 
ArrayUtil() - 类 的构造器com.mybatisflex.core.util.ArrayUtil
 
as(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
AS - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
as(String) - 类 中的方法com.mybatisflex.core.query.Joiner
推荐写法: leftJoin(ACCOUNT.as("a")).on(...); 或者: AccountTableDef a = ACCOUNT.as("a"); leftJoin(a).on(...);
as(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
as(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
as(String) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
as(String) - 类 中的方法com.mybatisflex.core.query.QueryTable
 
as(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
为 FROM 语句后的第一个表起别名,而不是为整个 SELECT 语句起别名。
as(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
as(String) - 类 中的方法com.mybatisflex.core.table.TableDef
 
asc() - 类 中的方法com.mybatisflex.core.activerecord.query.OrderByBuilder
 
ASC - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
asc() - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
asc() - 类 中的方法com.mybatisflex.core.query.QueryOrderByBuilder
 
ASCII - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
ascii(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的第一个字符的 ASSCII 码。
ascii(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的第一个字符的 ASSCII 码。
ascii(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的第一个字符的 ASSCII 码。
ASIN - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
asin(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反正弦值。
asin(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反正弦值。
asin(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反正弦值。
asRaw(String, Object...) - 类 中的方法com.mybatisflex.core.query.WithBuilder
 
asSelect(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.WithBuilder
 
assertAreNotNull(T[], String, Object) - 类 中的静态方法com.mybatisflex.core.exception.FlexAssert
断言传入的数组内容不能为 null 或者 空
assertPrimaryKeysNotEmpty(String[]) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
断言主键非空
assign(ResultSet, Object) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
assignKeys(Configuration, ResultSet, ResultSetMetaData, String[], Object) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
assignKeysToParam(Configuration, ResultSet, ResultSetMetaData, String[], Object) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
assignKeysToParamMap(Configuration, ResultSet, ResultSetMetaData, String[], Map<String, ?>) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
assignKeysToParamMapList(Configuration, ResultSet, ResultSetMetaData, String[], ArrayList<MapperMethod.ParamMap<?>>) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
associationType - 类 中的变量com.mybatisflex.core.table.TableInfo
对应 MapperXML 配置文件中 <resultMap> 标签下的 <association> 标签。
ASTERISK - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
asValues(Object[], QueryWrapper) - 类 中的方法com.mybatisflex.core.query.WithBuilder
 
asValues(Collection, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.WithBuilder
 
ATAN - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
atan(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反正切值。
atan(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反正切值。
atan(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求反正切值。
attrToCamel(String) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceBuilder
 
auditEnable - 类 中的静态变量com.mybatisflex.core.audit.AuditManager
 
auditEnable - 类 中的变量com.mybatisflex.core.mybatis.FlexStatementHandler
 
AuditManager - com.mybatisflex.core.audit中的类
审计管理器,统一执行如何和配置入口
AuditManager() - 类 的构造器com.mybatisflex.core.audit.AuditManager
 
AuditManager.AuditRunnable<T> - com.mybatisflex.core.audit中的接口
 
AuditMessage - com.mybatisflex.core.audit中的类
SQL 审计详细消息。
AuditMessage() - 类 的构造器com.mybatisflex.core.audit.AuditMessage
 
AUTO - 类 中的静态变量com.mybatisflex.core.row.RowKey
自增 ID
autoClearConfig - 类 中的静态变量com.mybatisflex.core.relation.RelationManager
每次查询是否自动清除 depth extraConditionParams ignoreRelations 的配置
autoGenKeyColumnNames - 类 中的变量com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
 
autoKeyGeneratorNames - 类 中的变量com.mybatisflex.core.keygen.RowKeyGenerator
 
autoMappingsCache - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
AVG - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
avg(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的平均值。
avg(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的平均值。
avg(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的平均值。

B

BACK_QUOTE - 类 中的静态变量com.mybatisflex.core.dialect.KeywordWrap
反引号反义处理, 适用于 mysql, h2 等
BANK_CARD_NUMBER - 类 中的静态变量com.mybatisflex.core.mask.Masks
银行卡号脱敏
BANK_CARD_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
银行卡号 脱敏
BaseJsonTypeHandler<T> - com.mybatisflex.core.handler中的类
 
BaseJsonTypeHandler() - 类 的构造器com.mybatisflex.core.handler.BaseJsonTypeHandler
 
baseMapper() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
获取实体类对应的 BaseMapper 接口。
baseMapper() - 类 中的方法com.mybatisflex.core.activerecord.Model
 
BaseMapper<T> - com.mybatisflex.core中的接口
通用 Mapper 接口。
baseMapper() - 类 中的方法com.mybatisflex.core.query.AbstractQueryBuilder
 
baseMapper() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
该实现类对应的 BaseMapper 对象。
baseMapper - 类 中的变量com.mybatisflex.core.query.QueryChain
 
baseMapper() - 类 中的方法com.mybatisflex.core.query.QueryChain
 
baseMapper - 类 中的变量com.mybatisflex.core.update.UpdateChain
 
BaseQueryWrapper<T extends BaseQueryWrapper<T>> - com.mybatisflex.core.query中的类
 
BaseQueryWrapper() - 类 的构造器com.mybatisflex.core.query.BaseQueryWrapper
 
BaseReflectorFactory - com.mybatisflex.core.table中的类
 
BaseReflectorFactory() - 类 的构造器com.mybatisflex.core.table.BaseReflectorFactory
 
batch(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
BatchArgsSetter - com.mybatisflex.core.row中的接口
 
batchResultList - 类 中的变量com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
before - 类 中的变量com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
before - 类 中的变量com.mybatisflex.core.row.RowKey
是否前执行
before - 类 中的变量com.mybatisflex.core.table.IdInfo
sequence 序列内容执行顺序
between(Object[]) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object[], boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object, Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object, Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
between(S, E, BiPredicate<S, E>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
BETWEEN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
between(Object[]) - 接口 中的方法com.mybatisflex.core.query.Conditional
BETWEEN values[0] AND values[1]
between(Object[], boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
BETWEEN values[0] AND values[1]
between(Object, Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(Object, Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(Object, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(S, E, BiPredicate<S, E>) - 接口 中的方法com.mybatisflex.core.query.Conditional
BETWEEN start AND end
between(Object[]) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
between(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
between(Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
between(Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
between(Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
between(S, E, BiPredicate<S, E>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
between(Object[]) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
between(Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
between(S, E, BiPredicate<S, E>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
between(String, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(String, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(String, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
BETWEEN start AND end
between(String, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(String, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(String, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between(LambdaGetter<T>, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
BETWEEN start AND end
between_(Object[]) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
between_(Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
BIN - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
bin(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的二进制编码。
bin(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的二进制编码。
bin(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的二进制编码。
bizId - 类 中的变量com.mybatisflex.core.audit.AuditMessage
自定义业务 ID。
BLANK - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
BooleanLogicDeleteProcessor - com.mybatisflex.core.logicdelete.impl中的类
Boolean 类型的属性对应的逻辑删除处理器。
BooleanLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.impl.BooleanLogicDeleteProcessor
 
boundSql - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
boundSql - 类 中的变量com.mybatisflex.core.mybatis.FlexStatementHandler
 
bracket(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
括号条件。
BRACKET_LEFT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
BRACKET_RIGHT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
Brackets - com.mybatisflex.core.query中的类
括号
Brackets(QueryCondition) - 类 的构造器com.mybatisflex.core.query.Brackets
 
build() - 类 中的方法com.mybatisflex.core.datasource.DataSourceBuilder
 
build() - 类 中的方法com.mybatisflex.core.field.FieldQuery.Builder
 
build() - 类 中的方法com.mybatisflex.core.field.FieldQueryBuilder
 
build(T) - 接口 中的方法com.mybatisflex.core.field.QueryBuilder
构建查询属性的 QueryWrapper 对象。
build(Reader, String, Properties) - 类 中的方法com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
build(InputStream, String, Properties) - 类 中的方法com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
build(Configuration) - 类 中的方法com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
buildAlias(String, IDialect) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
buildCacheKey(CacheKey, Object) - 接口 中的方法com.mybatisflex.core.mybatis.executor.CacheKeyBuilder
 
buildColumnAlias(String, IDialect) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
buildColumnSqlArg(MetaObject, String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildColumnSqlArg(Object, String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildDefaultResultMapping(Configuration, List<ResultMapping>, ColumnInfo, List<ResultFlag>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildDeleteSql(QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
buildDeleteSql(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
buildDeleteSql(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
Builder(Class, String) - 类 的构造器com.mybatisflex.core.field.FieldQuery.Builder
 
builder - 类 中的变量com.mybatisflex.core.field.FieldQueryBuilder
 
Builder() - 类 的构造器com.mybatisflex.core.query.CaseQueryColumn.Builder
 
builder - 类 中的变量com.mybatisflex.core.query.CaseQueryColumn.Builder.Then
 
Builder(QueryColumn) - 类 的构造器com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
builder - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn.Builder.Then
 
buildGroupBySql(StringBuilder, QueryWrapper, List<QueryTable>) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildHavingSql(StringBuilder, QueryWrapper, List<QueryTable>) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildInsertSqlArgs(Object, boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
构建 insert 的 Sql 参数
buildInsertSqlArgsWithPk(Object, boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildJoinSql(StringBuilder, QueryWrapper, List<QueryTable>, OperateType) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildLimitOffsetSql(StringBuilder, QueryWrapper, Long, Long) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
构建 limit 和 offset 的参数
buildLogicDeletedSet(String, TableInfo) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildLogicDeletedSet(String, TableInfo, IDialect) - 类 中的方法com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
buildLogicDeletedSet(String, TableInfo, IDialect) - 类 中的方法com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
buildLogicDeletedSet(String, TableInfo, IDialect) - 类 中的方法com.mybatisflex.core.logicdelete.impl.PrimaryKeyLogicDeleteProcessor
 
buildLogicDeletedSet(String, TableInfo, IDialect) - 接口 中的方法com.mybatisflex.core.logicdelete.LogicDeleteProcessor
用户与构建删除数据时的内容。
buildLogicNormalCondition(String, TableInfo) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildLogicNormalCondition(String, TableInfo, IDialect) - 类 中的方法com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
buildLogicNormalCondition(String, TableInfo, IDialect) - 类 中的方法com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
buildLogicNormalCondition(String, TableInfo, IDialect) - 接口 中的方法com.mybatisflex.core.logicdelete.LogicDeleteProcessor
用户构建查询正常数据的条件。
buildLogicNormalCondition(String, TableInfo, IDialect) - 类 中的方法com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
 
buildMethodString(Executable) - 类 中的静态方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
buildNoSelectSql(QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
buildNoSelectSql(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildOrderBySql(StringBuilder, QueryWrapper, List<QueryTable>) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildOrderBySql(StringBuilder, QueryWrapper, List<QueryTable>) - 类 中的方法com.mybatisflex.core.dialect.impl.DB2105Dialect
 
buildPkSqlArgs(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
构建主键的 sql 参数数据
buildQueryCondition(QueryWrapper, TableInfo, String) - 类 中的方法com.mybatisflex.core.logicdelete.AbstractLogicDeleteProcessor
 
buildQueryCondition(QueryWrapper, TableInfo, String) - 接口 中的方法com.mybatisflex.core.logicdelete.LogicDeleteProcessor
用于构建通过 QueryWrapper 查询数据时的内容。
buildQueryCondition(QueryWrapper, TableInfo, String) - 类 中的方法com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
 
buildQueryWrapper(Set<Object>) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
构建查询目标对象的 QueryWrapper
buildQueryWrapper(Set<Object>) - 类 中的方法com.mybatisflex.core.relation.ToManyRelation
构建查询目标对象的 QueryWrapper
buildQueryWrapper(Object, SqlOperators) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildResultMap(Configuration) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildRowKeyGenerators(RowKey[]) - 类 中的方法com.mybatisflex.core.keygen.RowKeyGenerator
 
buildSchemaWithTable(String, String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
buildSelectColumnSql(StringBuilder, List<QueryTable>, List<QueryColumn>, String) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildSelectSql(QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
buildSelectSql(QueryWrapper, List<QueryTable>) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
buildSelectSql(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildSelectSql(QueryWrapper, List<QueryTable>) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildSelectSql(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.DB2105Dialect
 
buildSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn
 
buildSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn
 
buildSql(StringBuilder, IDialect) - 类 中的方法com.mybatisflex.core.query.UnionWrapper
 
buildSqlArg(String, Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildSqlParamPlaceholder(int) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
 
buildTenantCondition(String, Object[], IDialect) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildTenantCondition(StringBuilder, Object[], IDialect) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildTenantCondition(QueryWrapper) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildTenantIdArgs() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
buildTypeHandler - 类 中的变量com.mybatisflex.core.table.ColumnInfo
最终使用和构建出来的 typeHandler
buildTypeHandler(Configuration) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
buildUpdateSqlArgs(Object, boolean, boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
获取所有要修改的值,默认为全部除了主键以外的字段
buildUrlQuery(String, Map<String, String>) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
buildValue(List<QueryTable>, Object) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
buildWhereConditionSql(QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
buildWhereConditionSql(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
buildWhereSql(StringBuilder, QueryWrapper, List<QueryTable>, boolean) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 

C

CACHE - 类 中的静态变量com.mybatisflex.core.table.TableDef
 
CACHE - 类 中的静态变量com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
 
cache - 类 中的静态变量com.mybatisflex.core.util.EnumWrapper
 
cache - 类 中的静态变量com.mybatisflex.core.util.FieldWrapper
 
cachedInvoker(Method) - 类 中的方法com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
CacheKeyBuilder - com.mybatisflex.core.mybatis.executor中的接口
 
calcTextConsoleLength(String) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
calcTotalPage() - 类 中的方法com.mybatisflex.core.paginate.Page
计算总页码。
calculateValueArrayCount() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
callResultHandler(ResultHandler<?>, DefaultResultContext<Object>, Object) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
camelToUnderline - 类 中的变量com.mybatisflex.core.table.TableInfo
 
camelToUnderline(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
驼峰转下划线格式
canClearJoins(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
canInstance(int) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
CAR_LICENSE - 类 中的静态变量com.mybatisflex.core.mask.Masks
车牌号脱敏
CAR_LICENSE_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
车牌号 脱敏
CASE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
case_() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建 case then when 语句。
case_(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建 case then when 语句。
CaseQueryColumn - com.mybatisflex.core.query中的类
 
CaseQueryColumn() - 类 的构造器com.mybatisflex.core.query.CaseQueryColumn
 
caseQueryColumn - 类 中的变量com.mybatisflex.core.query.CaseQueryColumn.Builder
 
caseQueryColumn - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
CaseQueryColumn.Builder - com.mybatisflex.core.query中的类
 
CaseQueryColumn.Builder.Then - com.mybatisflex.core.query中的类
 
CaseQueryColumn.When - com.mybatisflex.core.query中的类
 
CaseSearchQueryColumn - com.mybatisflex.core.query中的类
 
CaseSearchQueryColumn() - 类 的构造器com.mybatisflex.core.query.CaseSearchQueryColumn
 
CaseSearchQueryColumn.Builder - com.mybatisflex.core.query中的类
 
CaseSearchQueryColumn.Builder.Then - com.mybatisflex.core.query中的类
 
CaseSearchQueryColumn.When - com.mybatisflex.core.query中的类
 
caseSensitive - 类 中的变量com.mybatisflex.core.dialect.KeywordWrap
大小写敏感
castCondition(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
CEIL - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
ceil(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceil(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceil(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
CEILING - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
ceiling(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceiling(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ceiling(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回大于或等于 x 的最小整数(向上取整)。
ChainQuery<T> - com.mybatisflex.core.query中的接口
链式查询接口。
CHAR_LENGTH - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
charLength(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的字符数。
charLength(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的字符数。
charLength(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的字符数。
CHARSET - 类 中的静态变量com.mybatisflex.core.audit.http.HttpUtil
 
CHARSET - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
charset(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符集。
charset(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符集。
charset(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符集。
checkClientTrusted(X509Certificate[], String) - 类 中的方法com.mybatisflex.core.audit.http.HttpUtil.TrustAnyTrustManager
 
checkEffective() - 类 中的方法com.mybatisflex.core.query.Brackets
 
checkEffective() - 类 中的方法com.mybatisflex.core.query.Join
 
checkEffective() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
checkResultHandler() - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
checkServerTrusted(X509Certificate[], String) - 类 中的方法com.mybatisflex.core.audit.http.HttpUtil.TrustAnyTrustManager
 
checkTimestamp(long) - 类 中的静态方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
childCondition - 类 中的变量com.mybatisflex.core.query.Brackets
 
childCondition - 类 中的变量com.mybatisflex.core.query.OperatorQueryCondition
 
CHINESE_NAME - 类 中的静态变量com.mybatisflex.core.mask.Masks
中文名脱敏
CHINESE_NAME_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
姓名脱敏
CK_DELETE - 类 中的静态变量com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
CK_UPDATE - 类 中的静态变量com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
classRelations - 类 中的静态变量com.mybatisflex.core.relation.RelationManager
 
classSettersCache - 类 中的静态变量com.mybatisflex.core.row.RowUtil
 
ClassUtil - com.mybatisflex.core.util中的类
类实例创建者创建者
ClassUtil() - 类 的构造器com.mybatisflex.core.util.ClassUtil
 
cleanUpAfterHandlingResultSet() - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
clear() - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
clear() - 类 中的静态方法com.mybatisflex.core.mybatis.MappedStatementTypes
 
clear() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
Title: clear.
clear() - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
clearAutoClearConfig() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
clearConfigIfNecessary() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
清除查询配置
clearExtraConditionParams() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
clearHintDbType() - 类 中的静态方法com.mybatisflex.core.dialect.DialectFactory
清除当前线程的 dbType
clearIgnoreRelations() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
clearMaxDepth() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
clearQueryRelations() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
ClickhouseDialectImpl - com.mybatisflex.core.dialect.impl中的类
 
ClickhouseDialectImpl(KeywordWrap, LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
clock - 类 中的静态变量com.mybatisflex.core.audit.AuditManager
 
Clock - com.mybatisflex.core.audit中的接口
对于性要求特别高的场景,用户可以定义自己的时钟,用来代替 System.currentTimeMillis()
clockSeq - 类 中的变量com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
clone() - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn.ArithmeticInfo
 
clone() - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
clone() - 类 中的方法com.mybatisflex.core.query.Brackets
 
clone() - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn.When
 
clone() - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn.When
 
clone() - 接口 中的方法com.mybatisflex.core.query.CloneSupport
改写 Object.clone() 方法。
clone() - 类 中的方法com.mybatisflex.core.query.DistinctQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.IfFunctionQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.Join
 
clone() - 类 中的方法com.mybatisflex.core.query.OperatorQueryCondition
 
clone() - 类 中的方法com.mybatisflex.core.query.OperatorSelectCondition
 
clone() - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
clone() - 类 中的方法com.mybatisflex.core.query.QueryOrderBy
 
clone() - 类 中的方法com.mybatisflex.core.query.QueryTable
 
clone() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
clone() - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
clone() - 类 中的方法com.mybatisflex.core.query.RawQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.RawQueryCondition
 
clone() - 类 中的方法com.mybatisflex.core.query.RawQueryOrderBy
 
clone() - 类 中的方法com.mybatisflex.core.query.RawQueryTable
 
clone() - 类 中的方法com.mybatisflex.core.query.SelectQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.SelectQueryTable
 
clone() - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
clone() - 类 中的方法com.mybatisflex.core.query.UnionWrapper
 
clone() - 类 中的方法com.mybatisflex.core.query.With
 
clone() - 类 中的方法com.mybatisflex.core.query.WithItem
 
clone() - 类 中的方法com.mybatisflex.core.query.WithSelectDetail
 
clone() - 类 中的方法com.mybatisflex.core.query.WithStringDetail
 
clone() - 类 中的方法com.mybatisflex.core.query.WithValuesDetail
 
clone(T) - 类 中的静态方法com.mybatisflex.core.util.ObjectUtil
 
cloneArrayList(List<E>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
cloneObject(Object) - 类 中的静态方法com.mybatisflex.core.util.ObjectUtil
 
CloneSupport<T> - com.mybatisflex.core.query中的接口
克隆支持接口。
close() - 类 中的方法com.mybatisflex.core.mybatis.FlexResultSetHandler.FlexCursor
 
closeAutoCommit(Connection) - 类 中的静态方法com.mybatisflex.core.datasource.FlexDataSource
 
closeCursor() - 类 中的静态方法com.mybatisflex.core.transaction.TransactionContext
 
closeResultSet(ResultSet) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
collapseSingleResultList(List<Object>) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
COLLATION - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
collation(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符排列方式。
collation(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符排列方式。
collation(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 str 的字符排列方式。
collect(AuditMessage) - 类 中的方法com.mybatisflex.core.audit.AbstractMessageCollector
 
collect(AuditMessage) - 类 中的方法com.mybatisflex.core.audit.ConsoleMessageCollector
 
collect(AuditMessage) - 类 中的方法com.mybatisflex.core.audit.CountableMessageCollector
 
collect(AuditMessage) - 接口 中的方法com.mybatisflex.core.audit.MessageCollector
 
collectionize(Object) - 类 中的静态方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
collectionType - 类 中的变量com.mybatisflex.core.table.TableInfo
对应 MapperXML 配置文件中 <resultMap> 标签下的 <collection> 标签。
CollectionUtil - com.mybatisflex.core.util中的类
 
CollectionUtil() - 类 的构造器com.mybatisflex.core.util.CollectionUtil
 
column - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.UnMappedColumnAutoMapping
 
column - 类 中的变量com.mybatisflex.core.query.QueryCondition
 
column(String, Object...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(String, String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建自定义列。
column(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建自定义列。
column - 类 中的变量com.mybatisflex.core.table.ColumnInfo
数据库列名。
ColumnInfo - com.mybatisflex.core.table中的类
 
ColumnInfo() - 类 的构造器com.mybatisflex.core.table.ColumnInfo
 
columnInfoList - 类 中的变量com.mybatisflex.core.table.TableInfo
 
columnInfoMapping - 类 中的变量com.mybatisflex.core.table.TableInfo
 
columnMatchesParam(String, String, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
columnPosition - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
columnQueryMapping - 类 中的变量com.mybatisflex.core.table.TableInfo
 
columns - 类 中的变量com.mybatisflex.core.query.FunctionQueryColumn
 
columns - 类 中的变量com.mybatisflex.core.table.TableInfo
 
com.mybatisflex.core - 程序包 com.mybatisflex.core
MyBatis-Flex 一个优雅的 MyBatis 增强框架。
com.mybatisflex.core.activerecord - 程序包 com.mybatisflex.core.activerecord
Active Record 功能。
com.mybatisflex.core.activerecord.query - 程序包 com.mybatisflex.core.activerecord.query
条件查询功能。
com.mybatisflex.core.audit - 程序包 com.mybatisflex.core.audit
SQL 审计功能。
com.mybatisflex.core.audit.http - 程序包 com.mybatisflex.core.audit.http
 
com.mybatisflex.core.constant - 程序包 com.mybatisflex.core.constant
常量定义。
com.mybatisflex.core.datasource - 程序包 com.mybatisflex.core.datasource
多数据源功能。
com.mybatisflex.core.datasource.processor - 程序包 com.mybatisflex.core.datasource.processor
动态数据源注解@UseDataSource 的扩展
com.mybatisflex.core.dialect - 程序包 com.mybatisflex.core.dialect
SQL 方言功能。
com.mybatisflex.core.dialect.impl - 程序包 com.mybatisflex.core.dialect.impl
默认 SQL 方言实现类。
com.mybatisflex.core.exception - 程序包 com.mybatisflex.core.exception
异常定义。
com.mybatisflex.core.exception.locale - 程序包 com.mybatisflex.core.exception.locale
异常信息国际化。
com.mybatisflex.core.field - 程序包 com.mybatisflex.core.field
属性查询(Field Query)功能。
com.mybatisflex.core.handler - 程序包 com.mybatisflex.core.handler
内置类型处理器。
com.mybatisflex.core.keygen - 程序包 com.mybatisflex.core.keygen
主键生成功能。
com.mybatisflex.core.keygen.impl - 程序包 com.mybatisflex.core.keygen.impl
内置主键生成器实现。
com.mybatisflex.core.logicdelete - 程序包 com.mybatisflex.core.logicdelete
逻辑删除相关功能。
com.mybatisflex.core.logicdelete.impl - 程序包 com.mybatisflex.core.logicdelete.impl
逻辑删除处理器实现。
com.mybatisflex.core.mask - 程序包 com.mybatisflex.core.mask
数据脱敏功能。
com.mybatisflex.core.mybatis - 程序包 com.mybatisflex.core.mybatis
MyBatis 功能增强。
com.mybatisflex.core.mybatis.binding - 程序包 com.mybatisflex.core.mybatis.binding
 
com.mybatisflex.core.mybatis.executor - 程序包 com.mybatisflex.core.mybatis.executor
替换 MyBatis 的执行器(Executor)。
com.mybatisflex.core.optimisticlock - 程序包 com.mybatisflex.core.optimisticlock
乐观锁相关功能。
com.mybatisflex.core.paginate - 程序包 com.mybatisflex.core.paginate
分页功能。
com.mybatisflex.core.provider - 程序包 com.mybatisflex.core.provider
MyBatis 动态 SQL 实现(SQL Provider)。
com.mybatisflex.core.query - 程序包 com.mybatisflex.core.query
SQL 条件构造功能。
com.mybatisflex.core.relation - 程序包 com.mybatisflex.core.relation
多表关联注解实现。
com.mybatisflex.core.row - 程序包 com.mybatisflex.core.row
Db + Row 功能。
com.mybatisflex.core.service - 程序包 com.mybatisflex.core.service
通用增强 Service 接口。
com.mybatisflex.core.table - 程序包 com.mybatisflex.core.table
实体类(表)结构元数据解析。
com.mybatisflex.core.tenant - 程序包 com.mybatisflex.core.tenant
多租户功能。
com.mybatisflex.core.transaction - 程序包 com.mybatisflex.core.transaction
事务功能。
com.mybatisflex.core.update - 程序包 com.mybatisflex.core.update
处理部分字段更新。
com.mybatisflex.core.util - 程序包 com.mybatisflex.core.util
工具类。
combineKeys(CacheKey, CacheKey) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
CommaSplitTypeHandler - com.mybatisflex.core.handler中的类
 
CommaSplitTypeHandler() - 类 的构造器com.mybatisflex.core.handler.CommaSplitTypeHandler
 
comment - 类 中的变量com.mybatisflex.core.table.ColumnInfo
数据库字段注释,在 AI 时代,注释的内容往往可用于 AI 辅助对话
comment - 类 中的变量com.mybatisflex.core.table.TableInfo
 
commit(String) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
CommonsDialectImpl - com.mybatisflex.core.dialect.impl中的类
通用的方言设计,其他方言可以继承于当前 CommonsDialectImpl 创建或获取方言请参考 DialectFactory
CommonsDialectImpl() - 类 的构造器com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
CommonsDialectImpl(LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
CommonsDialectImpl(KeywordWrap, LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
CompositeEnumTypeHandler<E extends Enum<E>> - com.mybatisflex.core.handler中的类
 
CompositeEnumTypeHandler(Class<E>) - 类 的构造器com.mybatisflex.core.handler.CompositeEnumTypeHandler
 
CompositeMaskTypeHandler - com.mybatisflex.core.mask中的类
 
CompositeMaskTypeHandler(String, TypeHandler<Object>) - 类 的构造器com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
computeIfAbsent(Map<K, V>, K, Function<? super K, ? extends V>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
主要是用于修复 concurrentHashMap 在 jdk1.8 下的死循环问题
computeIfAbsent(Map<K, V>, K, Function<K, V>) - 类 中的静态方法com.mybatisflex.core.util.MapUtil
A temporary workaround for Java 8 specific performance issue JDK-8161372 .
CONCAT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
concat(String, String, String...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s1,s2 等多个字符串合并为一个字符串。
concat(QueryColumn, QueryColumn, QueryColumn...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s1,s2 等多个字符串合并为一个字符串。
concat(T[], T[]) - 类 中的静态方法com.mybatisflex.core.util.ArrayUtil
合并两个数组为一个新的数组
concat(T[], T[], T[], T[]...) - 类 中的静态方法com.mybatisflex.core.util.ArrayUtil
 
CONCAT_WS - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
concatWs(String, String, String, String...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
同 CONCAT(s1, s2, ...)
concatWs(QueryColumn, QueryColumn, QueryColumn, QueryColumn...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
同 CONCAT(s1, s2, ...)
condition - 类 中的变量com.mybatisflex.core.query.IfFunctionQueryColumn
 
condition - 类 中的变量com.mybatisflex.core.query.QueryColumnAdapter
 
Conditional<R> - com.mybatisflex.core.query中的接口
动态条件查询接口。
conditionCaster - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
自定义全局的自动转换条件的方法。
conditionColumn - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
config - 类 中的变量com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
configuration - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
Mybatis 配置
configuration - 类 中的变量com.mybatisflex.core.keygen.CustomKeyGenerator
 
configuration - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
configuration - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
configuration - 类 中的变量com.mybatisflex.core.mybatis.FlexStatementHandler
 
configuration - 类 中的变量com.mybatisflex.core.MybatisFlexBootstrap
 
connect(QueryCondition, SqlConnector) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
CONNECTION_HOLDER - 类 中的静态变量com.mybatisflex.core.transaction.TransactionalManager
 
CONNECTION_ID - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
ConnectionHandler(Connection, String) - 类 的构造器com.mybatisflex.core.datasource.FlexDataSource.ConnectionHandler
 
connectionId() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回服务器的连接数。
connectMap(Map<String, Object>, SqlOperators, SqlConnector, SqlConnector) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
connector - 类 中的变量com.mybatisflex.core.activerecord.query.WhereBuilder
 
connector - 类 中的变量com.mybatisflex.core.query.QueryCondition
 
connector - 类 中的变量com.mybatisflex.core.query.QueryConditionBuilder
 
connectTimeout - 类 中的静态变量com.mybatisflex.core.audit.http.HttpUtil
 
connectToChild(QueryCondition, SqlConnector) - 类 中的方法com.mybatisflex.core.query.Brackets
 
ConsoleMessageCollector - com.mybatisflex.core.audit中的类
 
ConsoleMessageCollector() - 类 的构造器com.mybatisflex.core.audit.ConsoleMessageCollector
 
ConsoleMessageCollector(ConsoleMessageCollector.SqlDebugPrinter) - 类 的构造器com.mybatisflex.core.audit.ConsoleMessageCollector
 
ConsoleMessageCollector.SqlDebugPrinter - com.mybatisflex.core.audit中的接口
 
ConsoleMessageReporter - com.mybatisflex.core.audit中的类
控制台输出审计消息
ConsoleMessageReporter() - 类 的构造器com.mybatisflex.core.audit.ConsoleMessageReporter
 
constructorAutoMappingColumns - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
contains(T[], T) - 类 中的静态方法com.mybatisflex.core.util.ArrayUtil
查看数组中是否包含某一个值
containsTable(String...) - 类 中的方法com.mybatisflex.core.query.Brackets
 
containsTable(QueryCondition, String...) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
containsTable(String...) - 类 中的方法com.mybatisflex.core.query.OperatorQueryCondition
 
containsTable(String...) - 类 中的方法com.mybatisflex.core.query.OperatorSelectCondition
 
containsTable(String...) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
containsTable(QueryColumn, String...) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
containsTable(String...) - 类 中的方法com.mybatisflex.core.query.RawQueryCondition
 
containsText(CharSequence) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
content - 类 中的变量com.mybatisflex.core.query.RawQueryColumn
 
content - 类 中的变量com.mybatisflex.core.query.RawQueryCondition
 
content - 类 中的变量com.mybatisflex.core.query.RawQueryOrderBy
 
content - 类 中的变量com.mybatisflex.core.query.RawQueryTable
 
context - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
CONV - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
conv(String, String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将 x 从 f1 进制数变成 f2 进制数。
conv(QueryColumn, QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将 x 从 f1 进制数变成 f2 进制数。
conv(LambdaGetter<X>, LambdaGetter<F1>, LambdaGetter<F2>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将 x 从 f1 进制数变成 f2 进制数。
CONVERT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
convert(String...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将所给类型类型转换为另一种类型。
convert(Object, Class) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
convert(Object, Class, boolean) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
CONVERT_EQUALS_TO_IS_NULL - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
如果使用了 = 来比较 null ,则将其转为 is null 。
CONVERT_IN_TO_EQUALS - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
在满足输入的数组或可迭代对象中的容量为 1 (即只有一个元素)时,自动将条件中的 in 转换为 =
convertOrderBySqlForDB2105(String) - 类 中的方法com.mybatisflex.core.dialect.impl.DB2105Dialect
 
ConvertUtil - com.mybatisflex.core.util中的类
 
ConvertUtil() - 类 的构造器com.mybatisflex.core.util.ConvertUtil
 
COS - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
cos(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求余弦值。
cos(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求余弦值。
cos(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求余弦值。
COT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
cot(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求余切值。
cot(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求余切值。
cot(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求余切值。
count - 类 中的变量com.mybatisflex.core.audit.CountableMessageCollector
 
COUNT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
count() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
查询数据数量。
count() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的总行数。
count() - 类 中的方法com.mybatisflex.core.row.DbChain
 
count() - 接口 中的方法com.mybatisflex.core.service.IService
查询所有数据数量。
count(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询数据数量。
count(QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询数据数量。
CountableMessageCollector - com.mybatisflex.core.audit中的类
计数消息收集器,当消息达到指定数量时发送消息。
CountableMessageCollector() - 类 的构造器com.mybatisflex.core.audit.CountableMessageCollector
 
CountableMessageCollector(int, MessageReporter) - 类 的构造器com.mybatisflex.core.audit.CountableMessageCollector
 
CPI - com.mybatisflex.core.query中的类
Cross Package Invoke 跨包调用工具类,这么设计的原因,是需要保证 QueryWrapper 方法对于用户的纯净性 而 framework 又可以通过 CPI 来调用 QueryWrapper 的其他方法
CPI() - 类 的构造器com.mybatisflex.core.query.CPI
 
create() - 类 中的方法com.mybatisflex.core.audit.DefaultMessageFactory
 
create() - 接口 中的方法com.mybatisflex.core.audit.MessageFactory
 
create(String, String, String, String, Object) - 类 中的静态方法com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, Object) - 类 中的静态方法com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, SqlOperator, Collection<?>) - 类 中的静态方法com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, SqlOperator, Object) - 类 中的静态方法com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, String, Collection<?>) - 类 中的静态方法com.mybatisflex.core.query.QueryCondition
 
create(QueryColumn, String, Object) - 类 中的静态方法com.mybatisflex.core.query.QueryCondition
 
create() - 类 中的静态方法com.mybatisflex.core.query.QueryWrapper
 
create(Object) - 类 中的静态方法com.mybatisflex.core.query.QueryWrapper
根据实体类对象,构建查询条件
create(Object, SqlOperators) - 类 中的静态方法com.mybatisflex.core.query.QueryWrapper
根据实体类构建查询条件
create(Map) - 类 中的静态方法com.mybatisflex.core.query.QueryWrapper
根据 Map 对象,构建查询条件
create(Map, SqlOperators) - 类 中的静态方法com.mybatisflex.core.query.QueryWrapper
根据 Map 构建查询条件
create() - 类 中的静态方法com.mybatisflex.core.row.DbChain
 
create(Object) - 类 中的静态方法com.mybatisflex.core.row.DbChain
 
create(BaseMapper<E>) - 类 中的静态方法com.mybatisflex.core.update.UpdateChain
 
createAutomaticMappings(ResultSetWrapper, ResultMap, MetaObject, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createBuilder(LambdaGetter) - 类 中的方法com.mybatisflex.core.field.FieldQueryBuilder
创建 FieldQuery.Builder 用于构建属性类型与 QueryWrapper 用于查询。
createByConstructorSignature(ResultSetWrapper, ResultMap, String, Class<?>, List<Class<?>>, List<Object>) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createByRowKey(RowKey) - 类 中的方法com.mybatisflex.core.keygen.RowKeyGenerator
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - 类 中的方法com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - 类 中的方法com.mybatisflex.core.mybatis.executor.FlexReuseExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - 类 中的方法com.mybatisflex.core.mybatis.executor.FlexSimpleExecutor
 
createCollectionTypeHandler(Class<?>, Field, Class<?>, Class<?>) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
创建 typeHandler 参考 TypeHandlerRegistry.getInstance(Class, Class)
createDialect(DbType) - 类 中的静态方法com.mybatisflex.core.dialect.DialectFactory
 
createEmpty() - 类 中的静态方法com.mybatisflex.core.query.QueryCondition
 
createEntity(Class<?>) - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
createIdKeyGenerator(TableInfo, MappedStatement, IdInfo) - 类 中的静态方法com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
createIdResultMaps(Configuration, String, Class<?>, List<ResultMapping>) - 类 中的静态方法com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
createKeyForMultipleResults(ResultSet, ResultMapping, String, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createMask(int) - 类 中的静态方法com.mybatisflex.core.mask.Masks
 
createParameterizedResultObject(ResultSetWrapper, Class<?>, List<ResultMapping>, List<Class<?>>, List<Object>, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createPreparedStatement(Statement) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
createPreparedStatement(String[]) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
 
createPrimitiveResultObject(ResultSetWrapper, ResultMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createPrimitiveResultObject(ResultSetWrapper, ResultMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexResultSetHandler
修复当实体类中存在 List 或者 List 等自动映射出错的问题 本质问题应该出现 mybatis 判断有误 https://gitee.com/mybatis-flex/mybatis-flex/issues/I7XBQS https://gitee.com/mybatis-flex/mybatis-flex/issues/I7X7G7
createResultObject(ResultSetWrapper, ResultMap, ResultLoaderMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createResultObject(ResultSetWrapper, ResultMap, List<Class<?>>, List<Object>, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createRowKey(ResultMap, ResultSetWrapper, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createRowKeyForMap(ResultSetWrapper, CacheKey) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createRowKeyForMappedProperties(ResultMap, ResultSetWrapper, CacheKey, List<ResultMapping>, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createRowKeyForUnmappedProperties(ResultMap, ResultSetWrapper, CacheKey, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
createTableInfo(Class<?>) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
createTableKeyGenerator(TableInfo, MappedStatement) - 类 中的静态方法com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
CROSS_JOIN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
crossJoin(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(String, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(Class<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryTable) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryTable, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
crossJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
crossJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
crossJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
crossJoin(Class<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
crossJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
crossJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
crossJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
crossJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(Class) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(Class, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
crossJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
CURDATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
curDate() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前日期。
CURRENT_DATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
CURRENT_TIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
CURRENT_TIMESTAMP - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
currentDate() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前日期。
currentSql - 类 中的变量com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
currentStatement - 类 中的变量com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
currentTime() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前时间。
currentTimestamp() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。
currentTypeTL - 类 中的静态变量com.mybatisflex.core.mybatis.MappedStatementTypes
 
CURSOR_HOLDER - 类 中的静态变量com.mybatisflex.core.transaction.TransactionContext
 
CURTIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
curTime() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前时间。
customizeQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
方便子类追加自定义的条件
customizeQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.core.relation.ToManyRelation
 
CustomKeyGenerator - com.mybatisflex.core.keygen中的类
通过 java 编码的方式生成主键 当主键类型配置为 KeyType#Generator 时,使用此生成器生成 KeyType.Generator
CustomKeyGenerator(Configuration, TableInfo, IdInfo) - 类 的构造器com.mybatisflex.core.keygen.CustomKeyGenerator
 

D

DATA_CENTER_ID_BITS - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
数据中心 ID 占用的位数(5bit)。
DATA_CENTER_ID_SHIFT - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
数据中心 ID 位需要左移的位数(12bit + 5bit)。
DATABASE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
database() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前数据库名。
dataCenterId - 类 中的变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
数据中心 ID。
dataSource - 类 中的变量com.mybatisflex.core.mybatis.binding.FlexMapperProxy
 
dataSource - 类 中的变量com.mybatisflex.core.MybatisFlexBootstrap
 
dataSource - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
datasource(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
datasource(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
dataSource - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
dataSource - 类 中的变量com.mybatisflex.core.table.TableInfo
 
dataSourceAlias - 类 中的静态变量com.mybatisflex.core.datasource.DataSourceBuilder
 
DataSourceBuilder - com.mybatisflex.core.datasource中的类
 
DataSourceBuilder(Map<String, String>) - 类 的构造器com.mybatisflex.core.datasource.DataSourceBuilder
 
DataSourceDecipher - com.mybatisflex.core.datasource中的接口
 
DataSourceKey - com.mybatisflex.core.datasource中的类
 
DataSourceKey() - 类 的构造器com.mybatisflex.core.datasource.DataSourceKey
 
DataSourceManager - com.mybatisflex.core.datasource中的类
 
DataSourceManager() - 类 的构造器com.mybatisflex.core.datasource.DataSourceManager
 
dataSourceMap - 类 中的变量com.mybatisflex.core.datasource.FlexDataSource
 
DataSourceMissingHandler - com.mybatisflex.core.datasource中的接口
数据源缺失处理器接口。
dataSourceMissingHandler - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
数据源缺失处理器
dataSourceProcessor - 类 中的静态变量com.mybatisflex.core.datasource.DataSourceManager
动态数据源key取值处理
DataSourceProcessor - com.mybatisflex.core.datasource.processor中的接口
动态数据源 @UseDataSource的value值解析处理器(如表达式解析取值等),使用时推荐使用 DelegatingDataSourceProcessorDelegatingDataSourceProcessor 实例化 对动态数据源注解@UseDataSource 增强处理UseDataSource 使用区分Spring模式 和 非Spring模式,Spring模式下,代理处理逻辑 DataSourceInterceptorcom.mybatisflex.spring.datasource.DataSourceInterceptor 优先级高于 FlexMapperProxyFlexMapperProxy ; 所以Spring模式下仅 DataSourceInterceptor 生效(切面生效的前提下)。
dataSourceProperties - 类 中的变量com.mybatisflex.core.datasource.DataSourceBuilder
 
DataSourceProperty - com.mybatisflex.core.datasource中的枚举
 
DataSourceProperty(String, String[]) - 枚举 的构造器com.mybatisflex.core.datasource.DataSourceProperty
 
dataSourceShardingStrategy - 类 中的静态变量com.mybatisflex.core.datasource.DataSourceManager
 
DataSourceShardingStrategy - com.mybatisflex.core.datasource中的接口
 
date(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
date 函数
DATE_FORMAT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
dateCSTPattern - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
DATEDIFF - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
dateDiff(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d1 到 d2 之间相隔的天数。
dateDiff(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d1 到 d2 之间相隔的天数。
dateDiff(LambdaGetter<D1>, LambdaGetter<D2>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d1 到 d2 之间相隔的天数。
dateFormat(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示日期 d。
dateFormat(QueryColumn, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示日期 d。
dateFormat(LambdaGetter<D>, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示日期 d。
dateMillisecondPattern - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
dateMinutePattern - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
dateMinutePattern2 - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
datePattern - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
datePatternWithoutDividing - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
dateTimeFormatters - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
DateTimeLogicDeleteProcessor - com.mybatisflex.core.logicdelete.impl中的类
LocalDateTime 类型的属性对应的逻辑删除处理器。
DateTimeLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.impl.DateTimeLogicDeleteProcessor
 
datetimePattern - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
DateUtil - com.mybatisflex.core.util中的类
 
DateUtil() - 类 的构造器com.mybatisflex.core.util.DateUtil
 
DAY - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
day(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的天数值。
day(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的天数值。
day(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的天数值。
DAYNAME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
dayName(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,如 Monday。
dayName(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,如 Monday。
dayName(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,如 Monday。
DAYOFMONTH - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
dayOfMonth(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本月的第几天。
dayOfMonth(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本月的第几天。
dayOfMonth(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本月的第几天。
DAYOFWEEK - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
dayOfWeek(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,1 表示星期日,2 表示星期二。
dayOfWeek(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,1 表示星期日,2 表示星期二。
dayOfWeek(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,1 表示星期日,2 表示星期二。
DAYOFYEAR - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
dayOfYear(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几天。
dayOfYear(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几天。
dayOfYear(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几天。
Db - com.mybatisflex.core.row中的类
针对 RowMapper 的静态方法进行封装
Db() - 类 的构造器com.mybatisflex.core.row.Db
 
DB2105 - 接口 中的静态变量com.mybatisflex.core.dialect.impl.DB2105Dialect.DB2105LimitOffsetProcessor
 
DB2105Dialect - com.mybatisflex.core.dialect.impl中的类
 
DB2105Dialect(KeywordWrap, LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.DB2105Dialect
 
DB2105Dialect.DB2105LimitOffsetProcessor - com.mybatisflex.core.dialect.impl中的接口
 
DB2_1005_PRODUCT_VERSION - 类 中的静态变量com.mybatisflex.core.dialect.impl.DB2105Dialect
 
DB2_PRODUCT_NAME - 类 中的静态变量com.mybatisflex.core.dialect.impl.DB2105Dialect
 
DbChain - com.mybatisflex.core.row中的类
链式构建 QueryWrapper 并执行 Db 方法。
DbChain(String) - 类 的构造器com.mybatisflex.core.row.DbChain
 
DbChain(String, String) - 类 的构造器com.mybatisflex.core.row.DbChain
 
DbType - com.mybatisflex.core.dialect中的枚举
 
DbType(String, String) - 枚举 的构造器com.mybatisflex.core.dialect.DbType
 
dbType - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
默认使用 Mysql 数据库类型
dbTypeHashMap - 类 中的变量com.mybatisflex.core.datasource.FlexDataSource
 
dbTypeThreadLocal - 类 中的静态变量com.mybatisflex.core.dialect.DialectFactory
通过设置当前线程的数据库类型,以达到在代码执行时随时切换方言的功能
DbTypeUtil - com.mybatisflex.core.dialect中的类
DbType 解析 工具类
DbTypeUtil() - 类 的构造器com.mybatisflex.core.dialect.DbTypeUtil
 
decipher - 类 中的静态变量com.mybatisflex.core.datasource.DataSourceManager
 
DECODE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
decode(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
解密函数,使用字符串 pswd_str 来为 crypt_str 解密。
decode(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
解密函数,使用字符串 pswd_str 来为 crypt_str 解密。
decode(LambdaGetter<C>, LambdaGetter<P>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
解密函数,使用字符串 pswd_str 来为 crypt_str 解密。
decrypt(DataSourceProperty, String) - 接口 中的方法com.mybatisflex.core.datasource.DataSourceDecipher
 
decryptDataSource(DataSource) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
DEFAULT_BATCH_SIZE - 接口 中的静态变量com.mybatisflex.core.BaseMapper
默认批量处理切片数量。
DEFAULT_BATCH_SIZE - 接口 中的静态变量com.mybatisflex.core.row.RowMapper
 
DEFAULT_BATCH_SIZE - 接口 中的静态变量com.mybatisflex.core.service.IService
 
DEFAULT_OBJECT_FACTORY - 类 中的静态变量com.mybatisflex.core.table.EntityMetaObject
 
DEFAULT_OBJECT_WRAPPER_FACTORY - 类 中的静态变量com.mybatisflex.core.table.EntityMetaObject
 
defaultColumns(Class<?>...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建默认列。
defaultConfig - 类 中的静态变量com.mybatisflex.core.FlexGlobalConfig
 
defaultDataSource - 类 中的变量com.mybatisflex.core.datasource.FlexDataSource
 
defaultDataSourceKey - 类 中的变量com.mybatisflex.core.datasource.FlexDataSource
 
defaultDbType - 类 中的变量com.mybatisflex.core.datasource.FlexDataSource
 
DefaultLogicDeleteProcessor - com.mybatisflex.core.logicdelete.impl中的类
默认逻辑删除处理器。
DefaultLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
defaultMaxPageSize - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
分页查询时,默认每页显示的数据数量最大限制。
DefaultMessageFactory - com.mybatisflex.core.audit中的类
默认的审计消息创建器,用来创建带有 hostIp 的审计消息。
DefaultMessageFactory() - 类 的构造器com.mybatisflex.core.audit.DefaultMessageFactory
 
DefaultMethodInvoker(MethodHandle) - 类 的构造器com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.DefaultMethodInvoker
 
defaultPageSize - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
分页查询时,默认每页显示的数据数量。
defaultQueryColumns - 类 中的变量com.mybatisflex.core.table.TableInfo
 
defaultQueryDepth - 类 中的静态变量com.mybatisflex.core.relation.RelationManager
默认查询深度
defaultRelationQueryDepth - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
默认的 Relation 注解查询深度
defaultRowMapperInvoker - 类 中的静态变量com.mybatisflex.core.row.Db
 
defaultSupportColumnTypes - 类 中的静态变量com.mybatisflex.core.table.TableInfoFactory
 
DEFERRED - 类 中的静态变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
DEGREES - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
degrees(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将弧度转换为角度。
degrees(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将弧度转换为角度。
degrees(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将弧度转换为角度。
delegate - 类 中的变量com.mybatisflex.core.handler.CompositeEnumTypeHandler
 
delegate - 类 中的变量com.mybatisflex.core.mybatis.FlexStatementHandler
 
delegate - 类 中的变量com.mybatisflex.core.query.AbstractQueryBuilder
 
delegates - 类 中的变量com.mybatisflex.core.datasource.processor.DelegatingDataSourceProcessor
多个处理器委托集合(使用时请注意 DataSourceProcessor 的顺序)
DelegatingDataSourceProcessor - com.mybatisflex.core.datasource.processor中的类
DataSourceProcessor 委托扩展类,对 DataSourceProcessor 结构进行扩大和增强 如果多个实例化,建议通过 DelegatingDataSourceProcessor.with(多个解析处理器实例) 方式进行实例化。
DelegatingDataSourceProcessor(List<DataSourceProcessor>) - 类 的构造器com.mybatisflex.core.datasource.processor.DelegatingDataSourceProcessor
 
delete(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据实体主键来删除数据。
DELETE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
DELETE_FROM - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
deleteBatchByIds(Collection<? extends Serializable>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据多个主键批量删除数据。
deleteBatchByIds(Collection<? extends Serializable>, int) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据多个主键批量删除数据。
deleteBatchByIds(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
deleteBatchByIds 的 SQL 构建。
deleteBatchByIds(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
deleteBatchByIds 的 SQL 构建。
deleteBatchByIds(String, String, String, Collection<?>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 id 集合来批量删除数据
deleteBatchByIds(String, String, Collection<?>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 id 集合来批量删除数据
deleteBatchByIds(String, String, String, Collection<?>) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 多个 id 值删除多条数据
deleteBatchByIds(String, String, String, Collection<?>) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
deleteByCondition(QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来删除数据。
deleteByCondition(String, String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 条件删除数据
deleteByCondition(String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 条件删除数据
deleteById(Serializable) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据主键删除数据。
deleteById(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
deleteById 的 SQL 构建。
deleteById(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
deleteById 的 SQL 构建。
deleteById(String, String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来删除数据,其中 row 是通过 Row.ofKey(RowKey, Object) 来进行构建的
deleteById(String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来删除数据,其中 row 是通过 Row.ofKey(RowKey, Object) 来进行构建的
deleteById(String, String, String, Object) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来删除 1 条数据
deleteById(String, String, Object) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来删除 1 条数据
deleteById(String, String, Row) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 id 删除数据
deleteById(String, String, String, Object) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 id 删除数据
deleteById(String, String, Row) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
deleteById(String, String, String, Object) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
deleteByMap(Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来删除数据。
deleteByMap(String, String, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 构建的 where 条件来删除数据
deleteByMap(String, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 构建的 where 条件来删除数据
deleteByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来删除数据。
deleteByQuery(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
deleteByQuery 的 SQL 构建。
deleteByQuery(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
deleteByQuery 的 SQL 构建。
deleteByQuery(String, String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 query 构建的条件来删除数据
deleteByQuery(String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 query 构建的条件来删除数据
deleteByQuery(String, String, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 queryWrapper 构建 where 条件来删除数据
deleteByQuery(String, String, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
deleteBySql(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
编写 delete sql 来删除数据
deleteBySql(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
执行 delete sql 语言
deleteBySql(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
deleteChar(String, char) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
删除字符串中的字符
deleteChar(String, char, char) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
deletedValueOfLogicDelete - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
 
DELIMITER - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
depthThreadLocal - 类 中的静态变量com.mybatisflex.core.relation.RelationManager
递归查询深度,默认为 2,在一些特殊场景下可以修改这个值
DERBY - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
derby 的处理器 适合 DbType#DERBY,DbType#ORACLE_12C,DbType#SQLSERVER ,DbType#POSTGRE_SQL
desc() - 类 中的方法com.mybatisflex.core.activerecord.query.OrderByBuilder
 
DESC - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
desc() - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
desc() - 类 中的方法com.mybatisflex.core.query.QueryOrderByBuilder
 
detectDataSourceClass() - 类 中的方法com.mybatisflex.core.datasource.DataSourceBuilder
 
DialectFactory - com.mybatisflex.core.dialect中的类
方言工厂类,用于创建方言
DialectFactory() - 类 的构造器com.mybatisflex.core.dialect.DialectFactory
 
dialectMap - 类 中的静态变量com.mybatisflex.core.dialect.DialectFactory
数据库类型和方言的映射关系,可以通过其读取指定的方言,亦可能通过其扩展其他方言 比如,在 mybatis-flex 实现的方言中有 bug 或者 有自己的独立实现,可以添加自己的方言实现到 此 map 中,用于覆盖系统的方言实现
DISTINCT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
distinct(QueryColumn...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
对指定列进行去重。
distinct(LambdaGetter<T>...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
 
DistinctQueryColumn - com.mybatisflex.core.query中的类
 
DistinctQueryColumn(QueryColumn...) - 类 的构造器com.mybatisflex.core.query.DistinctQueryColumn
 
divide(QueryColumn) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
divide(Number) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
divide(QueryColumn) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
divide(Number) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
DIVISION_SIGN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
DmDialect - com.mybatisflex.core.dialect.impl中的类
 
DmDialect() - 类 的构造器com.mybatisflex.core.dialect.impl.DmDialect
 
DmDialect(LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.DmDialect
 
DmDialect(KeywordWrap, LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.DmDialect
 
doAddParam(Statement, Object) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
doAppendConditions(Object, QueryWrapper) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
doBuildColumnResultMapping(Configuration, List<ResultMapping>, List<String>, ColumnInfo, List<ResultFlag>, boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
doBuildResultMap(Configuration, Set<String>, List<String>, boolean, String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
doDetectDataSourceClass(String) - 类 中的方法com.mybatisflex.core.datasource.DataSourceBuilder
 
doFlushStatements(boolean) - 类 中的方法com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
doGetFields(Class<?>, List<Field>) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
doGetFields(Class<?>, List<Field>, Predicate<Field>, boolean) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
doGetMethods(Class<?>, List<Method>, Predicate<Method>, boolean) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
doGetRelations(Class<?>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
doPaginate(BaseMapper<T>, Page<R>, QueryWrapper, Class<R>, boolean, Consumer<FieldQueryBuilder<R>>...) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
doQueryRelations(BaseMapper<?>, List<Entity>, int, int, Set<String>, Set<String>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
doSendMessages() - 类 中的方法com.mybatisflex.core.audit.AbstractMessageCollector
 
doSetParameters(PreparedStatement) - 类 中的方法com.mybatisflex.core.mybatis.SqlArgsParameterHandler
 
doSharding(String, Object, Method, Object[]) - 接口 中的方法com.mybatisflex.core.datasource.DataSourceShardingStrategy
 
DOUBLE_QUOTATION - 类 中的静态变量com.mybatisflex.core.dialect.KeywordWrap
双引号反义处理, 适用于 postgresql, sqlite, derby, oracle, duckdb 等
doUpdate(MappedStatement, Object) - 类 中的方法com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
dsName - 类 中的变量com.mybatisflex.core.audit.AuditMessage
数据库名称。
DUAL - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
DYNAMIC_PREFIX - 类 中的静态变量com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
 
dynamicMappedStatementCache - 类 中的静态变量com.mybatisflex.core.mybatis.FlexConfiguration
 
DynamicSchemaProcessor - com.mybatisflex.core.table中的接口
 
dynamicSchemaProcessor - 类 中的静态变量com.mybatisflex.core.table.TableManager
 
DynamicTableProcessor - com.mybatisflex.core.table中的接口
 
dynamicTableProcessor - 类 中的静态变量com.mybatisflex.core.table.TableManager
 

E

effective - 类 中的变量com.mybatisflex.core.query.Join
 
effective - 类 中的变量com.mybatisflex.core.query.QueryCondition
 
elapsedTime - 类 中的变量com.mybatisflex.core.audit.AuditMessage
SQL 执行的消耗时间(毫秒)。
ELSE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
else_(Object) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn.Builder
 
else_(Object) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
elseValue - 类 中的变量com.mybatisflex.core.query.CaseQueryColumn
 
elseValue - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn
 
ELT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
elt(String, String, String...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回第 n 个字符串。
elt(QueryColumn, QueryColumn, QueryColumn...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回第 n 个字符串。
EMAIL - 类 中的静态变量com.mybatisflex.core.mask.Masks
邮件脱敏
EMAIL_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
email 脱敏
EMPTY - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
empty - 类 中的变量com.mybatisflex.core.query.QueryCondition
是否为空条件,默认false
EMPTY - 类 中的静态变量com.mybatisflex.core.query.SqlOperators
一个空的实例,用于表示没有操作符的情况。
empty() - 类 中的静态方法com.mybatisflex.core.query.SqlOperators
获取一个空的 SqlOperators 实例。
EMPTY_ARRAY - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
ENCODE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
encode(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
使用字符串 pswd_str 来加密字符串 str,加密结果是一个二进制数,必须使用 BLOB 类型来保持它。
encode(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
使用字符串 pswd_str 来加密字符串 str,加密结果是一个二进制数,必须使用 BLOB 类型来保持它。
encode(LambdaGetter<S>, LambdaGetter<P>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
使用字符串 pswd_str 来加密字符串 str,加密结果是一个二进制数,必须使用 BLOB 类型来保持它。
ENCODING_CHARS - 类 中的静态变量com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
END - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
end() - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn.Builder
 
end() - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
endFragments - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
endpoint - 类 中的变量com.mybatisflex.core.audit.http.HttpMessageReporter
 
endsWithAny(String, String...) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
ENHANCER_BY - 类 中的静态变量com.mybatisflex.core.util.ClassUtil
 
ensureNoRowBounds() - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
ensuresKeyGeneratorNotNull() - 类 中的方法com.mybatisflex.core.keygen.CustomKeyGenerator
 
ensuresKeyGeneratorNotNull() - 类 中的方法com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
ENTITIES - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
ENTITY - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
entity - 类 中的变量com.mybatisflex.core.mybatis.FlexWrapperFactory.FlexBeanWrapper
 
entity - 类 中的变量com.mybatisflex.core.update.UpdateChain
 
ENTITY_MAPPER_MAP - 类 中的静态变量com.mybatisflex.core.mybatis.Mappers
 
entityClass - 类 中的变量com.mybatisflex.core.field.FieldQuery
 
entityClass - 类 中的变量com.mybatisflex.core.table.TableInfo
 
entityInsertListeners - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
 
EntityMetaObject - com.mybatisflex.core.table中的类
 
EntityMetaObject() - 类 的构造器com.mybatisflex.core.table.EntityMetaObject
 
entitySetListeners - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
entity 的监听器
EntitySqlProvider - com.mybatisflex.core.provider中的类
 
EntitySqlProvider() - 类 的构造器com.mybatisflex.core.provider.EntitySqlProvider
不让实例化,使用静态方法的模式,效率更高,非静态方法每次都会实例化当前类 参考源码: {ProviderSqlSource.getBoundSql(Object)
entityTableMap - 类 中的静态变量com.mybatisflex.core.table.TableInfoFactory
 
entityUpdateListeners - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
 
entityWrapper - 类 中的变量com.mybatisflex.core.update.UpdateChain
 
entry(K, V) - 类 中的静态方法com.mybatisflex.core.util.MapUtil
 
enumClass - 类 中的变量com.mybatisflex.core.util.EnumWrapper
 
enums - 类 中的变量com.mybatisflex.core.util.EnumWrapper
 
enumWrapper - 类 中的变量com.mybatisflex.core.handler.FlexEnumTypeHandler
 
EnumWrapper<E extends Enum<E>> - com.mybatisflex.core.util中的类
 
EnumWrapper(Class<E>) - 类 的构造器com.mybatisflex.core.util.EnumWrapper
 
environmentId - 类 中的变量com.mybatisflex.core.MybatisFlexBootstrap
 
eq(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
eq(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
等于 =
eq(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
等于 =
eq(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
等于 =
eq(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
等于 =
eq(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
等于 =
eq(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
等于 =
eq(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
等于 =
eq(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
eq(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
eq(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
eq(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
eq(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
eq(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
eq(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
eq(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
eq(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
等于 =
eq(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
等于 =
eq(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
等于 =
eq(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
等于 =
eq(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
等于 =
eq(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
等于 =
eq(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
等于 =
eq(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
等于 =
eq(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
等于 =
eq(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
等于 =
eq_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
EQUALS - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
equals(Object) - 类 中的方法com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
equals(Object) - 类 中的方法com.mybatisflex.core.row.RowKey
 
EQUALS_PLACEHOLDER - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
equalsAny(Object, Object...) - 类 中的静态方法com.mybatisflex.core.util.ObjectUtil
 
exec(Supplier<T>, Propagation, boolean) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
execNewTransactional(Supplier<T>, boolean) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
execute() - 接口 中的方法com.mybatisflex.core.audit.AuditManager.AuditRunnable
 
execute(Function<RowMapper, R>) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
executeBatch(int, int, Class<M>, BiConsumer<M, Integer>) - 类 中的静态方法com.mybatisflex.core.row.Db
批量执行工具方法
executeBatch(Collection<D>, Class<M>, BiConsumer<M, D>) - 类 中的静态方法com.mybatisflex.core.row.Db
批量执行工具方法
executeBatch(Collection<E>, int, Class<M>, BiConsumer<M, E>) - 类 中的静态方法com.mybatisflex.core.row.Db
批量执行工具方法
executeBatch(Collection<E>, int, Class<M>, BiConsumer<M, E>) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
executeBatch(int, int, Class<M>, BiConsumer<M, Integer>) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
executor - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
executorType - 类 中的变量com.mybatisflex.core.mybatis.Mappers.MapperHandler
 
execWithoutLogicDelete(Supplier<T>) - 类 中的静态方法com.mybatisflex.core.logicdelete.LogicDeleteManager
跳过逻辑删除字段处理,直接进行数据库物理操作。
execWithoutLogicDelete(Runnable) - 类 中的静态方法com.mybatisflex.core.logicdelete.LogicDeleteManager
跳过逻辑删除字段处理,直接进行数据库物理操作。
execWithoutMask(Supplier<T>) - 类 中的静态方法com.mybatisflex.core.mask.MaskManager
跳过脱敏处理
execWithoutMask(Runnable) - 类 中的静态方法com.mybatisflex.core.mask.MaskManager
跳过脱敏处理
execWithoutOptimisticLock(Supplier<T>) - 类 中的静态方法com.mybatisflex.core.optimisticlock.OptimisticLockManager
跳过乐观锁字段处理,直接进行数据库物理操作。
execWithoutOptimisticLock(Runnable) - 类 中的静态方法com.mybatisflex.core.optimisticlock.OptimisticLockManager
跳过乐观锁字段处理,直接进行数据库物理操作。
existName(List<Field>, Field) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
exists() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
判断数据是否存在。
exists(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
EXIST (SELECT ...)
exists() - 类 中的方法com.mybatisflex.core.row.DbChain
 
exists(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件判断数据是否存在。
exists(QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件判断数据是否存在。
EXP - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
exp(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 e 的 x 次方。
exp(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 e 的 x 次方。
exp(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 e 的 x 次方。
extraConditionParam(String, Object) - 类 中的方法com.mybatisflex.core.activerecord.query.RelationsQuery
 
extraConditionParam(String, Object) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
添加额外的 Relations 查询条件。
extraConditionParamKeys - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
extraConditionParams - 类 中的静态变量com.mybatisflex.core.relation.RelationManager
附加条件的查询参数
extraConditionSql - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 

F

false_() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建 FALSE 常量。
falseValue - 类 中的变量com.mybatisflex.core.query.IfFunctionQueryColumn
 
Fastjson2TypeHandler - com.mybatisflex.core.handler中的类
 
Fastjson2TypeHandler(Class<?>) - 类 的构造器com.mybatisflex.core.handler.Fastjson2TypeHandler
 
Fastjson2TypeHandler(Class<?>, Class<?>) - 类 的构造器com.mybatisflex.core.handler.Fastjson2TypeHandler
 
FastjsonTypeHandler - com.mybatisflex.core.handler中的类
 
FastjsonTypeHandler(Class<?>) - 类 的构造器com.mybatisflex.core.handler.FastjsonTypeHandler
 
FastjsonTypeHandler(Class<?>, Class<?>) - 类 的构造器com.mybatisflex.core.handler.FastjsonTypeHandler
 
FastjsonTypeHandler.ParameterizedTypeImpl - com.mybatisflex.core.handler中的类
 
FIELD - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
field(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.field.FieldQueryBuilder
为指定属性创建查询。
field(String, String, String...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回第一个与字符串 s 匹配的字符串的位置。
field(QueryColumn, QueryColumn, QueryColumn...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回第一个与字符串 s 匹配的字符串的位置。
field - 类 中的变量com.mybatisflex.core.util.FieldWrapper
 
FIELD_NAME - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
fieldMapping(LambdaGetter<F>, QueryBuilder<F>) - 类 中的方法com.mybatisflex.core.activerecord.query.FieldsQuery
 
fieldMapping(LambdaGetter<F>, boolean, QueryBuilder<F>) - 类 中的方法com.mybatisflex.core.activerecord.query.FieldsQuery
 
fieldMapping(LambdaGetter<F>, QueryBuilder<F>) - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
设置属性对应的 QueryWrapper 查询。
fieldMapping(LambdaGetter<F>, boolean, QueryBuilder<F>) - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
设置属性对应的 QueryWrapper 查询。
fieldName - 类 中的变量com.mybatisflex.core.field.FieldQuery
 
fieldNameMap - 类 中的静态变量com.mybatisflex.core.util.LambdaUtil
 
FieldQuery - com.mybatisflex.core.field中的类
查询属性的信息。
FieldQuery() - 类 的构造器com.mybatisflex.core.field.FieldQuery
 
fieldQuery - 类 中的变量com.mybatisflex.core.field.FieldQuery.Builder
 
FieldQuery.Builder<T> - com.mybatisflex.core.field中的类
 
FieldQueryBuilder<T> - com.mybatisflex.core.field中的类
属性查询构建者。
FieldQueryBuilder() - 类 的构造器com.mybatisflex.core.field.FieldQueryBuilder
 
FieldQueryManager - com.mybatisflex.core.field中的类
属性查询管理。
FieldQueryManager() - 类 的构造器com.mybatisflex.core.field.FieldQueryManager
 
fieldQueryMap - 类 中的变量com.mybatisflex.core.query.FieldsBuilder
 
FieldsBuilder<T> - com.mybatisflex.core.query中的类
使用 Fields Query 的方式进行关联查询。
FieldsBuilder(MapperQueryChain<T>) - 类 的构造器com.mybatisflex.core.query.FieldsBuilder
 
FieldsQuery<T extends Model<T>> - com.mybatisflex.core.activerecord.query中的类
使用 Fields Query 的方式进行关联查询。
FieldsQuery(Model<T>) - 类 的构造器com.mybatisflex.core.activerecord.query.FieldsQuery
 
fieldType - 类 中的变量com.mybatisflex.core.util.FieldWrapper
 
fieldWrapper - 类 中的变量com.mybatisflex.core.field.FieldQuery
 
FieldWrapper - com.mybatisflex.core.util中的类
 
FieldWrapper() - 类 的构造器com.mybatisflex.core.util.FieldWrapper
 
FIND_IN_SET - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
findByName(String) - 枚举 中的静态方法com.mybatisflex.core.dialect.DbType
根据数据库类型名称自动识别数据库类型
findConstructorForAutomapping(Class<?>, ResultSetWrapper) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
findInSet(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回在字符串 s2 中与 s1 匹配的字符串的位置。
findInSet(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回在字符串 s2 中与 s1 匹配的字符串的位置。
findInSet(LambdaGetter<S1>, LambdaGetter<S2>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回在字符串 s2 中与 s1 匹配的字符串的位置。
findMethod(Class<?>, Class<? extends Annotation>, Set<Class<?>>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
findProperty(String, boolean) - 类 中的方法com.mybatisflex.core.mybatis.FlexWrapperFactory.FlexMapWrapper
 
findSupportedListeners(Class<?>, Map<Class<?>, List<T>>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
查找支持该 entityClass 的监听器
findUsableConstructorByArgTypes(Constructor<?>, List<JdbcType>) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
FIREBIRD - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
Firebird 的处理器 适合 DbType.FIREBIRD
FIRST - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
firstCharToLowerCase(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
第一个字符转换为小写
firstCharToUpperCase(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
第一个字符转换为大写
FIXED_PHONE - 类 中的静态变量com.mybatisflex.core.mask.Masks
固定电话脱敏
FIXED_PHONE_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
固定电话脱敏 保留前三后四,中间的为星号 "*"
flatten(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
FLEX_ID - 类 中的静态变量com.mybatisflex.core.row.RowKey
flexId
FlexAssert - com.mybatisflex.core.exception中的类
断言。
FlexAssert() - 类 的构造器com.mybatisflex.core.exception.FlexAssert
 
FlexBatchExecutor - com.mybatisflex.core.mybatis.executor中的类
 
FlexBatchExecutor(Configuration, Transaction) - 类 的构造器com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
FlexBeanWrapper(MetaObject, Object) - 类 的构造器com.mybatisflex.core.mybatis.FlexWrapperFactory.FlexBeanWrapper
 
FlexConfiguration - com.mybatisflex.core.mybatis中的类
 
FlexConfiguration() - 类 的构造器com.mybatisflex.core.mybatis.FlexConfiguration
 
FlexConfiguration(Environment) - 类 的构造器com.mybatisflex.core.mybatis.FlexConfiguration
 
FlexConsts - com.mybatisflex.core中的类
Mybatis-Flex 可能用到的静态常量
FlexConsts() - 类 的构造器com.mybatisflex.core.FlexConsts
 
FlexCursor(Cursor<T>) - 类 的构造器com.mybatisflex.core.mybatis.FlexResultSetHandler.FlexCursor
 
FlexDataSource - com.mybatisflex.core.datasource中的类
 
FlexDataSource(String, DataSource) - 类 的构造器com.mybatisflex.core.datasource.FlexDataSource
 
FlexDataSource(String, DataSource, boolean) - 类 的构造器com.mybatisflex.core.datasource.FlexDataSource
 
FlexDataSource(String, DataSource, DbType, boolean) - 类 的构造器com.mybatisflex.core.datasource.FlexDataSource
 
FlexDataSource.ConnectionHandler - com.mybatisflex.core.datasource中的类
 
FlexDefaultResultSetHandler - com.mybatisflex.core.mybatis中的类
复制于 DefaultResultSetHandler,并开放若干方法,方便子类重写
FlexDefaultResultSetHandler(Executor, MappedStatement, ParameterHandler, ResultHandler<?>, BoundSql, RowBounds) - 类 的构造器com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
FlexDefaultResultSetHandler.PendingRelation - com.mybatisflex.core.mybatis中的类
 
FlexDefaultResultSetHandler.UnMappedColumnAutoMapping - com.mybatisflex.core.mybatis中的类
 
FlexEnumTypeHandler<E extends Enum<E>> - com.mybatisflex.core.handler中的类
 
FlexEnumTypeHandler(Class<E>) - 类 的构造器com.mybatisflex.core.handler.FlexEnumTypeHandler
 
FlexExceptions - com.mybatisflex.core.exception中的类
MybatisFlexException 异常封装类
FlexExceptions() - 类 的构造器com.mybatisflex.core.exception.FlexExceptions
 
FlexGlobalConfig - com.mybatisflex.core中的类
全局配置文件
FlexGlobalConfig() - 类 的构造器com.mybatisflex.core.FlexGlobalConfig
 
FlexGlobalConfig.KeyConfig - com.mybatisflex.core中的类
对应的是 注解 Id 的配置
flexId - 类 中的静态变量com.mybatisflex.core.keygen.KeyGenerators
flexId 主键生成器 FlexIDKeyGenerator
FlexIDKeyGenerator - com.mybatisflex.core.keygen.impl中的类
独创的 FlexID 算法(简单、好用): 特点: 1、保证 id 生成的顺序为时间顺序,越往后生成的 ID 值越大; 2、运行时,单台机器并发量在每秒钟 10w 以内; 3、运行时,无视时间回拨; 4、最大支持 99 台机器; 5、够用大概 300 年左右的时间; 缺点: 1、每台机器允许最大的并发量为 10w/s。
FlexIDKeyGenerator() - 类 的构造器com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
FlexIDKeyGenerator(long) - 类 的构造器com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
FlexMapperProxy<T> - com.mybatisflex.core.mybatis.binding中的类
 
FlexMapperProxy(SqlSession, Class<T>, Map<Method, MybatisMapperProxy.MapperMethodInvoker>, FlexConfiguration) - 类 的构造器com.mybatisflex.core.mybatis.binding.FlexMapperProxy
 
FlexMapperProxyFactory<T> - com.mybatisflex.core.mybatis.binding中的类
 
FlexMapperProxyFactory(Class<T>) - 类 的构造器com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
FlexMapperRegistry - com.mybatisflex.core.mybatis.binding中的类
 
FlexMapperRegistry(FlexConfiguration) - 类 的构造器com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
FlexMapWrapper(MetaObject, Map<String, Object>) - 类 的构造器com.mybatisflex.core.mybatis.FlexWrapperFactory.FlexMapWrapper
 
FlexPreparedStatementHandler - com.mybatisflex.core.mybatis中的类
 
FlexPreparedStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - 类 的构造器com.mybatisflex.core.mybatis.FlexPreparedStatementHandler
 
FlexResultSetHandler - com.mybatisflex.core.mybatis中的类
 
FlexResultSetHandler(Executor, MappedStatement, ParameterHandler, ResultHandler<?>, BoundSql, RowBounds) - 类 的构造器com.mybatisflex.core.mybatis.FlexResultSetHandler
 
FlexResultSetHandler.FlexCursor<T> - com.mybatisflex.core.mybatis中的类
 
FlexReuseExecutor - com.mybatisflex.core.mybatis.executor中的类
 
FlexReuseExecutor(Configuration, Transaction) - 类 的构造器com.mybatisflex.core.mybatis.executor.FlexReuseExecutor
 
FlexSimpleExecutor - com.mybatisflex.core.mybatis.executor中的类
 
FlexSimpleExecutor(Configuration, Transaction) - 类 的构造器com.mybatisflex.core.mybatis.executor.FlexSimpleExecutor
 
FlexSqlSessionFactoryBuilder - com.mybatisflex.core.mybatis中的类
 
FlexSqlSessionFactoryBuilder() - 类 的构造器com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
FlexStatementHandler - com.mybatisflex.core.mybatis中的类
参考 RoutingStatementHandler 主要作用: 1、替换 PreparedStatementHandler 为 FlexPreparedStatementHandler 2、进行数据审计
FlexStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - 类 的构造器com.mybatisflex.core.mybatis.FlexStatementHandler
 
FlexWrapperFactory - com.mybatisflex.core.mybatis中的类
 
FlexWrapperFactory() - 类 的构造器com.mybatisflex.core.mybatis.FlexWrapperFactory
 
FlexWrapperFactory.FlexBeanWrapper - com.mybatisflex.core.mybatis中的类
 
FlexWrapperFactory.FlexMapWrapper - com.mybatisflex.core.mybatis中的类
 
FLOOR - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
floor(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回小于或等于 x 的最大整数(向下取整)。
floor(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回小于或等于 x 的最大整数(向下取整)。
floor(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回小于或等于 x 的最大整数(向下取整)。
fnName - 类 中的变量com.mybatisflex.core.query.FunctionQueryColumn
 
fnName - 类 中的变量com.mybatisflex.core.query.StringFunctionQueryColumn
 
forceClear() - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
forDeleteBatchByIds(String, String, String[], Object[]) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forDeleteBatchByIds(String, String, String[], Object[]) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据主键批量删除
forDeleteBatchByIds(String, String, String[], Object[]) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteById(String, String, String[]) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forDeleteById(String, String, String[]) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据主键删除
forDeleteById(String, String, String[]) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forDeleteByQuery(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteEntityBatchByIds(TableInfo, Object[]) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forDeleteEntityBatchByIds(TableInfo, Object[]) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
实体 根据主键批量删除及逻辑删除
forDeleteEntityBatchByIds(TableInfo, Object[]) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteEntityBatchByQuery(TableInfo, QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forDeleteEntityBatchByQuery(TableInfo, QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
forDeleteEntityBatchByQuery(TableInfo, QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forDeleteEntityById(TableInfo) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forDeleteEntityById(TableInfo) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forHint(String) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forHint(String) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertBatchWithFirstRowColumns(String, String, List<Row>) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forInsertBatchWithFirstRowColumns(String, String, List<Row>) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertBatchWithFirstRowColumns(String, String, List<Row>) - 类 中的方法com.mybatisflex.core.dialect.impl.OracleDialect
 
forInsertEntity(TableInfo, Object, boolean) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forInsertEntity(TableInfo, Object, boolean) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertEntityBatch(TableInfo, Collection<?>) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forInsertEntityBatch(TableInfo, Collection<?>) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertEntityBatch(TableInfo, Collection<?>) - 类 中的方法com.mybatisflex.core.dialect.impl.OracleDialect
 
forInsertEntityWithPk(TableInfo, Object, boolean) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forInsertEntityWithPk(TableInfo, Object, boolean) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forInsertRow(String, String, Row) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forInsertRow(String, String, Row) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
FORMAT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
format(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
格式化函数,可以将数字 x 进行格式化,将 x 保留到小数点后 n 位,这个过程需要进行四舍五入。
format(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
格式化函数,可以将数字 x 进行格式化,将 x 保留到小数点后 n 位,这个过程需要进行四舍五入。
format(LambdaGetter<X>, LambdaGetter<N>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
格式化函数,可以将数字 x 进行格式化,将 x 保留到小数点后 n 位,这个过程需要进行四舍五入。
forObject(Object, ReflectorFactory) - 类 中的静态方法com.mybatisflex.core.table.EntityMetaObject
 
forSelectByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forSelectByQuery(QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forSelectEntityListByIds(TableInfo, Object[]) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forSelectEntityListByIds(TableInfo, Object[]) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forSelectOneById(String, String, String[], Object[]) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forSelectOneById(String, String, String[], Object[]) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forSelectOneEntityById(TableInfo) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forSelectOneEntityById(TableInfo) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdate() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
forUpdate() - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
forUpdateBatchById(String, String, List<Row>) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forUpdateBatchById(String, String, List<Row>) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateById(String, String, Row) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forUpdateById(String, String, Row) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据主键更新
forUpdateById(String, String, Row) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateByQuery(QueryWrapper, Row) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forUpdateByQuery(QueryWrapper, Row) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
根据查询更新
forUpdateByQuery(QueryWrapper, Row) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateEntity(TableInfo, Object, boolean) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forUpdateEntity(TableInfo, Object, boolean) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
forUpdateEntity(TableInfo, Object, boolean) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateEntityByQuery(TableInfo, Object, boolean, QueryWrapper) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
forUpdateEntityByQuery(TableInfo, Object, boolean, QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.ClickhouseDialectImpl
 
forUpdateEntityByQuery(TableInfo, Object, boolean, QueryWrapper) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
forUpdateNoWait() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
forUpdateNoWait() - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
FROM - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
from(Class<?>...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
from(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
from(QueryTable...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
from(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
from(Class<?>...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
from(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
from(QueryTable...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
from(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
FROM_DAYS - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
FROM_UNIXTIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
fromDays(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算从 0000 年 1 月 1 日开始 n 天后的日期。
fromDays(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算从 0000 年 1 月 1 日开始 n 天后的日期。
fromDays(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算从 0000 年 1 月 1 日开始 n 天后的日期。
fromUnixTime(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
把 UNIX 时间戳的时间转换为普通格式的时间。
fromUnixTime(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
把 UNIX 时间戳的时间转换为普通格式的时间。
fromUnixTime(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
把 UNIX 时间戳的时间转换为普通格式的时间。
FULL_JOIN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
fullJoin(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(String, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(Class<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryTable) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryTable, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
fullJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
fullJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
fullJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
fullJoin(Class<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
fullJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
fullJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
fullJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
fullJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(Class) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(Class, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
fullJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
FuncName - com.mybatisflex.core.constant中的类
支持的 SQL 函数名。
FuncName() - 类 的构造器com.mybatisflex.core.constant.FuncName
 
FunctionQueryColumn - com.mybatisflex.core.query中的类
数据库 聚合函数,例如 count(id) ,max(account.age) 等等
FunctionQueryColumn(String) - 类 的构造器com.mybatisflex.core.query.FunctionQueryColumn
 
FunctionQueryColumn(String, String...) - 类 的构造器com.mybatisflex.core.query.FunctionQueryColumn
 
FunctionQueryColumn(String, QueryColumn...) - 类 的构造器com.mybatisflex.core.query.FunctionQueryColumn
 

G

ge(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ge(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ge(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ge(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ge(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
大于等于 >=
ge(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
大于等于 >=
ge(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
大于等于 >=
GE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
ge(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于等于 >=
ge(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于等于 >=
ge(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于等于 >=
ge(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于等于 >=
ge(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ge(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ge(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ge(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ge(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ge(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ge(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ge(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ge(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
大于等于 >=
ge(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
大于等于 >=
ge(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
大于等于 >=
ge(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于等于 >=
ge(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于等于 >=
ge(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于等于 >=
ge(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于等于 >=
ge(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于等于 >=
ge(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于等于 >=
ge(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于等于 >=
ge(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于等于 >=
ge(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于等于 >=
ge(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于等于 >=
ge(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于等于 >=
ge(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于等于 >=
ge_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
generate(Object, String) - 接口 中的方法com.mybatisflex.core.keygen.IKeyGenerator
 
generate(Object, String) - 类 中的方法com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
generate(Object, String) - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
generate(Object, String) - 类 中的方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
generate(Object, String) - 类 中的方法com.mybatisflex.core.keygen.impl.UUIDKeyGenerator
 
generateULID(long) - 类 中的方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
generateULID(long, long) - 类 中的方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
genericType - 类 中的变量com.mybatisflex.core.handler.Fastjson2TypeHandler
 
genericType - 类 中的变量com.mybatisflex.core.handler.FastjsonTypeHandler
 
genericType - 类 中的变量com.mybatisflex.core.handler.GsonTypeHandler
 
genericType - 类 中的变量com.mybatisflex.core.handler.JacksonTypeHandler
 
get() - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
get(String, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
get(Class<T>) - 类 中的方法com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
 
get(Object) - 类 中的方法com.mybatisflex.core.util.FieldWrapper
 
get(T) - 接口 中的方法com.mybatisflex.core.util.LambdaGetter
返回实体类的属性
GET_DATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
GET_FORMAT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
GET_LOCT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
getAcceptedIssuers() - 类 中的方法com.mybatisflex.core.audit.http.HttpUtil.TrustAnyTrustManager
 
getActualTypeArguments() - 类 中的方法com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
getAddress() - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
getAlias() - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
getAlias() - 类 中的方法com.mybatisflex.core.query.QueryTable
 
getAlias() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
getAliasName(LambdaGetter<T>, boolean) - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getAllColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getAllFields(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getAllFields(Class<?>, Predicate<Field>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getAllMethods(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getAllMethods(Class<?>, Predicate<Method>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getAllValueArray() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
获取 queryWrapper 的参数 在构建 sql 的时候,需要保证 where 在 having 的前面
getAnyMethod(Class<?>, String...) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getArrayValue(Class<?>, List<T>) - 类 中的静态方法com.mybatisflex.core.field.FieldQueryManager
 
getAsKeyWord(IDialect) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
getAssignerForParamMap(Configuration, ResultSetMetaData, int, Map<String, ?>, String, String[], boolean) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
getAssignerForSingleParam(Configuration, ResultSetMetaData, int, Map<String, ?>, String, boolean) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
getAssociationType() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getAutoClearConfig() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getBatchSize() - 接口 中的方法com.mybatisflex.core.row.BatchArgsSetter
 
getBefore() - 类 中的方法com.mybatisflex.core.table.IdInfo
 
getBigDecimal(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getBigDecimal(String, BigDecimal) - 类 中的方法com.mybatisflex.core.row.Row
 
getBigInteger(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getBigInteger(String, BigInteger) - 类 中的方法com.mybatisflex.core.row.Row
 
getBizId() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getBoolean(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getBoolean(String, Boolean) - 类 中的方法com.mybatisflex.core.row.Row
 
getBoundSql() - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
getByEntityIdOpt(T) - 接口 中的方法com.mybatisflex.core.service.IService
根据实体主键查询数据。
getById(Serializable) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键查询一条数据。
getByIdOpt(Serializable) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键查询一条数据。
getByte(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getBytes(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getCache(String, Function<String, V>) - 类 中的静态方法com.mybatisflex.core.table.TableDef
 
getChildCondition() - 类 中的方法com.mybatisflex.core.query.Brackets
 
getChildCondition() - 类 中的方法com.mybatisflex.core.query.OperatorQueryCondition
 
getChildQueryWrapper(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
getChildSelect(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getChildSelect() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
getClock() - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
getCollectionType() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getCollectionValue(Class<?>, Collection) - 类 中的静态方法com.mybatisflex.core.field.FieldQueryManager
 
getCollectionWrapType(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
getColString(Object, int) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
getColumn() - 类 中的方法com.mybatisflex.core.query.Brackets
 
getColumn() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
getColumn() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
getColumnByProperty(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getColumnFields(Class<?>) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
getColumnInfoList() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getColumnName(boolean, Field, Column) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
getColumnPrefix(String, ResultMapping) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getColumns() - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
getColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getCombinedColumns(List<Class<?>>, Class<?>, List<String>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getComment() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
getComment() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getCondition() - 类 中的方法com.mybatisflex.core.query.QueryColumnAdapter
 
getConditionCaster() - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
getConditionParams(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getConditionValueArray(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getConditionValueArray() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
获取 queryWrapper 的参数 在构建 sql 的时候,需要保证 where 在 having 的前面
getConfig(Configuration) - 类 中的静态方法com.mybatisflex.core.FlexGlobalConfig
 
getConfig(String) - 类 中的静态方法com.mybatisflex.core.FlexGlobalConfig
 
getConfiguration() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getConfiguration() - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
getConnection() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getConnection(String, String) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getConnection(String, String) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
getContent() - 类 中的方法com.mybatisflex.core.query.RawQueryColumn
 
getContent() - 类 中的方法com.mybatisflex.core.query.RawQueryCondition
 
getContent() - 类 中的方法com.mybatisflex.core.query.RawQueryOrderBy
 
getContent() - 类 中的方法com.mybatisflex.core.query.RawQueryTable
 
getContext() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getContext(String) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getContext(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getContext(QueryWrapper, String) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getCurrentIndex() - 类 中的方法com.mybatisflex.core.mybatis.FlexResultSetHandler.FlexCursor
 
getCurrentType() - 类 中的静态方法com.mybatisflex.core.mybatis.MappedStatementTypes
 
getDataCenterId(long) - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
根据网卡 MAC 地址计算余数作为数据中心 ID。
getDataCenterId() - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
getDataSource() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getDataSource() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getDataSource() - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
getDataSource() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getDataSource(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getDataSource() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getDataSource() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getDataSourceMap() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getDataSourceMissingHandler() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
获取数据源缺失处理器。
getDataSourceMissingHandler() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
获取数据源缺失处理器。
getDataSourceProcessor() - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
getDataSourceShardingStrategy() - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
getDate() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
SQL SWERVER 返回当前日期和时间。
getDate(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getDate(String, Date) - 类 中的方法com.mybatisflex.core.row.Row
 
getDateTimeFormatter(String) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
getDbType(String) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getDbType(DataSource) - 类 中的静态方法com.mybatisflex.core.dialect.DbTypeUtil
获取当前配置的 DbType
getDbType() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getDbTypeHashMap() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getDecipher() - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
getDefaultConfig() - 类 中的静态方法com.mybatisflex.core.FlexGlobalConfig
 
getDefaultDataSource() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getDefaultDataSourceKey() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getDefaultDbType() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
getDefaultMaxPageSize() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getDefaultPageSize() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getDefaultPrimaryProperty(String, Class<?>, String) - 类 中的静态方法com.mybatisflex.core.relation.AbstractRelation
 
getDefaultQueryColumn() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getDefaultQueryColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getDefaultQueryDepth() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getDefaultRelationQueryDepth() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getDeletedValueOfLogicDelete() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getDialect() - 类 中的静态方法com.mybatisflex.core.dialect.DialectFactory
获取方言
getDiscriminatorValue(ResultSet, Discriminator, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getDouble(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getDouble(String, Double) - 类 中的方法com.mybatisflex.core.row.Row
 
getDsName() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getDynamicSchemaProcessor() - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
getDynamicTableProcessor() - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
getElapsedTime() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getEndFragments() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getEndFragments(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getEntities(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getEntity(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getEntityClass() - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
getEntityClass() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getEntityClass(Class<?>) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
getEntityClass(Class<?>, Type[]) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
getEntityInsertListeners() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getEntitySetListeners() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getEntityUpdateListeners() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getEnum(Object) - 类 中的方法com.mybatisflex.core.util.EnumWrapper
 
getEnumClass() - 类 中的方法com.mybatisflex.core.util.EnumWrapper
 
getEnums() - 类 中的方法com.mybatisflex.core.util.EnumWrapper
 
getEnumValue(Object) - 类 中的方法com.mybatisflex.core.util.EnumWrapper
获取枚举值 顺序: 1、@EnumValue标识的get方法 2、@EnumValue标识的属性 3、没有使用@EnumValue,取枚举name
getEnvironmentId() - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
getExtraConditionParams() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getExtraConditionParams(List<String>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getField() - 类 中的方法com.mybatisflex.core.util.FieldWrapper
 
getFieldName() - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
getFieldName(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getFieldName(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getFieldNameMap() - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getFieldType() - 类 中的方法com.mybatisflex.core.util.FieldWrapper
 
getFieldWrapper() - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
getFirstField(Class<?>, Predicate<Field>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getFirstMethod(Class<?>, Predicate<Method>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getFirstMethodByAnnotation(Class<?>, Class<? extends Annotation>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getFirstResultSet(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getFloat(String, Float) - 类 中的方法com.mybatisflex.core.row.Row
 
getFloat(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getFnName() - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
getFnName() - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
getFormat(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
根据字符串 s 获取 type 类型数据的显示格式。
getFormat(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
根据字符串 s 获取 type 类型数据的显示格式。
getFormat(LambdaGetter<T>, LambdaGetter<S>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
根据字符串 s 获取 type 类型数据的显示格式。
getFullSql() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getGetterMethod() - 类 中的方法com.mybatisflex.core.util.EnumWrapper
 
getGetterMethods() - 枚举 中的方法com.mybatisflex.core.datasource.DataSourceProperty
 
getGlobalConfigs() - 类 中的静态方法com.mybatisflex.core.FlexGlobalConfig
 
getGroupByColumns() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getGroupByColumns(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getGson() - 类 中的静态方法com.mybatisflex.core.handler.GsonTypeHandler
 
getHavingQueryCondition() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getHavingQueryCondition(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getHint() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getHint(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getHintDbType() - 类 中的静态方法com.mybatisflex.core.dialect.DialectFactory
获取当前线程的 dbType
getHintSchemaMapping(String) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
getHintTableMapping(String) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
getHostIp() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getHostIp() - 类 中的方法com.mybatisflex.core.audit.DefaultMessageFactory
 
getHostIp() - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
getHttpConnection(String, String, Map<String, String>) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
getIdValue(Object, int) - 类 中的静态方法com.mybatisflex.core.util.UpdateEntity
 
getIgnoreCase(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getIgnoreCase(String, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
getIgnoreFunction() - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
getIgnoreRelations() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getImplClass(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getImplClass0(SerializedLambda) - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getImplClassName(SerializedLambda) - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getInsertAttrs() - 类 中的方法com.mybatisflex.core.row.Row
 
getInsertAttrs(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
getInsertListener(Class<?>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getInsertPrimaryKeys() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getInstance() - 类 中的静态方法com.mybatisflex.core.MybatisFlexBootstrap
 
getInstance() - 类 中的静态方法com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
 
getInt(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getInt(String, Integer) - 类 中的方法com.mybatisflex.core.row.Row
 
getJavaType() - 类 中的方法com.mybatisflex.core.handler.JacksonTypeHandler
 
getJdbcType() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
getJdbcUrl(DataSource) - 类 中的静态方法com.mybatisflex.core.dialect.DbTypeUtil
通过数据源中获取 jdbc 的 url 配置 符合 HikariCP, druid, c3p0, DBCP, beecp 数据源框架 以及 MyBatis UnpooledDataSource 的获取规则 UnpooledDataSource 参考 @UnpooledDataSource.getUrl()
getJdkProxySuperClass(Class<T>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getJoinQueryCondition(Join) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getJoinQueryTable(Join) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getJoins() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getJoins(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getJoinSelfColumn() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getJoinTable() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getJoinTables() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getJoinTables(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getJoinTargetColumn() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getJoinType(Join) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getJoinValueArray(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getJoinValueArray() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
获取 queryWrapper 的参数 在构建 sql 的时候,需要保证 where 在 having 的前面
getJvmVersion0() - 类 中的静态方法com.mybatisflex.core.util.MapUtil
 
getKey() - 类 中的方法com.mybatisflex.core.query.UnionWrapper
 
getKeyColumn() - 类 中的方法com.mybatisflex.core.row.RowKey
 
getKeyColumnNames() - 接口 中的方法com.mybatisflex.core.keygen.IMultiKeyGenerator
数据库主键的列名
getKeyColumnNames() - 类 中的方法com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
自动生成主键的 columns 字段
getKeyColumnNames() - 类 中的方法com.mybatisflex.core.keygen.RowKeyGenerator
数据库主键定义的 key
getKeyColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getKeyConfig() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getKeyGenerator(String) - 类 中的静态方法com.mybatisflex.core.keygen.KeyGeneratorFactory
获取 主键生成器
getKeyProperties() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getKeyType() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
getKeyType(IdInfo, FlexGlobalConfig.KeyConfig) - 类 中的静态方法com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
获取主键的 keyType,优先通过 @id 获取,获取不到通过全局配置获取
getKeyType() - 类 中的方法com.mybatisflex.core.row.RowKey
 
getKeyType() - 类 中的方法com.mybatisflex.core.table.IdInfo
 
getKeyType() - 类 中的方法com.mybatisflex.core.util.FieldWrapper
 
getKeyValue(IdInfo, FlexGlobalConfig.KeyConfig) - 类 中的静态方法com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
getKeywords() - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
getLargeColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getLastTimeMillis() - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
getLimitOffset() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getLimitOffset(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getLimitRows() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getLimitRows(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getLocalDateTime(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getLocalDateTime(String, LocalDateTime) - 类 中的方法com.mybatisflex.core.row.Row
 
getLocalizedMessage() - 异常错误 中的方法com.mybatisflex.core.exception.MybatisFlexException
 
getLocalizedString(Locale) - 接口 中的方法com.mybatisflex.core.exception.locale.Localizable
获取本地化字符串。
getLocalizedString(Locale) - 枚举 中的方法com.mybatisflex.core.exception.locale.LocalizedFormats
 
getLogic() - 类 中的方法com.mybatisflex.core.query.Brackets
 
getLogic() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
getLogicDeleteColumn() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getLogicDeleteColumn(String) - 类 中的静态方法com.mybatisflex.core.logicdelete.LogicDeleteManager
获取逻辑删除列,返回 null 表示跳过逻辑删除。
getLogicDeleteColumn() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getLogicDeleteColumnOrSkip() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getLogicDeletedValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.BooleanLogicDeleteProcessor
逻辑删除字段值为 true 表示数据删除。
getLogicDeletedValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.DateTimeLogicDeleteProcessor
逻辑删除字段值为 NOW() 表示数据删除,并记录删除时间。
getLogicDeletedValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
getLogicDeletedValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.IntegerLogicDeleteProcessor
逻辑删除字段值为 1 表示数据删除。
getLogicDeletedValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.PrimaryKeyLogicDeleteProcessor
逻辑删除后,则更新逻辑删除字段值为主键的值。
getLogicDeletedValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.TimeStampLogicDeleteProcessor
逻辑删除字段值为 NOW() 表示数据删除,并记录删除时时间戳。
getLogicDeletedValue() - 接口 中的方法com.mybatisflex.core.logicdelete.LogicDeleteProcessor
获取逻辑删除列删除时标记值。
getLogicNormalValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.BooleanLogicDeleteProcessor
逻辑删除字段值为 false 表示数据未删除。
getLogicNormalValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
getLogicNormalValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.IntegerLogicDeleteProcessor
逻辑删除字段值为 0 表示数据未删除。
getLogicNormalValue() - 类 中的方法com.mybatisflex.core.logicdelete.impl.TimeStampLogicDeleteProcessor
逻辑删除字段值为 0 表示数据未删除。
getLogicNormalValue() - 接口 中的方法com.mybatisflex.core.logicdelete.LogicDeleteProcessor
获取逻辑删除列未删除标记值。
getLogicNormalValue() - 类 中的方法com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
逻辑删除字段值为 null 表示数据未删除。
getLogImpl() - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
getLoginTimeout() - 类 中的方法com.mybatisflex.core.datasource.AbstractDataSource
Returns 0, indicating the default system timeout is to be used.
getLogWriter() - 类 中的方法com.mybatisflex.core.datasource.AbstractDataSource
LogWriter methods are not supported.
getLong(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getLong(String, Long) - 类 中的方法com.mybatisflex.core.row.Row
 
getLongNumber(List<Object>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
getMappedStatement(String) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
getMapper(Class<T>, SqlSession) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
getMapper(Class<T>, SqlSession) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
getMapper(Class<T>) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
直接获取 mapper 对象执行
getMapper() - 接口 中的方法com.mybatisflex.core.service.IService
获取对应实体类(Entity)的基础映射类(BaseMapper)。
getMapperInterface() - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
getMapperRegistry() - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
getMappers() - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
Gets the mappers.
getMappers() - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
getMappingType() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getMappingType() - 类 中的方法com.mybatisflex.core.util.FieldWrapper
 
getMapValue(Class<?>, Map) - 类 中的静态方法com.mybatisflex.core.field.FieldQueryManager
 
getMapWrapType(Class<?>) - 类 中的静态方法com.mybatisflex.core.relation.ToManyRelation
 
getMaskType() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
getMaxDepth() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getMessage() - 异常错误 中的方法com.mybatisflex.core.exception.MybatisFlexException
 
getMessage(Locale) - 异常错误 中的方法com.mybatisflex.core.exception.MybatisFlexException
 
getMessageCollector() - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
getMessageFactory() - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
getMessages() - 类 中的方法com.mybatisflex.core.audit.AbstractMessageCollector
 
getMessageSender() - 类 中的方法com.mybatisflex.core.audit.AbstractMessageCollector
 
getMetas() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getMethodCache() - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
getMethodDsKey(Method, Object) - 类 中的静态方法com.mybatisflex.core.mybatis.binding.FlexMapperProxy
 
getMethodHandleJava8(Method) - 类 中的方法com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
getMethodHandleJava9(Method) - 类 中的方法com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
getModifyAttrs() - 类 中的方法com.mybatisflex.core.row.Row
 
getModifyAttrs(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
getModule() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getName() - 枚举 中的方法com.mybatisflex.core.dialect.DbType
 
getName() - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
getName() - 类 中的方法com.mybatisflex.core.query.QueryTable
 
getName() - 类 中的方法com.mybatisflex.core.query.WithItem
 
getName() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getNameWithSchema() - 类 中的方法com.mybatisflex.core.query.QueryTable
 
getNestedQueryConstructorValue(ResultSet, ResultMapping, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getNestedQueryMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getNestedResultMap(ResultSet, String, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getNextCondition(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getNextEffectiveCondition() - 类 中的方法com.mybatisflex.core.query.Brackets
 
getNextEffectiveCondition() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
getNextResultSet(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getNormalValueOfLogicDelete() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getNullableResult(ResultSet, String) - 类 中的方法com.mybatisflex.core.handler.BaseJsonTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法com.mybatisflex.core.handler.BaseJsonTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法com.mybatisflex.core.handler.BaseJsonTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法com.mybatisflex.core.handler.CommaSplitTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法com.mybatisflex.core.handler.CommaSplitTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法com.mybatisflex.core.handler.CommaSplitTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法com.mybatisflex.core.handler.FlexEnumTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法com.mybatisflex.core.handler.FlexEnumTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法com.mybatisflex.core.handler.FlexEnumTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法com.mybatisflex.core.mask.MaskTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法com.mybatisflex.core.mask.MaskTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法com.mybatisflex.core.mask.MaskTypeHandler
 
getObj(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
查询结果集中第一列,且第一条数据。
getObjAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.service.IService
查询结果集中第一列,且第一条数据,并转换为指定类型,比如 Long, String 等。
getObjAsOpt(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.service.IService
查询结果集中第一列,且第一条数据,并转换为指定类型,比如 Long, String 等,封装为 Optional 返回。
getObjectMapper() - 类 中的静态方法com.mybatisflex.core.handler.JacksonTypeHandler
 
getObjOpt(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
查询结果集中第一列,且第一条数据,并封装为 Optional 返回。
getOffsetPeriod() - 类 中的静态方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
getOnCondition() - 类 中的方法com.mybatisflex.core.query.Join
 
getOne(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询一条数据。
getOne(QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询一条数据。
getOneAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询一条数据,并通过 asType 进行接收。
getOneAsOpt(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询一条数据。
getOneByEntityId(T) - 接口 中的方法com.mybatisflex.core.service.IService
根据实体主键查询数据。
getOneOpt(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询一条数据。
getOneOpt(QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询一条数据。
getOnInsertColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getOnInsertListeners() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getOnSetListeners() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getOnUpdateColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getOnUpdateListeners() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getOptimisticLockColumn(String) - 类 中的静态方法com.mybatisflex.core.optimisticlock.OptimisticLockManager
获取乐观锁列,返回 null 表示跳过乐观锁。
getOptimisticLockColumnOrSkip() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getOrderBys() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getOrderBys(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getOwnerType() - 类 中的方法com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
getPageNumber() - 类 中的方法com.mybatisflex.core.paginate.Page
获取当前页码。
getPageSize() - 类 中的方法com.mybatisflex.core.paginate.Page
获取当前每页数据数量。
getParameterHandler() - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
getParams() - 类 中的方法com.mybatisflex.core.query.RawQueryColumn
 
getParams() - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
getParams() - 类 中的方法com.mybatisflex.core.query.WithItem
 
getParams() - 类 中的方法com.mybatisflex.core.query.WithStringDetail
 
getParams() - 类 中的方法com.mybatisflex.core.update.RawValue
 
getParamString(Object[], int) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.DistinctQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
getParamValues() - 接口 中的方法com.mybatisflex.core.query.HasParamsColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.IfFunctionQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.NegativeQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.QueryColumnAdapter
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.RawQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.SelectQueryColumn
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.With
 
getParamValues() - 接口 中的方法com.mybatisflex.core.query.WithDetail
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.WithItem
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.WithSelectDetail
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.WithStringDetail
 
getParamValues() - 类 中的方法com.mybatisflex.core.query.WithValuesDetail
 
getParentLogger() - 类 中的方法com.mybatisflex.core.datasource.AbstractDataSource
 
getPattern(String) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
getPkValue(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
获取主键值
getPlatform() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getPrefix() - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
getPrevEffectiveCondition(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getPrevEffectiveCondition() - 类 中的方法com.mybatisflex.core.query.QueryCondition
获取上一个 “有效” 的条件
getPrimaryColumns() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getPrimaryKeyList() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getPrimaryKeys(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getPrimaryKeys() - 类 中的方法com.mybatisflex.core.row.Row
 
getPrimaryValues(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getPrimitiveDefaultValue(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
getProcessor() - 类 中的静态方法com.mybatisflex.core.logicdelete.LogicDeleteManager
获取逻辑删除处理器。
getProcessorMap() - 类 中的静态方法com.mybatisflex.core.mask.MaskManager
 
getProperty() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
getProperty() - 类 中的方法com.mybatisflex.core.util.EnumWrapper
 
getPropertyColumnMapping() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getPropertyMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getPropertyType() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
getPropertyType() - 类 中的方法com.mybatisflex.core.util.EnumWrapper
 
getPropertyValue(MetaObject, String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getQuery() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getQueryBuilder() - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
getQueryColumn(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getQueryColumnByProperty(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getQueryColumns() - 类 中的方法com.mybatisflex.core.query.DistinctQueryColumn
 
getQueryCount() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getQueryParams() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getQueryRelations() - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getQueryTable() - 类 中的方法com.mybatisflex.core.query.Join
 
getQueryTables() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getQueryTables(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getQueryTime() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getQueryWrapper(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getQueryWrapper(SelectQueryColumn) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getQueryWrapper() - 类 中的方法com.mybatisflex.core.query.OperatorSelectCondition
 
getQueryWrapper() - 类 中的方法com.mybatisflex.core.query.SelectQueryColumn
 
getQueryWrapper() - 类 中的方法com.mybatisflex.core.query.SelectQueryTable
 
getQueryWrapper() - 类 中的方法com.mybatisflex.core.query.UnionWrapper
 
getQueryWrapper() - 类 中的方法com.mybatisflex.core.query.WithSelectDetail
 
getQueryWrapper() - 类 中的方法com.mybatisflex.core.query.WithValuesDetail
 
getRandomInt() - 类 中的方法com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
getRawSQL() - 类 中的方法com.mybatisflex.core.query.WithStringDetail
 
getRawType() - 类 中的方法com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
getRawValueMap() - 类 中的方法com.mybatisflex.core.row.Row
 
getRawValueMap(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
getRealSchema(String, String, OperateType) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
getRealSchema(String, String, OperateType) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
getRealTable(String, OperateType) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
getRealTable(String, OperateType) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
getRecords() - 类 中的方法com.mybatisflex.core.paginate.Page
获取当前页的数据。
getReflector() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getReflectorFactory() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getRelationField() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getRelationFieldWrapper() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getRelations(Class<?>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
getResult(ResultSet, String) - 类 中的方法com.mybatisflex.core.handler.CompositeEnumTypeHandler
 
getResult(ResultSet, int) - 类 中的方法com.mybatisflex.core.handler.CompositeEnumTypeHandler
 
getResult(CallableStatement, int) - 类 中的方法com.mybatisflex.core.handler.CompositeEnumTypeHandler
 
getResult(ResultSet, String) - 类 中的方法com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
getResult(ResultSet, int) - 类 中的方法com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
getResult(CallableStatement, int) - 类 中的方法com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
getResultMappingsForRowKey(ResultMap) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getResultSet(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getRow(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getRow() - 类 中的方法com.mybatisflex.core.row.DbChain
 
getRows(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getRowValue(ResultSetWrapper, ResultMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getRowValue(ResultSetWrapper, ResultMap, CacheKey, String, Object) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
getSchema() - 类 中的方法com.mybatisflex.core.query.QueryTable
 
getSchema() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getSchemaAndTableName(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
getSchemaName(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getSelectColumns() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getSelectColumns(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getSelectOneResult(List<T>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
搬运加改造 DefaultSqlSession.selectOne(String, Object)
getSelectTable(List<QueryTable>, QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
getSelfEntityClass() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getSelfField() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getSelfFieldValues(List<SelfEntity>) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getSelfFieldWrapper() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getSequence() - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
getSerializedLambda(Serializable) - 类 中的静态方法com.mybatisflex.core.util.LambdaUtil
 
getSetListener(Class<?>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getSetterMethods() - 枚举 中的方法com.mybatisflex.core.datasource.DataSourceProperty
 
getSetterMethods(Class<?>) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
getShardingDsKey(String, Object, Method, Object[]) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
getShardingDsKey(String, Object, Method, Object[]) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
getShort(String, Short) - 类 中的方法com.mybatisflex.core.row.Row
 
getShort(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getSimpleDateFormat(String) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
getSimpleName() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getSourceString() - 接口 中的方法com.mybatisflex.core.exception.locale.Localizable
获取源(非本地化)字符串。
getSourceString() - 枚举 中的方法com.mybatisflex.core.exception.locale.LocalizedFormats
 
getSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
获取函数括号里面的 SQL 内容。
getSqlArgs(int) - 接口 中的方法com.mybatisflex.core.row.BatchArgsSetter
 
getSqlserverDbType(DataSource) - 类 中的静态方法com.mybatisflex.core.dialect.DbTypeUtil
通过数据源获取 SQLserver 版本
getSqlSessionFactory() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getSqlString(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getString(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getString(String, String) - 类 中的方法com.mybatisflex.core.row.Row
 
getSuffix() - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
getSupportedInsertListener(Class<?>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
获取支持该 entityClass 的insert监听器 当registerClass是entityClass的本身或其超类时,则视为支持
getSupportedSetListener(Class<?>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
获取支持该 entityClass 的set监听器 当registerClass是entityClass的本身或其超类时,则视为支持
getSupportedUpdateListener(Class<?>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
获取支持该 entityClass 的update监听器 当registerClass是entityClass的本身或其超类时,则视为支持
getTable() - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
getTableInfo(MappedStatement) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
getTableInfo(ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getTableInfos(ProviderContext, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
 
getTableName(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getTableName() - 类 中的方法com.mybatisflex.core.table.TableDef
兼容方法,与 QueryTable.getName() 相同。
getTableName() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getTableNameWithAlias(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
getTableNameWithSchema() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getTargetEntityClass() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getTargetEntityClass(Class<?>, Field) - 类 中的静态方法com.mybatisflex.core.relation.AbstractRelation
 
getTargetField() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getTargetFieldWrapper() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getTargetMappingValue(List<Row>, Object) - 类 中的方法com.mybatisflex.core.relation.ToOneRelation
 
getTargetSchema() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getTargetTable() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getTargetTableInfo() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getTargetTableWithSchema() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getTenantColumn() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getTenantFactory() - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
 
getTenantIdColumn() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getTenantIds() - 接口 中的方法com.mybatisflex.core.tenant.TenantFactory
已过时。
getTenantIds(String) - 接口 中的方法com.mybatisflex.core.tenant.TenantFactory
 
getTenantIds() - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
已过时。
getTenantIds(String) - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
 
getterMethod - 类 中的变量com.mybatisflex.core.util.EnumWrapper
 
getterMethod - 类 中的变量com.mybatisflex.core.util.FieldWrapper
 
getTick() - 接口 中的方法com.mybatisflex.core.audit.Clock
 
getTime(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getTime(String, Time) - 类 中的方法com.mybatisflex.core.row.Row
 
getTimestamp(String) - 类 中的方法com.mybatisflex.core.row.Row
 
getTimestamp(String, Timestamp) - 类 中的方法com.mybatisflex.core.row.Row
 
getTotalPage() - 类 中的方法com.mybatisflex.core.paginate.Page
获取数据总数。
getTotalRow() - 类 中的方法com.mybatisflex.core.paginate.Page
获取数据总数。
getTransactionFactory() - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
getTwepoch() - 类 中的静态方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
getUnions() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getUnions(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getUnMappedColumnHandler() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getUpdateListener(Class<?>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getUpdates() - 类 中的方法com.mybatisflex.core.row.Row
 
getUpdates() - 类 中的方法com.mybatisflex.core.update.ModifyAttrsRecordHandler
 
getUpdates() - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
getUrl() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getUrl() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
getUsefulClass(Class<T>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getUser() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getUserIp() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
getValue() - 枚举 中的方法com.mybatisflex.core.constant.SqlOperator
 
getValue() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
getValue() - 类 中的方法com.mybatisflex.core.mybatis.TypeHandlerObject
获取未处理的原始值。
getValue(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
getValue() - 类 中的方法com.mybatisflex.core.query.Brackets
 
getValue() - 类 中的方法com.mybatisflex.core.query.OperatorQueryCondition
 
getValue() - 类 中的方法com.mybatisflex.core.query.OperatorSelectCondition
 
getValue() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
getValue() - 类 中的方法com.mybatisflex.core.query.QueryConditionAdapter
 
getValue() - 类 中的方法com.mybatisflex.core.row.RowKey
 
getValue() - 类 中的方法com.mybatisflex.core.table.IdInfo
 
getValue(Object, String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getValue() - 枚举 中的方法com.mybatisflex.core.transaction.Propagation
 
getValueArray(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getValueArray() - 类 中的方法com.mybatisflex.core.query.QueryTable
 
getValueArray() - 类 中的方法com.mybatisflex.core.query.SelectQueryTable
 
getValueField() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
getValues(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
getValues(QueryCondition, List<Object>) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
getVersionColumn() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
getVersionColumn() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getWhereQueryCondition() - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
getWhereQueryCondition(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getWith(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
getWithDetail() - 类 中的方法com.mybatisflex.core.query.WithItem
 
getWithItems() - 类 中的方法com.mybatisflex.core.query.With
 
getWorkerId(long, long) - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
根据 MAC + PID 的 hashCode 获取 16 个低位生成工作机器 ID。
getWorkerId() - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
getWrapperFor(MetaObject, Object) - 类 中的方法com.mybatisflex.core.mybatis.FlexWrapperFactory
 
getWrapSchemaAndTableName(IDialect, OperateType) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
getWrapType(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
getXID() - 类 中的静态方法com.mybatisflex.core.transaction.TransactionContext
 
globalConfigs - 类 中的静态变量com.mybatisflex.core.FlexGlobalConfig
 
GROUP_BY - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
GROUP_CONCAT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
groupBy(String...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
groupBy(QueryColumn...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
groupBy(LambdaGetter<E>...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
groupBy(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
groupBy(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
groupBy(QueryColumn) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
groupBy(QueryColumn...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
groupBy(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
groupBy(LambdaGetter<T>...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
groupBy(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
groupBy(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
groupBy(QueryColumn) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
groupBy(QueryColumn...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
groupBy(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
groupBy(LambdaGetter<T>...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
groupByColumns - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
groupConcat(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
分组值拼接
gson - 类 中的静态变量com.mybatisflex.core.handler.GsonTypeHandler
 
GsonTypeHandler - com.mybatisflex.core.handler中的类
 
GsonTypeHandler(Class<?>) - 类 的构造器com.mybatisflex.core.handler.GsonTypeHandler
 
GsonTypeHandler(Class<?>, Class<?>) - 类 的构造器com.mybatisflex.core.handler.GsonTypeHandler
 
gt(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
gt(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
gt(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
gt(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
gt(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
大于 >
gt(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
大于 >
gt(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
大于 >
GT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
gt(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于 >
gt(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于 >
gt(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于 >
gt(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
大于 >
gt(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
gt(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
gt(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
gt(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
gt(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
gt(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
gt(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
gt(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
gt(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
大于 >
gt(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
大于 >
gt(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
大于 >
gt(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于 >
gt(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于 >
gt(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于 >
gt(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于 >
gt(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于 >
gt(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
大于 >
gt(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于 >
gt(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于 >
gt(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于 >
gt(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于 >
gt(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于 >
gt(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
大于 >
gt_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 

H

handle(String, Map<String, DataSource>) - 接口 中的方法com.mybatisflex.core.datasource.DataSourceMissingHandler
处理缺失数据源的核心方法。
handleCursorResultSets(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleCursorResultSets(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexResultSetHandler
从写 handleCursorResultSets, 用于适配在事务下自动关闭 Cursor
handleOutputParameters(CallableStatement) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleRefCursorOutputParameter(ResultSet, ParameterMapping, MetaObject) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleResultSet(ResultSetWrapper, ResultMap, List<Object>, ResultMapping) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleResultSets(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleRowValues(ResultSetWrapper, ResultMap, ResultHandler<?>, RowBounds, ResultMapping) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleRowValuesForNestedResultMap(ResultSetWrapper, ResultMap, ResultHandler<?>, RowBounds, ResultMapping) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleRowValuesForSimpleResultMap(ResultSetWrapper, ResultMap, ResultHandler<?>, RowBounds, ResultMapping) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
handleUnMappedColumn(MetaObject, String, Object) - 接口 中的方法com.mybatisflex.core.mybatis.UnMappedColumnHandler
 
hasCondition() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
判断当前 QueryWrapper 是否包含 WHERE 查询条件。
hasDistinct(List<QueryColumn>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
hasEnumValueAnnotation - 类 中的变量com.mybatisflex.core.util.EnumWrapper
 
hasEnumValueAnnotation() - 类 中的方法com.mybatisflex.core.util.EnumWrapper
 
hasGeneratedKeys() - 接口 中的方法com.mybatisflex.core.keygen.IMultiKeyGenerator
是否需要数据库生成主键
hasGeneratedKeys() - 类 中的方法com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
是否需要数据库 自动生成主键
hasGeneratedKeys() - 类 中的方法com.mybatisflex.core.keygen.RowKeyGenerator
是否需要数据库生成主键
hasGroupBy(List<QueryColumn>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
hash(String, String) - 类 中的静态方法com.mybatisflex.core.audit.http.HashUtil
 
hashCode() - 类 中的方法com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
hashCode() - 类 中的方法com.mybatisflex.core.row.RowKey
 
HashUtil - com.mybatisflex.core.audit.http中的类
Hash 工具类。
HashUtil() - 类 的构造器com.mybatisflex.core.audit.http.HashUtil
 
hasMapper(Class<T>) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 
hasMapper(Class<?>) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
hasNext() - 类 中的方法com.mybatisflex.core.paginate.Page
是否存在下一页。
HasParamsColumn - com.mybatisflex.core.query中的接口
 
hasPrevious() - 类 中的方法com.mybatisflex.core.paginate.Page
是否存在上一页。
hasRecords() - 类 中的方法com.mybatisflex.core.paginate.Page
当前页是否有记录(有内容)。
hasText(String) - 类 中的静态方法com.mybatisflex.core.query.If
 
hasText(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
hasTypeHandlerForResultObject(ResultSetWrapper, Class<?>) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
hasUnion(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
hasWrapperFor(Object) - 类 中的方法com.mybatisflex.core.mybatis.FlexWrapperFactory
 
having(QueryCondition) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
HAVING - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
having(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
having(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
havingQueryCondition - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
HEX - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
hex(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的十六进制编码。
hex(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的十六进制编码。
hex(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的十六进制编码。
HEX_DIGITS - 类 中的静态变量com.mybatisflex.core.audit.http.HashUtil
 
hint - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
hint(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
hint(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
HINT_END - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
HINT_START - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
hold(String, String, Connection) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
holdCursor(Cursor<?>) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionContext
 
holdXID(String) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionContext
 
hostIp - 类 中的变量com.mybatisflex.core.audit.AuditMessage
执行这个 SQL 的服务器 IP 地址。
hostIp - 类 中的变量com.mybatisflex.core.audit.DefaultMessageFactory
 
HOUR - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
hour(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的小时值。
hour(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的小时值。
hour(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的小时值。
HttpMessageReporter - com.mybatisflex.core.audit.http中的类
 
HttpMessageReporter(String, String, HttpMessageReporter.JSONFormatter) - 类 的构造器com.mybatisflex.core.audit.http.HttpMessageReporter
 
HttpMessageReporter.JSONFormatter - com.mybatisflex.core.audit.http中的接口
 
HttpUtil - com.mybatisflex.core.audit.http中的类
Http 工具类。
HttpUtil() - 类 的构造器com.mybatisflex.core.audit.http.HttpUtil
 
HttpUtil.TrustAnyHostnameVerifier - com.mybatisflex.core.audit.http中的类
https 域名校验
HttpUtil.TrustAnyTrustManager - com.mybatisflex.core.audit.http中的类
https 证书管理

I

ID_CARD_NUMBER - 类 中的静态变量com.mybatisflex.core.mask.Masks
身份证号脱敏
ID_CARD_NUMBER_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
身份证号脱敏处理器 身份证号的保留前三后四,中间的数为星号 "*"
IDialect - com.mybatisflex.core.dialect中的接口
 
idInfo - 类 中的变量com.mybatisflex.core.keygen.CustomKeyGenerator
 
IdInfo - com.mybatisflex.core.table中的类
 
IdInfo(Id) - 类 的构造器com.mybatisflex.core.table.IdInfo
 
If - com.mybatisflex.core.query中的类
 
If() - 类 的构造器com.mybatisflex.core.query.If
 
if_(QueryCondition, String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IF 函数。
if_(QueryCondition, QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IF 函数。
if_(QueryCondition, LambdaGetter<T>, LambdaGetter<F>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IF 函数。
IfFunctionQueryColumn - com.mybatisflex.core.query中的类
IF 函数查询列。
IfFunctionQueryColumn(QueryCondition, QueryColumn, QueryColumn) - 类 的构造器com.mybatisflex.core.query.IfFunctionQueryColumn
 
ifNull(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(LambdaGetter<N>, LambdaGetter<E>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(LambdaGetter<N>, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ifNull(LambdaGetter<N>, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
IFNULL 函数。
ignore - 类 中的变量com.mybatisflex.core.table.ColumnInfo
是否忽略
IGNORE_BLANK - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
 
IGNORE_EMPTY - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
 
IGNORE_NONE - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
 
IGNORE_NULL - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
内置的可选的忽略规则
IGNORE_NULLS - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
ignoreColumnTypes - 类 中的静态变量com.mybatisflex.core.table.TableInfoFactory
 
ignoreFlags - 类 中的静态变量com.mybatisflex.core.tenant.TenantManager
 
ignoreFunction - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
自定义全局的自动忽略参数的方法。
ignoreRelations(String...) - 类 中的方法com.mybatisflex.core.activerecord.query.RelationsQuery
 
ignoreRelations(LambdaGetter<L>...) - 类 中的方法com.mybatisflex.core.activerecord.query.RelationsQuery
 
ignoreRelations(String...) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
忽略查询部分 Relations 注解标记的属性。
ignoreRelations(LambdaGetter<L>...) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
忽略查询部分 Relations 注解标记的属性。
ignoreRelations - 类 中的静态变量com.mybatisflex.core.relation.RelationManager
查询时,可忽略某些已经添加 Relation 注解的属性
ignoreSchema - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
全局忽略 @Table 中配置的 schema
ignoreTenantCondition() - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
忽略 tenant 条件
IKeyGenerator - com.mybatisflex.core.keygen中的接口
 
implClassMap - 类 中的静态变量com.mybatisflex.core.util.LambdaUtil
 
IMultiKeyGenerator - com.mybatisflex.core.keygen中的接口
 
in(Object...) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Object[], boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Object[], BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(T[], Predicate<T[]>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Collection<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(Collection<?>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
in(QueryModel<R>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
IN(value)
in(QueryModel<R>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
IN(value)
in(QueryModel<R>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
IN(value)
IN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
in(Object...) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(Object[], boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(Object[], BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(T[], Predicate<T[]>) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(Collection<?>) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(Collection<?>, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(Collection<?>, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(QueryWrapper) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(QueryWrapper, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(QueryWrapper, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
IN(value)
in(Object...) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(Object[], BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(T[], Predicate<T[]>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(Collection<?>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in(Object...) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(Object[], BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(T[], Predicate<T[]>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(Collection<?>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
in(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IN(value)
in(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(String, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IN(value)
in_(Object...) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in_(Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
in_(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
INDEX_FIRST - 类 中的静态变量com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
 
INDEX_LAST - 类 中的静态变量com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
 
INDEX_SEPARATOR - 类 中的静态变量com.mybatisflex.core.row.RowUtil
 
INET_ATON - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
INET_NTOA - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
inetAton(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将 IP 地址转换为数字表示,IP 值需要加上引号。
inetAton(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将 IP 地址转换为数字表示,IP 值需要加上引号。
inetAton(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将 IP 地址转换为数字表示,IP 值需要加上引号。
inetNtoa(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
可以将数字 n 转换成 IP 的形式。
inetNtoa(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
可以将数字 n 转换成 IP 的形式。
inetNtoa(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
可以将数字 n 转换成 IP 的形式。
INFORMIX - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
Informix 的处理器 适合 DbType.INFORMIX 文档 {@link init(String) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
用于解决 https://github.com/mybatis-flex/mybatis-flex/pull/376 的问题
INIT_VALUE - 类 中的静态变量com.mybatisflex.core.paginate.Page
 
initDefaultKeyType() - 类 中的方法com.mybatisflex.core.table.IdInfo
用户未配置 keyType 是,配置默认的 key Type
initDefaultMappers(Configuration) - 类 中的方法com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
设置 mybatis-flex 默认的 Mapper 当前只有 RowMapper RowMapper
initExtraCondition(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
initGlobalConfig(Configuration, SqlSessionFactory) - 类 中的方法com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
设置全局配置
INITIAL_TIMESTAMP - 类 中的静态变量com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
initializedPackageNames - 类 中的静态变量com.mybatisflex.core.table.TableInfoFactory
 
initLogicDeleteValueIfNecessary(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
初始化逻辑删除的默认值
initMappingTypeAndKeyType(Class<?>, Field, FieldWrapper) - 类 中的静态方法com.mybatisflex.core.util.FieldWrapper
 
initSSLSocketFactory() - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
initTenantIdIfNecessary(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
设置租户id
initVersionValueIfNecessary(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
初始化乐观锁版本号
INNER_JOIN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
innerJoin(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(String, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(Class<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryTable) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryTable, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
innerJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
innerJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
innerJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
innerJoin(Class<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
innerJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
innerJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
innerJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
innerJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(Class) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(Class, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
innerJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
insert(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入实体类数据,不忽略 null 值。
insert(T, boolean) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入实体类数据。
INSERT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
INSERT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
insert(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
insert 的 SQL 构建。
insert(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
insert 的 SQL 构建。
insert(String, String, String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s2 替换 s1 的 x 位置开始长度为 len 的字符串。
insert(QueryColumn, QueryColumn, QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s2 替换 s1 的 x 位置开始长度为 len 的字符串。
insert(String, String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
往 schema.tableName 插入一条 row 数据
insert(String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
往 tableName 插入一条 row 数据
insert(String, String, Row) - 接口 中的方法com.mybatisflex.core.row.RowMapper
插入 row 到数据表
insert(String, String, Row) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
INSERT_ALL - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
INSERT_ALL_END - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
INSERT_INTO - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
insertBatch(Collection<T>) - 接口 中的方法com.mybatisflex.core.BaseMapper
批量插入实体类数据,只会根据第一条数据来构建插入的字段内容。
insertBatch(Collection<T>, int) - 接口 中的方法com.mybatisflex.core.BaseMapper
批量插入实体类数据,按 size 切分。
insertBatch(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
insertBatch 的 SQL 构建。
insertBatch(String, String, Collection<Row>) - 类 中的静态方法com.mybatisflex.core.row.Db
批量插入数据
insertBatch(String, Collection<Row>) - 类 中的静态方法com.mybatisflex.core.row.Db
批量插入数据
insertBatch(String, String, Collection<Row>, int) - 类 中的静态方法com.mybatisflex.core.row.Db
批量插入数据
insertBatch(String, Collection<Row>, int) - 类 中的静态方法com.mybatisflex.core.row.Db
批量插入数据
insertBatchSelective(Collection<T>) - 接口 中的方法com.mybatisflex.core.BaseMapper
批量插入实体类数据,并自动忽略 null 值
insertBatchSelective(Collection<T>, int) - 接口 中的方法com.mybatisflex.core.BaseMapper
批量插入实体类数据,按 size 切分,并自动忽略 null 值
insertBatchWithFirstRowColumns(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
insertBatch 的 SQL 构建。
insertBatchWithFirstRowColumns(String, String, List<Row>) - 类 中的静态方法com.mybatisflex.core.row.Db
批量插入数据,根据第一条内容来构建插入的字段,效率比 Db.insertBatch(String, String, Collection, int)
insertBatchWithFirstRowColumns(String, List<Row>) - 类 中的静态方法com.mybatisflex.core.row.Db
批量插入数据,根据第一条内容来构建插入的字段,效率比 Db.insertBatch(String, String, Collection, int)
insertBatchWithFirstRowColumns(String, String, List<Row>) - 接口 中的方法com.mybatisflex.core.row.RowMapper
批量插入 rows 到数据表 注意,批量插入中,只会根据第一条 row 数据来构建 Sql 插入字段,若每条数据字段不一致,可能造成个别字段无法插入的情况
insertBatchWithFirstRowColumns(String, String, List<Row>) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
insertBySql(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
直接编写 sql 插入数据
insertBySql(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
执行 insert sql 语句
insertBySql(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
insertListenerCache - 类 中的静态变量com.mybatisflex.core.table.TableInfo
 
insertOrUpdate(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入或者更新,若主键有值,则更新,若没有主键值,则插入,插入或者更新都不会忽略 null 值。
insertOrUpdate(T, boolean) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入或者更新,若主键有值,则更新,若没有主键值,则插入。
insertOrUpdateSelective(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入或者更新,若主键有值,则更新,若没有主键值,则插入,插入或者更新都会忽略 null 值。
insertPrimaryKeys - 类 中的变量com.mybatisflex.core.table.TableInfo
 
insertSelective(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入实体类数据,但是忽略 null 的数据,只对有值的内容进行插入。
insertSelectiveWithPk(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入带有主键的实体类,忽略 null 值。
insertWithPk(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
插入带有主键的实体类,不忽略 null 值。
insertWithPk(T, boolean) - 接口 中的方法com.mybatisflex.core.BaseMapper
带有主键的插入,此时实体类不会经过主键生成器生成主键。
insertWithPk(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
insertWithPk 的 SQL 构建。
instance - 类 中的静态变量com.mybatisflex.core.MybatisFlexBootstrap
 
INSTANCE - 类 中的静态变量com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
 
instantiateCollectionPropertyIfAppropriate(ResultMapping, MetaObject) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
instantiateParameterObject(Class<?>) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
instantiateStatement(Connection) - 类 中的方法com.mybatisflex.core.mybatis.FlexPreparedStatementHandler
 
INSTR - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
instr(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
从字符串 s 中获取 s1 的开始位置。
instr(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
从字符串 s 中获取 s1 的开始位置。
instr(LambdaGetter<S>, LambdaGetter<S1>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
从字符串 s 中获取 s1 的开始位置。
IntegerLogicDeleteProcessor - com.mybatisflex.core.logicdelete.impl中的类
Integer 类型的属性对应的逻辑删除处理器。
IntegerLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.impl.IntegerLogicDeleteProcessor
 
INTO - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
invoke(Object, Method, Object[]) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource.ConnectionHandler
 
invoke(Object, Method, Object[]) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperProxy
 
invoke(Object, Method, Object[], SqlSession) - 类 中的方法com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.DefaultMethodInvoker
 
invoke(Object, Method, Object[]) - 类 中的方法com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
invoke(Object, Method, Object[], SqlSession) - 接口 中的方法com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.MapperMethodInvoker
 
invoke(Object, Method, Object[], SqlSession) - 类 中的方法com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.PlainMethodInvoker
 
invoke(Object, Method, Object[]) - 类 中的方法com.mybatisflex.core.mybatis.Mappers.MapperHandler
 
invoke(Object, Method, Method, Object[]) - 类 中的方法com.mybatisflex.core.update.ModifyAttrsRecordHandler
 
invokeMethod(Method, Object, Object...) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
invokeOnInsertListener(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
invokeOnSetListener(Object, String, Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
invokeOnUpdateListener(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
invoker() - 类 中的静态方法com.mybatisflex.core.row.Db
 
invoker(String) - 类 中的静态方法com.mybatisflex.core.row.Db
 
INVOKER_MAP - 类 中的静态变量com.mybatisflex.core.row.Db
 
IS_FREE_LOCK - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
IS_JDK8 - 类 中的静态变量com.mybatisflex.core.util.MapUtil
 
IS_NOT_NULL - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
IS_NULL - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
isArray(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
isAuditEnable() - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
isBefore() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
isBefore() - 类 中的方法com.mybatisflex.core.row.RowKey
 
isCamelToUnderline() - 类 中的方法com.mybatisflex.core.table.TableInfo
 
isCaseSensitive() - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
isCJK(char) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
isClassCacheEnabled() - 类 中的方法com.mybatisflex.core.table.BaseReflectorFactory
 
isConsumed() - 类 中的方法com.mybatisflex.core.mybatis.FlexResultSetHandler.FlexCursor
 
isDefaultResultMap(String, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
是否为默认的 resultMap,也就是未配置 resultMap
isEmpty(T[]) - 类 中的静态方法com.mybatisflex.core.query.If
 
isEmpty(Map<?, ?>) - 类 中的静态方法com.mybatisflex.core.query.If
 
isEmpty(Collection<?>) - 类 中的静态方法com.mybatisflex.core.query.If
 
isEmpty(T[]) - 类 中的静态方法com.mybatisflex.core.util.ArrayUtil
判断数组是否为空
isEmpty(Collection<?>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
isEmpty(Map<?, ?>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
IService<T> - com.mybatisflex.core.service中的接口
由 Mybatis-Flex 提供的顶级增强 Service 接口。
isGetterMethod(Method, String) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
isIgnore() - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
isIgnore - 类 中的变量com.mybatisflex.core.util.FieldWrapper
 
isIgnore() - 类 中的方法com.mybatisflex.core.util.FieldWrapper
 
isIgnoreNulls(Map) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
isIgnoreSchema() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
isIgnoreTenantCondition() - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
是否忽略 tenant 条件
isKeyBefore(IdInfo, FlexGlobalConfig.KeyConfig) - 类 中的静态方法com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
isKeywordsToUpperCase() - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
isMatchedParas(Constructor<?>, Object[]) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
isMatchedRegex(String, String) - 类 中的静态方法com.mybatisflex.core.dialect.DbTypeUtil
正则匹配,验证成功返回 true,验证失败返回 false
isNotEmpty(T[]) - 类 中的静态方法com.mybatisflex.core.query.If
已过时。
isNotEmpty(Map<?, ?>) - 类 中的静态方法com.mybatisflex.core.query.If
已过时。
isNotEmpty(Collection<?>) - 类 中的静态方法com.mybatisflex.core.query.If
已过时。
isNotEmpty(T[]) - 类 中的静态方法com.mybatisflex.core.util.ArrayUtil
判断数组是否不为空
isNotEmpty(Collection<?>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
isNotEmpty(Map<?, ?>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
isNotNull(boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
isNotNull() - 接口 中的方法com.mybatisflex.core.query.Conditional
IS NOT NULL
isNotNull(boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
IS NOT NULL
isNotNull(BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
IS NOT NULL
isNotNull(boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
isNotNull(boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
isNotNull(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(String, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NOT NULL
isNotNull(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(String, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNotNull(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NOT NULL
isNull(boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
isNull() - 接口 中的方法com.mybatisflex.core.query.Conditional
IS NULL
isNull(boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
IS NULL
isNull(BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
IS NULL
isNull(Object) - 类 中的静态方法com.mybatisflex.core.query.If
判断对象是否为空
isNull(boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
isNull(boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
isNull(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(String, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
IS NULL
isNull(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(String, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNull(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
IS NULL
isNumeric(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
这个字符串是否是全是数字
isObjectMethod(String) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
isOnlyQueryValueField() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
isOpen() - 类 中的方法com.mybatisflex.core.mybatis.FlexResultSetHandler.FlexCursor
 
isPk(String) - 类 中的方法com.mybatisflex.core.row.Row
 
isPrevent() - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
isPrintBanner() - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
isProxy(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
isRecursive() - 类 中的方法com.mybatisflex.core.query.With
 
isRelationByMiddleTable() - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
isSameTable(QueryTable, QueryTable) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
isSameTable(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryTable
 
isSameTable(QueryTable) - 类 中的方法com.mybatisflex.core.query.RawQueryTable
 
isSmartConvertBetweenToLeOrGe() - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
isSmartConvertInToEquals() - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
isTransactional() - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource.ConnectionHandler
 
isUnSafeChar(char) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
 
isWrapperFor(Class<?>) - 类 中的方法com.mybatisflex.core.datasource.AbstractDataSource
 
isWrapperFor(Class<?>) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
iterator() - 类 中的方法com.mybatisflex.core.mybatis.FlexResultSetHandler.FlexCursor
 

J

JacksonTypeHandler - com.mybatisflex.core.handler中的类
 
JacksonTypeHandler(Class<?>) - 类 的构造器com.mybatisflex.core.handler.JacksonTypeHandler
 
JacksonTypeHandler(Class<?>, Class<?>) - 类 的构造器com.mybatisflex.core.handler.JacksonTypeHandler
 
JAVASSIST_BY - 类 中的静态变量com.mybatisflex.core.util.ClassUtil
 
javaType - 类 中的变量com.mybatisflex.core.handler.JacksonTypeHandler
 
jdbcType - 类 中的变量com.mybatisflex.core.mybatis.TypeHandlerObject
 
jdbcType - 类 中的变量com.mybatisflex.core.table.ColumnInfo
该列对应的 jdbcType。
join - 类 中的变量com.mybatisflex.core.activerecord.query.JoinBuilder
 
join(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
join(String, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
join(Class<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
join(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryTable) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryTable, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
join(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
JOIN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
Join - com.mybatisflex.core.query中的类
 
Join(String, QueryTable, boolean) - 类 的构造器com.mybatisflex.core.query.Join
 
Join(String, QueryWrapper, boolean) - 类 的构造器com.mybatisflex.core.query.Join
 
join - 类 中的变量com.mybatisflex.core.query.Joiner
 
join(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
join(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
join(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
join(Class<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
join(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
join(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
join(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
join(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
join(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
join(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
join(Class) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
join(Class, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
join(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
join(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
join(List<SelfEntity>, List<?>, List<Row>) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
join(List<SelfEntity>, List<?>, List<Row>) - 类 中的方法com.mybatisflex.core.relation.ToManyRelation
 
join(List<SelfEntity>, List<?>, List<Row>) - 类 中的方法com.mybatisflex.core.relation.ToOneRelation
 
join(String, CharSequence...) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
合并字符串,优化 String.join() 方法
join(String, Collection<? extends CharSequence>) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
合并字符串,优化 String.join() 方法
join(String, Collection<T>, Function<T, String>) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
合并字符串,优化 String.join() 方法
JoinBuilder<R extends QueryModel<R>> - com.mybatisflex.core.activerecord.query中的类
Lambda joins 构建器。
JoinBuilder(R, Join) - 类 的构造器com.mybatisflex.core.activerecord.query.JoinBuilder
 
Joiner<M extends QueryWrapper> - com.mybatisflex.core.query中的类
 
Joiner(M, Join) - 类 的构造器com.mybatisflex.core.query.Joiner
 
joining(String, QueryTable, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
joining(String, Class<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
joining(String, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
joins(String, QueryTable, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
joins(String, Class<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
joins(String, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
joins - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
joinSelfColumn - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
joinTable - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
joinTables - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
joinTargetColumn - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
jsonFormatter - 类 中的变量com.mybatisflex.core.audit.http.HttpMessageReporter
 

K

keep(String...) - 类 中的方法com.mybatisflex.core.row.Row
 
keep(Set<String>) - 类 中的方法com.mybatisflex.core.row.Row
 
keepColumnSafely(String) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
 
keepOrderBySqlSafely(String) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
 
key - 类 中的变量com.mybatisflex.core.query.UnionWrapper
 
KEY_GENERATOR_MAP - 类 中的静态变量com.mybatisflex.core.keygen.KeyGeneratorFactory
 
KeyAssigner(Configuration, ResultSetMetaData, int, String, String) - 类 的构造器com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
keyColumn - 类 中的变量com.mybatisflex.core.row.RowKey
主键字段
keyConfig - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
全局的 ID 生成策略配置,当 @Id 未配置 或者 配置 KeyType 为 None 时 使用当前全局配置
KeyConfig() - 类 的构造器com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
keyGenerator - 类 中的变量com.mybatisflex.core.keygen.CustomKeyGenerator
 
keyGenerator - 类 中的变量com.mybatisflex.core.keygen.MultiEntityKeyGenerator
 
keyGenerator - 类 中的变量com.mybatisflex.core.keygen.MultiRowKeyGenerator
 
keyGenerator - 类 中的变量com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
KeyGeneratorFactory - com.mybatisflex.core.keygen中的类
 
KeyGeneratorFactory() - 类 的构造器com.mybatisflex.core.keygen.KeyGeneratorFactory
 
KeyGenerators - com.mybatisflex.core.keygen中的类
 
KeyGenerators() - 类 的构造器com.mybatisflex.core.keygen.KeyGenerators
 
keyGenerators - 类 中的变量com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
 
keyGenerators - 类 中的变量com.mybatisflex.core.keygen.RowKeyGenerator
 
keyProperty - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
keyType - 类 中的变量com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
keyType - 类 中的变量com.mybatisflex.core.row.RowKey
主键类型
keyType - 类 中的变量com.mybatisflex.core.table.IdInfo
id 生成策略
keyType - 类 中的变量com.mybatisflex.core.util.FieldWrapper
 
keywords - 类 中的静态变量com.mybatisflex.core.dialect.impl.DmDialect
 
keywords - 类 中的静态变量com.mybatisflex.core.dialect.impl.OracleDialect
 
keywords - 类 中的静态变量com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
 
keywords - 类 中的静态变量com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
 
keywords - 类 中的变量com.mybatisflex.core.dialect.KeywordWrap
数据库关键字
keywordsToUpperCase - 类 中的变量com.mybatisflex.core.dialect.KeywordWrap
自动把关键字转换为大写
keywordWrap - 类 中的变量com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
KeywordWrap - com.mybatisflex.core.dialect中的类
用于对数据库的关键字包装
KeywordWrap(String, String) - 类 的构造器com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(boolean, String, String) - 类 的构造器com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(Set<String>, String, String) - 类 的构造器com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(boolean, Set<String>, String, String) - 类 的构造器com.mybatisflex.core.dialect.KeywordWrap
 
KeywordWrap(boolean, boolean, Set<String>, String, String) - 类 的构造器com.mybatisflex.core.dialect.KeywordWrap
 
knownMappers - 类 中的变量com.mybatisflex.core.mybatis.binding.FlexMapperRegistry
 

L

LambdaGetter<T> - com.mybatisflex.core.util中的接口
 
LambdaUtil - com.mybatisflex.core.util中的类
 
LambdaUtil() - 类 的构造器com.mybatisflex.core.util.LambdaUtil
 
largeColumns - 类 中的变量com.mybatisflex.core.table.TableInfo
 
LAST_INSERT_ID - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
lastInsertId() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回最后生成的 auto_increment 值。
lastRandom - 类 中的变量com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
lastTimeMillis - 类 中的变量com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
lastTimeMillis - 类 中的变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
上次生产 ID 时间戳。
lastTimestamp - 类 中的变量com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
lastWhen - 类 中的变量com.mybatisflex.core.query.CaseQueryColumn.Builder
 
lastWhen - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
le(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
le(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
小于等于 <=
le(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
小于等于 <=
le(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
小于等于 <=
LE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
le(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于等于 <=
le(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于等于 <=
le(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于等于 <=
le(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于等于 <=
le(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
le(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
le(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
le(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
le(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
le(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
le(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
le(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
le(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
小于等于 <=
le(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
小于等于 <=
le(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
小于等于 <=
le(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于等于 <=
le(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于等于 <=
le_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
LEFT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
left(String, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的前 n 个字符。
left(QueryColumn, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的前 n 个字符。
left(LambdaGetter<S>, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的前 n 个字符。
LEFT_JOIN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
leftJoin(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(String, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(Class<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryTable) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryTable, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
leftJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
leftJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
leftJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
leftJoin(Class<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
leftJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
leftJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
leftJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
leftJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(Class) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(Class, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
leftJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
LENGTH - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
length(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的长度。
length(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的长度。
length(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的长度。
like(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
like(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
like(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
like(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
LIKE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
like(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value%
like(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value%
like(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value%
like(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value%
like(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
like(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
like(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
like(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
like(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
like(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
like(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
like(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
like(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value%
like(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value%
like_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeLeft(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeLeft(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE value%
likeLeft(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeLeft(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeLeft(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeLeft(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeLeft(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeLeft(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE value%
likeLeft(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE value%
likeLeft_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeRaw(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
LIKE value
likeRaw(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
LIKE value
likeRaw(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
LIKE value
likeRaw(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
LIKE value
likeRaw_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeRight(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
likeRight(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
LIKE %value
likeRight(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeRight(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeRight(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeRight(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
likeRight(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
likeRight(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
LIKE %value
likeRight(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
LIKE %value
likeRight_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
limit(Number) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
limit(Number, Number) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
LIMIT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
limit(Number) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
limit(Number, Number) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
limit(Number) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
limit(Number, Number) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
limit - 类 中的变量com.mybatisflex.core.relation.ToManyRelation
 
limitOffset - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
limitOffsetProcessor - 类 中的变量com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
LimitOffsetProcessor - com.mybatisflex.core.dialect中的接口
limit 和 offset 参数的处理器
limitRows - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
linkObjects(MetaObject, ResultMapping, Object) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
linkToParents(ResultSet, ResultMapping, Object) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
list() - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取多条数据。
list() - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
获取多条数据。
list() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取多条数据。
list() - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
获取多条数据。
list() - 类 中的方法com.mybatisflex.core.row.DbChain
 
list() - 接口 中的方法com.mybatisflex.core.service.IService
查询所有数据。
list(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询数据集合。
list(QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询数据集合。
listAs(Class<R>) - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
获取多条数据,返回的数据为 asType 类型。
listAs(Class<R>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
listAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件查询数据集合,并通过 asType 进行接收。
listByIds(Collection<? extends Serializable>) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键查询数据集合。
listByMap(Map<String, Object>) - 接口 中的方法com.mybatisflex.core.service.IService
根据 Map 构建查询条件查询数据集合。
LOAD_BALANCE_KEY_SUFFIX - 类 中的静态变量com.mybatisflex.core.datasource.FlexDataSource
 
Localizable - com.mybatisflex.core.exception.locale中的接口
可本地化字符串接口。
LocalizedFormats - com.mybatisflex.core.exception.locale中的枚举
异常消息中使用的本地化消息格式的枚举。
LocalizedFormats(String) - 枚举 的构造器com.mybatisflex.core.exception.locale.LocalizedFormats
 
LOCALTIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
localTime() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。
LOCALTIMESTAMP - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
localTimestamp() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。
LOG - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
log - 类 中的静态变量com.mybatisflex.core.datasource.FlexDataSource
 
log(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回自然对数(以 e 为底的对数)。
log(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回自然对数(以 e 为底的对数)。
log(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回自然对数(以 e 为底的对数)。
log - 类 中的静态变量com.mybatisflex.core.transaction.TransactionalManager
 
LOG10 - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
log10(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回以 10 为底的对数。
log10(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回以 10 为底的对数。
log10(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回以 10 为底的对数。
logic - 类 中的变量com.mybatisflex.core.query.QueryCondition
 
LOGIC_DELETE_DELETED - 类 中的静态变量com.mybatisflex.core.FlexConsts
当 entity 使用逻辑删除时,1 为 entity 的删除状态
LOGIC_DELETE_NORMAL - 类 中的静态变量com.mybatisflex.core.FlexConsts
当 entity 使用逻辑删除时,0 为 entity 的正常状态
logicDeleteColumn - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
默认的逻辑删除字段,允许设置 null 忽略匹配。
logicDeleteColumn - 类 中的变量com.mybatisflex.core.table.TableInfo
 
LogicDeleteManager - com.mybatisflex.core.logicdelete中的类
逻辑删除管理器。
LogicDeleteManager() - 类 的构造器com.mybatisflex.core.logicdelete.LogicDeleteManager
 
LogicDeleteProcessor - com.mybatisflex.core.logicdelete中的接口
逻辑删除处理器。
logImpl - 类 中的变量com.mybatisflex.core.MybatisFlexBootstrap
 
lookup - 类 中的静态变量com.mybatisflex.core.datasource.DataSourceKey
 
lookupConstructor - 类 中的静态变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
LOWER - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
lower(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成小写字母。
lower(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成小写字母。
lower(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成小写字母。
LPAD - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
lpad(String, String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的开始处,使字符串长度达到 len。
lpad(QueryColumn, QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的开始处,使字符串长度达到 len。
lpad(LambdaGetter<S1>, LambdaGetter<L>, LambdaGetter<S2>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的开始处,使字符串长度达到 len。
lt(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
lt(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
小于 <
lt(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
小于 <
lt(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
小于 <
LT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
lt(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于 <
lt(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于 <
lt(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于 <
lt(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
小于 <
lt(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
lt(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
lt(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
lt(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
lt(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
lt(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
lt(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
lt(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
lt(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
小于 <
lt(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
小于 <
lt(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
小于 <
lt(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于 <
lt(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于 <
lt(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于 <
lt(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于 <
lt(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于 <
lt(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
小于 <
lt(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
小于 <
lt_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
LTRIM - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
ltrim(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处的空格。
ltrim(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处的空格。
ltrim(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处的空格。

M

ManyToMany<SelfEntity> - com.mybatisflex.core.relation中的类
 
ManyToMany(RelationManyToMany, Class<SelfEntity>, Field) - 类 的构造器com.mybatisflex.core.relation.ManyToMany
 
ManyToOne<SelfEntity> - com.mybatisflex.core.relation中的类
 
ManyToOne(RelationManyToOne, Class<SelfEntity>, Field) - 类 的构造器com.mybatisflex.core.relation.ManyToOne
 
map(Function<? super T, ? extends R>) - 类 中的方法com.mybatisflex.core.paginate.Page
 
mapKeyField - 类 中的变量com.mybatisflex.core.relation.ToManyRelation
 
mapKeyFieldWrapper - 类 中的变量com.mybatisflex.core.relation.ToManyRelation
 
mappedStatement - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
MappedStatementTypes - com.mybatisflex.core.mybatis中的类
 
MappedStatementTypes() - 类 的构造器com.mybatisflex.core.mybatis.MappedStatementTypes
 
MAPPER_OBJECTS_OF_ENV - 类 中的静态变量com.mybatisflex.core.mybatis.Mappers
 
mapperClass - 类 中的变量com.mybatisflex.core.mybatis.Mappers.MapperHandler
 
MapperHandler(Class<?>) - 类 的构造器com.mybatisflex.core.mybatis.Mappers.MapperHandler
 
MapperHandler(String, Class<?>) - 类 的构造器com.mybatisflex.core.mybatis.Mappers.MapperHandler
 
mapperInterface - 类 中的变量com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
mapperInterface - 类 中的变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
mapperMethod - 类 中的变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.PlainMethodInvoker
 
MapperModel<T> - com.mybatisflex.core.activerecord中的接口
使用 BaseMapper 进行 CRUD 操作的实体类的抽象接口。
MapperQueryChain<T> - com.mybatisflex.core.query中的接口
链式 BaseMapper 查询。
mapperRegistry - 类 中的变量com.mybatisflex.core.mybatis.FlexConfiguration
 
Mappers - com.mybatisflex.core.mybatis中的类
获取 BaseMapper 对象。
Mappers() - 类 的构造器com.mybatisflex.core.mybatis.Mappers
 
mappers - 类 中的变量com.mybatisflex.core.MybatisFlexBootstrap
 
Mappers.MapperHandler - com.mybatisflex.core.mybatis中的类
 
mapperTableInfoMap - 类 中的静态变量com.mybatisflex.core.table.TableInfoFactory
 
MapperUtil - com.mybatisflex.core.util中的类
 
MapperUtil() - 类 的构造器com.mybatisflex.core.util.MapperUtil
 
mappingType - 类 中的变量com.mybatisflex.core.util.FieldWrapper
 
MapUtil - com.mybatisflex.core.util中的类
 
MapUtil() - 类 的构造器com.mybatisflex.core.util.MapUtil
 
mask(String, Object) - 类 中的静态方法com.mybatisflex.core.mask.MaskManager
 
mask(Object) - 接口 中的方法com.mybatisflex.core.mask.MaskProcessor
 
mask(String, int, int, int) - 类 中的静态方法com.mybatisflex.core.mask.Masks
 
MaskManager - com.mybatisflex.core.mask中的类
数据脱敏工厂类
MaskManager() - 类 的构造器com.mybatisflex.core.mask.MaskManager
 
MaskProcessor - com.mybatisflex.core.mask中的接口
数据脱敏处理器
Masks - com.mybatisflex.core.mask中的类
内置的数据脱敏方式
Masks() - 类 的构造器com.mybatisflex.core.mask.Masks
 
maskType - 类 中的变量com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
maskType - 类 中的变量com.mybatisflex.core.mask.MaskTypeHandler
 
maskType - 类 中的变量com.mybatisflex.core.table.ColumnInfo
数据脱敏类型。
MaskTypeHandler - com.mybatisflex.core.mask中的类
 
MaskTypeHandler(String) - 类 的构造器com.mybatisflex.core.mask.MaskTypeHandler
 
matches(String, String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
正则匹配
MAX - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
max(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的最大值。
max(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的最大值。
max(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的最大值。
MAX_CLOCK_SEQ - 类 中的静态变量com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
MAX_DATA_CENTER_ID - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
数据中心 ID 占用 5bit 时的最大值 31。
MAX_WORKER_ID - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
工作机器 ID 占用 5bit 时的最大值 31。
maxDepth(int) - 类 中的方法com.mybatisflex.core.activerecord.query.RelationsQuery
 
maxDepth(int) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
设置父子关系查询中,默认的递归查询深度。
maxPageSize - 类 中的变量com.mybatisflex.core.paginate.Page
每页数据数量最大限制。
md5(String) - 类 中的静态方法com.mybatisflex.core.audit.http.HashUtil
 
MD5 - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
md5(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
md5(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
md5(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
merge(List<T>, List<T>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
合并 list
messageCollector - 类 中的静态变量com.mybatisflex.core.audit.AuditManager
 
MessageCollector - com.mybatisflex.core.audit中的接口
审计消息收集器
messageFactory - 类 中的静态变量com.mybatisflex.core.audit.AuditManager
 
MessageFactory - com.mybatisflex.core.audit中的接口
审计消息创建器,在一般的 web 服务中,用户应该自定义自己的 AuditMessageFactory 用来配置当前操作用户、用户 IP 地址,访问的 url 地址等
MessageReporter - com.mybatisflex.core.audit中的接口
审计消息发送器,作用是把审计消息发送到指定的位置 比如控制台,磁盘、或者 kafka 服务器, http 服务器等
messages - 类 中的变量com.mybatisflex.core.audit.AbstractMessageCollector
 
messageSender - 类 中的变量com.mybatisflex.core.audit.AbstractMessageCollector
 
metaObject - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.PendingRelation
 
metas - 类 中的变量com.mybatisflex.core.audit.AuditMessage
其他扩展元信息。
METHOD_INSERT_BATCH - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
METHOD_RAW_SQL - 类 中的静态变量com.mybatisflex.core.provider.RowSqlProvider
 
methodCache - 类 中的变量com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
methodCache - 类 中的变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
methodFlags - 枚举 中的变量com.mybatisflex.core.datasource.DataSourceProperty
 
methodHandle - 类 中的变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.DefaultMethodInvoker
 
methodToProperty(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
MIN - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
min(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的最小值。
min(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的最小值。
min(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定列的最小值。
MINUS_SIGN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
MINUTE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
minute(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的分钟值。
minute(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的分钟值。
minute(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的分钟值。
MOBILE - 类 中的静态变量com.mybatisflex.core.mask.Masks
手机号脱敏
MOBILE_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
手机号脱敏处理器 保留前三后四,中间的为星号 "*"
MOD - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
mod(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 除以 y 以后的余数。
mod(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 除以 y 以后的余数。
mod(LambdaGetter<X>, LambdaGetter<Y>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 除以 y 以后的余数。
mod(String, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 除以 y 以后的余数。
mod(QueryColumn, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 除以 y 以后的余数。
mod(LambdaGetter<T>, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 除以 y 以后的余数。
Model<T extends Model<T>> - com.mybatisflex.core.activerecord中的类
Active Record 模型。
Model() - 类 的构造器com.mybatisflex.core.activerecord.Model
 
ModifyAttrsRecordHandler - com.mybatisflex.core.update中的类
 
ModifyAttrsRecordHandler() - 类 的构造器com.mybatisflex.core.update.ModifyAttrsRecordHandler
 
ModifyAttrsRecordProxyFactory - com.mybatisflex.core.update中的类
 
ModifyAttrsRecordProxyFactory() - 类 的构造器com.mybatisflex.core.update.ModifyAttrsRecordProxyFactory
 
module - 类 中的变量com.mybatisflex.core.audit.AuditMessage
应用模块。
MONTH - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
month(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的月份值,范围是 1~12。
month(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的月份值,范围是 1~12。
month(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的月份值,范围是 1~12。
MONTHNAME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
monthName(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的月份名称,如 january。
monthName(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的月份名称,如 january。
monthName(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的月份名称,如 january。
ms - 类 中的变量com.mybatisflex.core.keygen.RowKeyGenerator
 
MSG_TOO_MANY_KEYS - 类 中的静态变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
MultiEntityKeyGenerator - com.mybatisflex.core.keygen中的类
多实体主键生成器,用于批量插入的场景
MultiEntityKeyGenerator(KeyGenerator) - 类 的构造器com.mybatisflex.core.keygen.MultiEntityKeyGenerator
 
MULTIPLICATION_SIGN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
multiply(QueryColumn) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
multiply(Number) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
multiply(QueryColumn) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
multiply(Number) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
MultiPrimaryKeyGenerator - com.mybatisflex.core.keygen中的类
多主键、复合主键 id 生成器
MultiPrimaryKeyGenerator(MappedStatement, TableInfo, List<IdInfo>) - 类 的构造器com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
 
MultiRowKeyGenerator - com.mybatisflex.core.keygen中的类
用于批量插入的场景
MultiRowKeyGenerator(KeyGenerator) - 类 的构造器com.mybatisflex.core.keygen.MultiRowKeyGenerator
 
MybatisFlexBootstrap - com.mybatisflex.core中的类
MybatisFlex 的启动类 MybatisFlexBootstrap.getInstance() .setDatasource(...) .addMapper(...) .start(); MybatisFlexBootstrap.getInstance() .execute(...)
MybatisFlexBootstrap() - 类 的构造器com.mybatisflex.core.MybatisFlexBootstrap
虽然提供了 getInstance,但也允许用户进行实例化, 用于创建多个 MybatisFlexBootstrap 实例达到管理多数据源的目的
MybatisFlexException - com.mybatisflex.core.exception中的异常错误
 
MybatisFlexException(Throwable, Localizable, Object[]) - 异常错误 的构造器com.mybatisflex.core.exception.MybatisFlexException
 
MybatisFlexException(Localizable, Object...) - 异常错误 的构造器com.mybatisflex.core.exception.MybatisFlexException
 
MybatisFlexException(String) - 异常错误 的构造器com.mybatisflex.core.exception.MybatisFlexException
 
MybatisFlexException(String, Throwable) - 异常错误 的构造器com.mybatisflex.core.exception.MybatisFlexException
 
MybatisFlexException(Throwable) - 异常错误 的构造器com.mybatisflex.core.exception.MybatisFlexException
 
MybatisKeyGeneratorUtil - com.mybatisflex.core.keygen中的类
 
MybatisKeyGeneratorUtil() - 类 的构造器com.mybatisflex.core.keygen.MybatisKeyGeneratorUtil
 
MybatisMapperProxy<T> - com.mybatisflex.core.mybatis.binding中的类
 
MybatisMapperProxy(SqlSession, Class<T>, Map<Method, MybatisMapperProxy.MapperMethodInvoker>) - 类 的构造器com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
MybatisMapperProxy.DefaultMethodInvoker - com.mybatisflex.core.mybatis.binding中的类
 
MybatisMapperProxy.MapperMethodInvoker - com.mybatisflex.core.mybatis.binding中的接口
 
MybatisMapperProxy.PlainMethodInvoker - com.mybatisflex.core.mybatis.binding中的类
 
MYSQL - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
MySql 的处理器 适合 DbType#MYSQL,DbType#MARIADB,DbType#H2,DbType#CLICK_HOUSE,DbType#XCloud

N

name - 枚举 中的变量com.mybatisflex.core.dialect.DbType
数据库名称
NAME - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
name - 类 中的变量com.mybatisflex.core.query.QueryColumn
 
name - 类 中的变量com.mybatisflex.core.query.QueryTable
 
name - 类 中的变量com.mybatisflex.core.query.WithBuilder
withItem
name - 类 中的变量com.mybatisflex.core.query.WithItem
 
name - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
nameOfSingleParam(Map<String, ?>) - 类 中的静态方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
ne(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ne(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ne(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ne(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
ne(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
不等于 {@code !
ne(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
不等于 {@code !
ne(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
不等于 {@code !
ne(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
不等于 {@code !
ne(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
不等于 {@code !
ne(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
不等于 {@code !
ne(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
不等于 {@code !
ne(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ne(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ne(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ne(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
ne(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ne(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ne(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ne(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
ne(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
不等于 {@code !
ne(LambdaGetter<T>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
不等于 {@code !
ne(LambdaGetter<T>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
不等于 {@code !
ne(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
不等于 {@code !
ne(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
不等于 {@code !
ne(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
不等于 {@code !
ne(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
不等于 {@code !
ne(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
不等于 {@code !
ne(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
不等于 {@code !
ne(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
不等于 {@code !
ne(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
不等于 {@code !
ne(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
不等于 {@code !
ne(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
不等于 {@code !
ne(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
不等于 {@code !
ne(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
不等于 {@code !
ne_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
needGetTypeHandlerTypes - 类 中的静态变量com.mybatisflex.core.table.ColumnInfo
 
needOptimizeCountQuery() - 类 中的方法com.mybatisflex.core.paginate.Page
是否自动优化 COUNT 查询语句(默认优化)。
negative(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建相反数。
NegativeQueryColumn - com.mybatisflex.core.query中的类
取相反数(-column)。
NegativeQueryColumn(QueryColumn) - 类 的构造器com.mybatisflex.core.query.NegativeQueryColumn
 
nestedField(LambdaGetter<N>) - 类 中的方法com.mybatisflex.core.field.FieldQueryBuilder
为指定嵌套属性创建查询。
nestedResultObjects - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
newArrayList(T...) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
newArrayList(Collection<E>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
newExecutor(Transaction, ExecutorType) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
替换为 Flex 的 Executor,主要用于重建 CacheKey 默认情况下,Mybatis 的 CacheKey 构建是必须有 ParameterMapping,而 Flex 的 select 是不带有 ParameterMapping 的
newHashMap() - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
newHashMap(Map<K, V>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
newHashSet(T...) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
newInstance(FlexMapperProxy<T>) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
newInstance(SqlSession, FlexConfiguration) - 类 中的方法com.mybatisflex.core.mybatis.binding.FlexMapperProxyFactory
 
newInstance(Class<T>) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
newInstance(Class<T>, Object...) - 类 中的静态方法com.mybatisflex.core.util.ClassUtil
 
newInstanceByRow(Row, int) - 类 中的方法com.mybatisflex.core.table.TableInfo
通过 row 实例类转换为一个 entity
newParameterHandler(MappedStatement, Object, BoundSql) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
为原生 sql 设置参数
newResultSetHandler(Executor, MappedStatement, RowBounds, ParameterHandler, ResultHandler, BoundSql) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
 
newStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
替换为 FlexStatementHandler,主要用来为实体类的多主键做支持、和数据审计 FlexStatementHandler 和 原生的 RoutingStatementHandler 对比,没有任何性能影响
newWrapper() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
SELECT * FROM table
next - 类 中的变量com.mybatisflex.core.query.QueryCondition
 
nextContainsTable(String...) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
nextId() - 类 中的方法com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
nextId() - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
获取下一个 ID。
nextId() - 类 中的方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
生成一个 ULID
nextMonotonicId() - 类 中的方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
生成一个严格单调的 ULID
nextResultMaps - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
NO_KEY_GENERATORS - 类 中的静态变量com.mybatisflex.core.keygen.RowKeyGenerator
 
noCondition() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
空条件。
NONE - 类 中的静态变量com.mybatisflex.core.dialect.KeywordWrap
无反义处理, 适用于 db2, informix, clickhouse 等
NONE_CASE_SENSITIVE - 类 中的静态变量com.mybatisflex.core.dialect.KeywordWrap
无反义区分大小写处理, 适用于 db2, informix, clickhouse 等
normalValueOfLogicDelete - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
逻辑删除的相关配置
not(QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
NOT (id = 1)
not(LambdaGetter<N>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
NOT (column)NOT column
NOT_BETWEEN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
NOT_EQUALS - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
NOT_IN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
NOT_LIKE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
notBetween(Object[]) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notBetween(Object[], boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notBetween(Object, Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notBetween(Object, Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notBetween(Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notBetween(S, E, BiPredicate<S, E>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notBetween(Object[]) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT BETWEEN values[0] AND values[1]
notBetween(Object[], boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT BETWEEN values[0] AND values[1]
notBetween(Object, Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT BETWEEN start AND end
notBetween(Object, Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT BETWEEN start AND end
notBetween(Object, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT BETWEEN start AND end
notBetween(S, E, BiPredicate<S, E>) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT BETWEEN start AND end
notBetween(Object[]) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notBetween(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notBetween(Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notBetween(Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notBetween(Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notBetween(S, E, BiPredicate<S, E>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notBetween(Object[]) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notBetween(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notBetween(Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notBetween(Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notBetween(Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notBetween(S, E, BiPredicate<S, E>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notBetween(String, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT BETWEEN start AND end
notBetween(LambdaGetter<T>, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT BETWEEN start AND end
notBetween(String, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT BETWEEN start AND end
notBetween(LambdaGetter<T>, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT BETWEEN start AND end
notBetween(String, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT BETWEEN start AND end
notBetween(LambdaGetter<T>, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT BETWEEN start AND end
notBetween(String, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT BETWEEN start AND end
notBetween(LambdaGetter<T>, Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT BETWEEN start AND end
notBetween(String, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT BETWEEN start AND end
notBetween(LambdaGetter<T>, Object, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT BETWEEN start AND end
notBetween(String, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT BETWEEN start AND end
notBetween(LambdaGetter<T>, Object, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT BETWEEN start AND end
notBetween_(Object[]) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notBetween_(Object, Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notEmpty(Map<?, ?>, String) - 类 中的静态方法com.mybatisflex.core.exception.FlexAssert
断言 Map 集合不为 null 或者空集合,如果为空则抛出异常,并指明为什么不允许为空集合。
notEmpty(Collection<?>, String) - 类 中的静态方法com.mybatisflex.core.exception.FlexAssert
断言集合不为 null 或者空集合,如果为空则抛出异常,并指明为什么不允许为空集合。
notEmpty(T[], String) - 类 中的静态方法com.mybatisflex.core.exception.FlexAssert
断言数组不为 null 或者空数组,如果为空则抛出异常,并指明为什么不允许为空数组。
notEmpty(T[]) - 类 中的静态方法com.mybatisflex.core.query.If
 
notEmpty(Map<?, ?>) - 类 中的静态方法com.mybatisflex.core.query.If
 
notEmpty(Collection<?>) - 类 中的静态方法com.mybatisflex.core.query.If
 
notEmpty() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
notExists(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
NOT EXIST (SELECT ...)
noText(String) - 类 中的静态方法com.mybatisflex.core.query.If
 
noText(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
字符串为 null 或者内部字符全部为 ' ', '\t', '\n', '\r' 这四类字符时返回 true
notIn(Object...) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(Object[], boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(Object[], BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(T[], Predicate<T[]>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(Collection<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(Collection<?>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notIn(QueryModel<R>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
NOT IN(value)
notIn(QueryModel<R>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
NOT IN(value)
notIn(QueryModel<R>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
NOT IN(value)
notIn(Object...) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(Object[], boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(Object[], BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(T[], Predicate<T[]>) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(Collection<?>) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(Collection<?>, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(Collection<?>, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(QueryWrapper) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(QueryWrapper, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(QueryWrapper, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT IN(value)
notIn(Object...) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(Object[], BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(T[], Predicate<T[]>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(Collection<?>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn(Object...) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(Object[], BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(T[], Predicate<T[]>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(Collection<?>, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notIn(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(LambdaGetter<T>, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(String, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(LambdaGetter<T>, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(String, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(LambdaGetter<T>, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(String, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(LambdaGetter<T>, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(String, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(LambdaGetter<T>, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(String, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(LambdaGetter<T>, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(String, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT IN(value)
notIn(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(LambdaGetter<T>, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(String, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(LambdaGetter<T>, QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(String, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(LambdaGetter<T>, Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(String, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(LambdaGetter<T>, Object[], boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(String, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(LambdaGetter<T>, Collection<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(String, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(LambdaGetter<T>, QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(String, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn(LambdaGetter<T>, QueryWrapper, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT IN(value)
notIn_(Object...) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn_(Collection<?>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notIn_(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLike(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLike(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLike(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLike(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLike(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value%
notLike(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value%
notLike(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value%
notLike(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value%
notLike(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLike(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLike(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLike(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLike(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLike(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLike(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLike(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLike(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value%
notLike(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value%
notLike(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value%
notLike(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value%
notLike(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value%
notLike(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value%
notLike(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value%
notLike(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value%
notLike(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value%
notLike(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value%
notLike(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value%
notLike(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value%
notLike_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeLeft(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeLeft(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeLeft(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeLeft(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeLeft(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE value%
notLikeLeft(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE value%
notLikeLeft(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE value%
notLikeLeft(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE value%
notLikeLeft(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeLeft(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeLeft(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeLeft(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeLeft(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeLeft(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeLeft(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeLeft(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeLeft(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE value%
notLikeLeft(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE value%
notLikeLeft(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE value%
notLikeLeft(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE value%
notLikeLeft(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE value%
notLikeLeft(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE value%
notLikeLeft(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE value%
notLikeLeft(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE value%
notLikeLeft(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE value%
notLikeLeft(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE value%
notLikeLeft(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE value%
notLikeLeft(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE value%
notLikeLeft_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeRaw(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
NOT LIKE value
notLikeRaw(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
NOT LIKE value
notLikeRaw(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
NOT LIKE value
notLikeRaw(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
NOT LIKE value
notLikeRaw_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeRight(Object) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeRight(Object, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeRight(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeRight(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.activerecord.query.WhereBuilder
 
notLikeRight(Object) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value
notLikeRight(Object, boolean) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value
notLikeRight(Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value
notLikeRight(T, Predicate<T>) - 接口 中的方法com.mybatisflex.core.query.Conditional
NOT LIKE %value
notLikeRight(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeRight(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeRight(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeRight(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notLikeRight(Object) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeRight(Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeRight(Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeRight(T, Predicate<T>) - 类 中的方法com.mybatisflex.core.query.QueryConditionBuilder
 
notLikeRight(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value
notLikeRight(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value
notLikeRight(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value
notLikeRight(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value
notLikeRight(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value
notLikeRight(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
NOT LIKE %value
notLikeRight(String, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value
notLikeRight(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value
notLikeRight(String, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value
notLikeRight(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value
notLikeRight(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value
notLikeRight(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
NOT LIKE %value
notLikeRight_(Object) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
notNull(Object, String) - 类 中的静态方法com.mybatisflex.core.exception.FlexAssert
断言对象不为空,如果为空抛出异常,并指明哪个对象为空。
notNull(Object) - 类 中的静态方法com.mybatisflex.core.query.If
判断对象是否非空
NOW - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
now() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。
null_() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建 NULL 常量。
NULL_STR - 类 中的静态变量com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
 
NullableColumnLogicDeleteProcessor - com.mybatisflex.core.logicdelete中的类
数据列默认值为 null 值的逻辑删除处理器。
NullableColumnLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.NullableColumnLogicDeleteProcessor
 
NULLS_FIRST - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
NULLS_LAST - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
nullsFirst - 类 中的变量com.mybatisflex.core.query.QueryOrderBy
 
nullsFirst() - 类 中的方法com.mybatisflex.core.query.QueryOrderBy
 
nullsLast - 类 中的变量com.mybatisflex.core.query.QueryOrderBy
 
nullsLast() - 类 中的方法com.mybatisflex.core.query.QueryOrderBy
 
number(Number) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建数字常量。

O

obj() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据。
obj() - 类 中的方法com.mybatisflex.core.row.DbChain
 
objAs(Class<R>) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据并转换为指定类型,比如 Long, String 等。
objAs() - 类 中的方法com.mybatisflex.core.row.DbChain
 
objAs(Class<R>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
objAsOpt(Class<R>) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据并转换为指定类型,比如 Long, String 等,封装为 Optional 返回。
objAsOpt() - 类 中的方法com.mybatisflex.core.row.DbChain
 
objAsOpt(Class<R>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
object - 类 中的变量com.mybatisflex.core.update.RawValue
 
OBJECT_METHODS - 类 中的静态变量com.mybatisflex.core.util.ClassUtil
 
objectFactory - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
objectMapper - 类 中的静态变量com.mybatisflex.core.handler.JacksonTypeHandler
 
ObjectUtil - com.mybatisflex.core.util中的类
 
ObjectUtil() - 类 的构造器com.mybatisflex.core.util.ObjectUtil
 
objList() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取第一列的所有数据。
objList() - 类 中的方法com.mybatisflex.core.row.DbChain
 
objList(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
查询结果集中第一列所有数据。
objListAs(Class<R>) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取第一列的所有数据,并转换为指定类型,比如 Long, String 等。
objListAs() - 类 中的方法com.mybatisflex.core.row.DbChain
 
objListAs(Class<R>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
objListAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.service.IService
查询结果集中第一列所有数据,并转换为指定类型,比如 Long, String 等。
objOpt() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取第一列,且第一条数据,并封装为 Optional 返回。
objOpt() - 类 中的方法com.mybatisflex.core.row.DbChain
 
obtainInsertColumns(Object, boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
插入(新增)数据时,获取所有要插入的字段
obtainInsertColumnsWithPk(Object, boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
插入(新增)数据时,获取所有要插入的字段
obtainInsertValues() - 类 中的方法com.mybatisflex.core.row.Row
 
obtainInsertValues(Set<String>) - 类 中的方法com.mybatisflex.core.row.Row
 
obtainModifyValues(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
obtainModifyValuesWithoutPk() - 类 中的方法com.mybatisflex.core.row.Row
获取修改的值,值需要保持顺序,返回的内容不包含主键的值
obtainsPrimaryKeys() - 类 中的方法com.mybatisflex.core.row.Row
 
obtainsPrimaryKeys(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
obtainsPrimaryKeyStrings() - 类 中的方法com.mybatisflex.core.row.Row
 
obtainsPrimaryKeyStrings(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
obtainsPrimaryValues() - 类 中的方法com.mybatisflex.core.row.Row
 
obtainsPrimaryValues(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
obtainUpdateColumns(Object, boolean, boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
获取要修改的值
obtainUpdateRawValueMap(Object) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
obtainUpdateValues() - 类 中的方法com.mybatisflex.core.row.Row
获取更新的数据,主键后置
obtainUpdateValues(Row) - 类 中的静态方法com.mybatisflex.core.row.RowCPI
 
OCT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
oct(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的八进制编码。
oct(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的八进制编码。
oct(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的八进制编码。
of(Number, Number) - 类 中的静态方法com.mybatisflex.core.paginate.Page
创建分页对象。
of(Number, Number, Number) - 类 中的静态方法com.mybatisflex.core.paginate.Page
创建分页对象。
of(Class<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryChain
 
of(BaseMapper<E>) - 类 中的静态方法com.mybatisflex.core.query.QueryChain
 
of() - 类 中的静态方法com.mybatisflex.core.query.SqlOperators
创建一个新的 SqlOperators 实例。
of(String, SqlOperator) - 类 中的静态方法com.mybatisflex.core.query.SqlOperators
使用给定数据库的字段名称和操作符创建一个新的 SqlOperators 实例。
of(QueryColumn, SqlOperator) - 类 中的静态方法com.mybatisflex.core.query.SqlOperators
使用给定的查询列(QueryColumn)和操作符创建一个新的 SqlOperators 实例。
of(LambdaGetter<T>, SqlOperator) - 类 中的静态方法com.mybatisflex.core.query.SqlOperators
使用给定的 Lambda 表达式和操作符创建一个新的 SqlOperators 实例。
of(String, Object) - 类 中的静态方法com.mybatisflex.core.row.Row
 
of(String) - 类 中的静态方法com.mybatisflex.core.row.RowKey
 
of(String, KeyType) - 类 中的静态方法com.mybatisflex.core.row.RowKey
 
of(String, KeyType, String) - 类 中的静态方法com.mybatisflex.core.row.RowKey
 
of(String, KeyType, String, boolean) - 类 中的静态方法com.mybatisflex.core.row.RowKey
 
of(Class<T>) - 类 中的静态方法com.mybatisflex.core.update.UpdateChain
 
of(BaseMapper<T>) - 类 中的静态方法com.mybatisflex.core.update.UpdateChain
 
of(T) - 类 中的静态方法com.mybatisflex.core.update.UpdateChain
 
of(T, BaseMapper<T>) - 类 中的静态方法com.mybatisflex.core.update.UpdateChain
 
of(T) - 接口 中的静态方法com.mybatisflex.core.update.UpdateWrapper
 
of(Class<T>) - 接口 中的静态方法com.mybatisflex.core.update.UpdateWrapper
 
of(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.EnumWrapper
 
of(Class<?>, String) - 类 中的静态方法com.mybatisflex.core.util.FieldWrapper
 
of(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.Reflectors
 
of(Class<T>) - 类 中的静态方法com.mybatisflex.core.util.UpdateEntity
 
of(Class<T>, Object) - 类 中的静态方法com.mybatisflex.core.util.UpdateEntity
 
ofEntityClass(Class<E>) - 类 中的静态方法com.mybatisflex.core.mybatis.Mappers
通过 实体类 获取对应 BaseMapper 对象。
ofEntityClass(Class<?>) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
offset(Number) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
OFFSET - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
offset() - 类 中的方法com.mybatisflex.core.paginate.Page
获取当前分页偏移量。
offset(Number) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
offset(Number) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
offsetPeriod - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
可容忍的时间偏移量。
ofKey(String, Object) - 类 中的静态方法com.mybatisflex.core.row.Row
 
ofKey(RowKey...) - 类 中的静态方法com.mybatisflex.core.row.Row
 
ofKey(RowKey, Object) - 类 中的静态方法com.mybatisflex.core.row.Row
 
ofKey(RowKey[], Object[]) - 类 中的静态方法com.mybatisflex.core.row.Row
 
ofMapperClass(Class<M>) - 类 中的静态方法com.mybatisflex.core.mybatis.Mappers
通过 BaseMapper 接口实现的 Class 引用直接获取 BaseMapper 代理对象。
ofMapperClass(String, Class<M>) - 类 中的静态方法com.mybatisflex.core.mybatis.Mappers
 
ofMapperClass(Class<?>) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
ofNotNull(T) - 类 中的静态方法com.mybatisflex.core.util.UpdateEntity
 
ofTableName(String) - 类 中的静态方法com.mybatisflex.core.table.TableInfoFactory
 
on(String) - 类 中的方法com.mybatisflex.core.activerecord.query.JoinBuilder
 
on(QueryCondition) - 类 中的方法com.mybatisflex.core.activerecord.query.JoinBuilder
 
ON - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
on - 类 中的变量com.mybatisflex.core.query.Join
 
on(QueryCondition) - 类 中的方法com.mybatisflex.core.query.Join
 
on(String) - 类 中的方法com.mybatisflex.core.query.Joiner
 
on(QueryCondition) - 类 中的方法com.mybatisflex.core.query.Joiner
 
on(Consumer<QueryWrapper>) - 类 中的方法com.mybatisflex.core.query.Joiner
 
on(LambdaGetter<T>, LambdaGetter<K>) - 类 中的方法com.mybatisflex.core.query.Joiner
 
one() - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取一条数据。
one() - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
获取一条数据。
one() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取一条数据。
one() - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
获取一条数据。
one() - 类 中的方法com.mybatisflex.core.row.DbChain
 
oneAs(Class<R>) - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
获取一条数据,返回的数据为 asType 类型。
oneAs(Class<R>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
oneAsOpt(Class<R>) - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取一条数据,返回的数据为 asType 类型,并封装为 Optional 返回。
oneAsOpt(Class<R>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
oneById() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键获取一条数据。
oneById() - 类 中的方法com.mybatisflex.core.activerecord.query.FieldsQuery
根据主键查询一条数据。
oneById() - 类 中的方法com.mybatisflex.core.activerecord.query.RelationsQuery
根据主键查询一条数据。
oneByIdAs(Class<R>) - 类 中的方法com.mybatisflex.core.activerecord.query.FieldsQuery
根据主键查询一条数据,返回的数据为 asType 类型。
oneByIdAs(Class<R>) - 类 中的方法com.mybatisflex.core.activerecord.query.RelationsQuery
根据主键查询一条数据,返回的数据为 asType 类型。
oneByIdOpt() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键获取一条数据,并封装为 Optional 返回。
oneOpt() - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取一条数据,并封装为 Optional 返回。
oneOpt() - 类 中的方法com.mybatisflex.core.row.DbChain
 
OneToMany<SelfEntity> - com.mybatisflex.core.relation中的类
 
OneToMany(RelationOneToMany, Class<SelfEntity>, Field) - 类 的构造器com.mybatisflex.core.relation.OneToMany
 
OneToOne<SelfEntity> - com.mybatisflex.core.relation中的类
 
OneToOne(RelationOneToOne, Class<SelfEntity>, Field) - 类 的构造器com.mybatisflex.core.relation.OneToOne
 
onInsertColumns - 类 中的变量com.mybatisflex.core.table.TableInfo
 
onInsertListeners - 类 中的变量com.mybatisflex.core.table.TableInfo
 
onlyQueryRelations - 类 中的静态变量com.mybatisflex.core.relation.RelationManager
查询时,仅查询这个配置的 Relations
onlyQueryValueField - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
onSetListeners - 类 中的变量com.mybatisflex.core.table.TableInfo
 
onUpdateColumns - 类 中的变量com.mybatisflex.core.table.TableInfo
 
onUpdateListeners - 类 中的变量com.mybatisflex.core.table.TableInfo
 
openSession() - 类 中的方法com.mybatisflex.core.mybatis.Mappers.MapperHandler
 
OperateType - com.mybatisflex.core.dialect中的枚举
操作类型
OperateType() - 枚举 的构造器com.mybatisflex.core.dialect.OperateType
 
operator - 类 中的变量com.mybatisflex.core.query.OperatorQueryCondition
 
operator - 类 中的变量com.mybatisflex.core.query.OperatorSelectCondition
 
OperatorQueryCondition - com.mybatisflex.core.query中的类
操作类型的操作 示例1:and not ( id > 100 and name like %%)
OperatorQueryCondition(String, QueryCondition) - 类 的构造器com.mybatisflex.core.query.OperatorQueryCondition
 
OperatorSelectCondition - com.mybatisflex.core.query中的类
操作类型的操作 示例1:and EXISTS (select 1 from ... where ....)
OperatorSelectCondition(String, QueryWrapper) - 类 的构造器com.mybatisflex.core.query.OperatorSelectCondition
 
OptimisticLockManager - com.mybatisflex.core.optimisticlock中的类
乐观锁管理器。
OptimisticLockManager() - 类 的构造器com.mybatisflex.core.optimisticlock.OptimisticLockManager
 
optimizeCountQuery - 类 中的变量com.mybatisflex.core.paginate.Page
是否优化分页查询 COUNT 语句。
optimizeCountQueryWrapper(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
优化 COUNT 查询语句。
optimizeCountQueryWrapper(QueryWrapper, List<QueryColumn>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
优化 COUNT 查询语句。
or(QueryCondition) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
or(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
or(String, Object...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
or(LambdaGetter<E>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
OR - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
or(QueryCondition) - 类 中的方法com.mybatisflex.core.query.Brackets
 
or(String) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
or(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
or(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
or(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(Consumer<QueryWrapper>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(Consumer<QueryWrapper>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(Map<String, Object>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(Map<String, Object>, SqlOperators) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(Map<String, Object>, SqlOperators, SqlConnector) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
or(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
or(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
or(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
or(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Consumer<QueryWrapper>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Map<String, Object>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Map<String, Object>, SqlOperators) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
or(Map<String, Object>, SqlOperators, SqlConnector) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
ORACLE - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
Oracle11g及以下数据库的处理器 适合 DbType#ORACLE,DbType#DM,DbType#GAUSS
OracleDialect - com.mybatisflex.core.dialect.impl中的类
 
OracleDialect() - 类 的构造器com.mybatisflex.core.dialect.impl.OracleDialect
 
OracleDialect(LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.OracleDialect
 
OracleDialect(KeywordWrap, LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.OracleDialect
 
ORDER_BY - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
orderBy(QueryOrderBy...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(QueryColumn, Boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(String...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(String, Boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(LambdaGetter<E>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(LambdaGetter<E>, Boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
orderBy(QueryColumn, Boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
动态排序。
orderBy(QueryOrderBy...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
orderBy(LambdaGetter<T>, Boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
动态排序。
orderBy(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
orderBy(String, Boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
动态排序。
orderBy(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
orderBy(QueryColumn, Boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(QueryOrderBy...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(LambdaGetter<T>, Boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(String, Boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
orderBy - 类 中的变量com.mybatisflex.core.relation.ToManyRelation
 
ORDERBY_PATTERN - 类 中的静态变量com.mybatisflex.core.dialect.impl.DB2105Dialect
 
OrderByBuilder<R extends QueryModel<R>> - com.mybatisflex.core.activerecord.query中的类
Lambda 排序构建器。
OrderByBuilder(R, LambdaGetter<T>) - 类 的构造器com.mybatisflex.core.activerecord.query.OrderByBuilder
 
orderByColumn - 类 中的变量com.mybatisflex.core.query.QueryOrderByBuilder
 
orderBys - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
orderByUnSafely(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
orderType - 类 中的变量com.mybatisflex.core.query.QueryOrderBy
asc, desc
original - 类 中的变量com.mybatisflex.core.datasource.FlexDataSource.ConnectionHandler
 
originalCursor - 类 中的变量com.mybatisflex.core.mybatis.FlexResultSetHandler.FlexCursor
 
ownerType - 类 中的变量com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 

P

Page<T> - com.mybatisflex.core.paginate中的类
分页对象封装。
Page() - 类 的构造器com.mybatisflex.core.paginate.Page
创建分页对象。
Page(Number, Number) - 类 的构造器com.mybatisflex.core.paginate.Page
创建分页对象。
Page(Number, Number, Number) - 类 的构造器com.mybatisflex.core.paginate.Page
创建分页对象。
Page(List<T>, Number, Number, Number) - 类 的构造器com.mybatisflex.core.paginate.Page
创建分页对象。
page(Page<T>) - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取分页数据。
page(Page<T>) - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
获取分页数据。
page(Page<T>) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取分页数据。
page(Page<T>) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
获取分页数据。
page(Page<Row>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
page(Page<T>) - 接口 中的方法com.mybatisflex.core.service.IService
分页查询所有数据。
page(Page<T>, QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件分页查询数据。
page(Page<T>, QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件分页查询数据。
pageAs(Page<R>, Class<R>) - 接口 中的方法com.mybatisflex.core.query.ChainQuery
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - 类 中的方法com.mybatisflex.core.query.FieldsBuilder
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - 类 中的方法com.mybatisflex.core.query.RelationsBuilder
获取分页数据,返回的数据为 asType 类型。
pageAs(Page<R>, Class<R>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
pageAs(Page<R>, QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件分页查询数据,并通过 asType 进行接收。
pageNumber - 类 中的变量com.mybatisflex.core.paginate.Page
当前页码。
pageSize - 类 中的变量com.mybatisflex.core.paginate.Page
每页数据数量。
paginate(Number, Number, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginate(Number, Number, QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginate(Number, Number, Number, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginate(Number, Number, Number, QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginate(Page<T>, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginate(Page<T>, QueryWrapper, Consumer<FieldQueryBuilder<T>>...) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginate(String, String, Number, Number, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Number, Number, Number, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, Number, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Number, Number, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Number, Number, Number, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, Number, Number, Number, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Page<Row>, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, Page<Row>, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
分页查询
paginate(String, String, Page<Row>, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
分页查询数据
paginate(String, String, Page<Row>, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
paginateAs(Number, Number, QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginateAs(Number, Number, Number, QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginateAs(Page<R>, QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginateAs(Page<R>, QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询。
paginateWithRelations(Number, Number, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Number, Number, QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Number, Number, Number, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Number, Number, Number, QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Page<T>, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelations(Page<T>, QueryWrapper, Consumer<FieldQueryBuilder<T>>...) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Number, Number, QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Number, Number, Number, QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Page<R>, QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
paginateWithRelationsAs(Page<R>, QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - 接口 中的方法com.mybatisflex.core.BaseMapper
分页查询,及其 Relation 字段内容。
PARAM_INDEX - 类 中的静态变量com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
 
parameterHandler - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
parameterize(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
ParameterizedTypeImpl(Type, Type...) - 类 的构造器com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
ParamIndexDataSourceProcessor - com.mybatisflex.core.datasource.processor中的类
参数索引中取出数据源名称(针对简单类型参数快速解析读取)
ParamIndexDataSourceProcessor() - 类 的构造器com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
 
paramName - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
params - 类 中的变量com.mybatisflex.core.query.RawQueryColumn
 
params - 类 中的变量com.mybatisflex.core.query.StringFunctionQueryColumn
 
params - 类 中的变量com.mybatisflex.core.query.WithBuilder
 
params - 类 中的变量com.mybatisflex.core.query.WithItem
 
params - 类 中的变量com.mybatisflex.core.query.WithStringDetail
 
parseDate(Object) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
parseDate(String) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
parseDbType(String) - 类 中的静态方法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)
parseIndex(String) - 类 中的静态方法com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
 
parseJson(String) - 类 中的方法com.mybatisflex.core.handler.BaseJsonTypeHandler
 
parseJson(String) - 类 中的方法com.mybatisflex.core.handler.Fastjson2TypeHandler
 
parseJson(String) - 类 中的方法com.mybatisflex.core.handler.FastjsonTypeHandler
 
parseJson(String) - 类 中的方法com.mybatisflex.core.handler.GsonTypeHandler
 
parseJson(String) - 类 中的方法com.mybatisflex.core.handler.JacksonTypeHandler
 
parseLocalDateTime(String) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
PASSWORD - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
PASSWORD - 类 中的静态变量com.mybatisflex.core.mask.Masks
密码脱敏
password(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
password(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
password(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
对字符串 str 进行加密。
PASSWORD_PROCESSOR - 类 中的静态变量com.mybatisflex.core.mask.Masks
密码 脱敏
pattern - 异常错误 中的变量com.mybatisflex.core.exception.MybatisFlexException
 
PendingRelation() - 类 的构造器com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.PendingRelation
 
pendingRelations - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
PERCENT_SIGN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
PI - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
pi() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回圆周率。
pkValue() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
获取实体类主键数据。
pkValue() - 类 中的方法com.mybatisflex.core.activerecord.query.FieldsQuery
 
pkValue() - 类 中的方法com.mybatisflex.core.activerecord.query.RelationsQuery
 
PLACEHOLDER - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
PlainMethodInvoker(MapperMethod) - 类 的构造器com.mybatisflex.core.mybatis.binding.MybatisMapperProxy.PlainMethodInvoker
 
platform - 类 中的变量com.mybatisflex.core.audit.AuditMessage
平台,或者是运行的应用。
PLUS_SIGN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
POST - 类 中的静态变量com.mybatisflex.core.audit.http.HttpUtil
 
post(String, Map<String, String>, String, Map<String, String>) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
Send POST request
post(String, Map<String, String>, String) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
post(String, String, Map<String, String>) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
post(String, String) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
POSTGRESQL - 接口 中的静态变量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
POW - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
pow(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(LambdaGetter<X>, LambdaGetter<Y>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(String, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(QueryColumn, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
pow(LambdaGetter<T>, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
POWER - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
power(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(LambdaGetter<X>, LambdaGetter<Y>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(String, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(QueryColumn, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
power(LambdaGetter<T>, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的 y 次方。
prefix - 类 中的变量com.mybatisflex.core.dialect.KeywordWrap
前缀
prepare(Connection, Integer) - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
prepareAuth(QueryWrapper, OperateType) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
权限处理
prepareAuth(String, String, StringBuilder, OperateType) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
权限处理
prepareAuth(TableInfo, StringBuilder, OperateType) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
权限处理
prepareCompositeKeyParameter(ResultSet, ResultMapping, Class<?>, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
preparedParams(BaseMapper<?>, Page<?>, QueryWrapper, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
preparedQueryWrapper(Map<String, Object>, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
prepareParameterForNestedQuery(ResultSet, ResultMapping, Class<?>, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
prepareSimpleKeyParameter(ResultSet, ResultMapping, Class<?>, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
prepareValue(Object) - 类 中的静态方法com.mybatisflex.core.logicdelete.impl.DefaultLogicDeleteProcessor
 
prependPrefix(String, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
prev - 类 中的变量com.mybatisflex.core.query.QueryCondition
 
prevent() - 类 中的方法com.mybatisflex.core.field.FieldQuery.Builder
阻止对嵌套类属性的查询,只对 集合 与 实体类 两种属性类型有效。
prevent(boolean) - 类 中的方法com.mybatisflex.core.field.FieldQuery.Builder
设置是否阻止对嵌套类属性的查询,只对 集合 与 实体类 两种属性类型有效。
prevent - 类 中的变量com.mybatisflex.core.field.FieldQuery
 
previousRowValue - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
PRIMARY_KEY - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
PRIMARY_VALUE - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
primaryColumns - 类 中的变量com.mybatisflex.core.table.TableInfo
 
primaryKeyList - 类 中的变量com.mybatisflex.core.table.TableInfo
 
PrimaryKeyLogicDeleteProcessor - com.mybatisflex.core.logicdelete.impl中的类
主键逻辑删除处理器。
PrimaryKeyLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.impl.PrimaryKeyLogicDeleteProcessor
 
primaryKeys - 类 中的变量com.mybatisflex.core.row.Row
 
primitive - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.UnMappedColumnAutoMapping
 
primitiveToBoxed(Class<?>) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
print(String, Long) - 接口 中的方法com.mybatisflex.core.audit.ConsoleMessageCollector.SqlDebugPrinter
 
printBanner - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
启动是否打印 banner 和 版本号
printBanner() - 类 中的方法com.mybatisflex.core.mybatis.FlexSqlSessionFactoryBuilder
 
printer - 类 中的变量com.mybatisflex.core.audit.ConsoleMessageCollector
 
printPretty(Row) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
printPretty(List<Row>) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
privateLookupInMethod - 类 中的静态变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
process(String, Object, Method, Object[]) - 接口 中的方法com.mybatisflex.core.datasource.processor.DataSourceProcessor
数据源key解析扩展
process(String, Object, Method, Object[]) - 类 中的方法com.mybatisflex.core.datasource.processor.DelegatingDataSourceProcessor
 
process(String, Object, Method, Object[]) - 类 中的方法com.mybatisflex.core.datasource.processor.ParamIndexDataSourceProcessor
若不符合处理逻辑将返回 null 值
process(IDialect, StringBuilder, QueryWrapper, Long, Long) - 接口 中的方法com.mybatisflex.core.dialect.LimitOffsetProcessor
处理构建 limit 和 offset
process(String, String, OperateType) - 接口 中的方法com.mybatisflex.core.table.DynamicSchemaProcessor
 
process(String) - 接口 中的方法com.mybatisflex.core.table.DynamicTableProcessor
已过时。
process(String, OperateType) - 接口 中的方法com.mybatisflex.core.table.DynamicTableProcessor
 
processAfter(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.CustomKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.MultiEntityKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.MultiRowKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.RowKeyGenerator
 
processBatch(MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.CustomKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.MultiEntityKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.MultiPrimaryKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.MultiRowKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - 类 中的方法com.mybatisflex.core.keygen.RowKeyGenerator
 
processDataSourceKey(String, Object, Method, Object[]) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
processDataSourceKey(String, Object, Method, Object[]) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
processor - 类 中的静态变量com.mybatisflex.core.logicdelete.LogicDeleteManager
 
processorMap - 类 中的静态变量com.mybatisflex.core.mask.MaskManager
脱敏处理器,type : processor
Propagation - com.mybatisflex.core.transaction中的枚举
事务的传递方式,参考 spring
Propagation(int) - 枚举 的构造器com.mybatisflex.core.transaction.Propagation
 
property - 枚举 中的变量com.mybatisflex.core.datasource.DataSourceProperty
 
property - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.UnMappedColumnAutoMapping
 
property - 类 中的变量com.mybatisflex.core.table.ColumnInfo
java entity 定义的属性名称(field name)。
property - 类 中的变量com.mybatisflex.core.util.EnumWrapper
 
propertyColumnMapping - 类 中的变量com.mybatisflex.core.table.TableInfo
 
propertyMapping - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.PendingRelation
 
propertyName - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
PropertySetter<R> - com.mybatisflex.core.update中的接口
属性设置接口。
propertyType - 类 中的变量com.mybatisflex.core.handler.Fastjson2TypeHandler
 
propertyType - 类 中的变量com.mybatisflex.core.handler.FastjsonTypeHandler
 
propertyType - 类 中的变量com.mybatisflex.core.handler.GsonTypeHandler
 
propertyType - 类 中的变量com.mybatisflex.core.handler.JacksonTypeHandler
 
propertyType - 类 中的变量com.mybatisflex.core.table.ColumnInfo
属性类型。
propertyType - 类 中的变量com.mybatisflex.core.util.EnumWrapper
 
providerRawSql(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
执行原生 sql 的方法
ProviderUtil - com.mybatisflex.core.provider中的类
 
ProviderUtil() - 类 的构造器com.mybatisflex.core.provider.ProviderUtil
 
proxy(Connection, String) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
PROXY_CLASS_NAMES - 类 中的静态变量com.mybatisflex.core.util.ClassUtil
 
proxyMethods - 类 中的静态变量com.mybatisflex.core.datasource.FlexDataSource.ConnectionHandler
 
put(String, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
putAncestor(Object, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
putContext(String, Object) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
putContext(QueryWrapper, String, Object) - 类 中的静态方法com.mybatisflex.core.query.CPI
 

Q

QUARTER - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
quarter(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是第几季度,范围 1-4。
quarter(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是第几季度,范围 1-4。
quarter(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是第几季度,范围 1-4。
query - 类 中的变量com.mybatisflex.core.audit.AuditMessage
SQL 内容。
QUERY - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
query(Statement, ResultHandler) - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
query() - 接口 中的方法com.mybatisflex.core.service.IService
默认 QueryWrapper 构建。
queryBuilder - 类 中的变量com.mybatisflex.core.field.FieldQuery
 
QueryBuilder<T> - com.mybatisflex.core.field中的接口
属性查询条件构建。
QueryChain<T> - com.mybatisflex.core.query中的类
QueryWrapper 链式调用。
QueryChain(BaseMapper<T>) - 类 的构造器com.mybatisflex.core.query.QueryChain
 
queryChain() - 接口 中的方法com.mybatisflex.core.service.IService
链式查询。
queryColumn - 类 中的变量com.mybatisflex.core.activerecord.query.OrderByBuilder
 
queryColumn - 类 中的变量com.mybatisflex.core.activerecord.query.WhereBuilder
 
queryColumn - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn
 
queryColumn - 类 中的变量com.mybatisflex.core.query.NegativeQueryColumn
 
QueryColumn - com.mybatisflex.core.query中的类
查询列,描述的是一张表的字段
QueryColumn() - 类 的构造器com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String) - 类 的构造器com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String, String) - 类 的构造器com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String, String, String) - 类 的构造器com.mybatisflex.core.query.QueryColumn
 
QueryColumn(String, String, String, String) - 类 的构造器com.mybatisflex.core.query.QueryColumn
 
QueryColumn(QueryTable, String) - 类 的构造器com.mybatisflex.core.query.QueryColumn
 
QueryColumn(QueryTable, String, String) - 类 的构造器com.mybatisflex.core.query.QueryColumn
 
queryColumn - 类 中的变量com.mybatisflex.core.query.QueryConditionBuilder
 
queryColumn - 类 中的变量com.mybatisflex.core.query.QueryOrderBy
 
QueryColumnAdapter - com.mybatisflex.core.query中的类
QueryColumn 适配器,用于将 QueryCondition 转换为 QueryColumn
QueryColumnAdapter(QueryCondition) - 类 的构造器com.mybatisflex.core.query.QueryColumnAdapter
 
QueryColumnBehavior - com.mybatisflex.core.query中的类
默认 QueryColumn 行为。
QueryColumnBehavior() - 类 的构造器com.mybatisflex.core.query.QueryColumnBehavior
 
queryColumnMap - 类 中的静态变量com.mybatisflex.core.util.LambdaUtil
 
queryColumns - 类 中的变量com.mybatisflex.core.query.DistinctQueryColumn
 
QueryCondition - com.mybatisflex.core.query中的类
 
QueryCondition() - 类 的构造器com.mybatisflex.core.query.QueryCondition
 
QueryConditionAdapter - com.mybatisflex.core.query中的类
QueryCondition 适配器,用于将 QueryColumn 转换为 QueryCondition
QueryConditionAdapter(QueryColumn) - 类 的构造器com.mybatisflex.core.query.QueryConditionAdapter
 
QueryConditionBuilder<Wrapper extends QueryWrapper> - com.mybatisflex.core.query中的类
 
QueryConditionBuilder(Wrapper, QueryColumn, SqlConnector) - 类 的构造器com.mybatisflex.core.query.QueryConditionBuilder
 
queryCount - 类 中的变量com.mybatisflex.core.audit.AuditMessage
SQL 查询出来数据的数量。
queryCursor(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
queryFields(BaseMapper<?>, Collection<?>, Map<String, FieldQuery>) - 类 中的静态方法com.mybatisflex.core.field.FieldQueryManager
 
queryFields(BaseMapper<?>, List<R>, Consumer<FieldQueryBuilder<R>>[]) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
QueryMethods - com.mybatisflex.core.query中的类
SQL 函数。
QueryMethods() - 类 的构造器com.mybatisflex.core.query.QueryMethods
 
queryModel - 类 中的变量com.mybatisflex.core.activerecord.query.JoinBuilder
 
queryModel - 类 中的变量com.mybatisflex.core.activerecord.query.OrderByBuilder
 
QueryModel<T extends QueryModel<T>> - com.mybatisflex.core.activerecord.query中的类
实体类条件查询构建模型。
QueryModel() - 类 的构造器com.mybatisflex.core.activerecord.query.QueryModel
 
queryModel - 类 中的变量com.mybatisflex.core.activerecord.query.WhereBuilder
 
QueryOrderBy - com.mybatisflex.core.query中的类
排序字段
QueryOrderBy() - 类 的构造器com.mybatisflex.core.query.QueryOrderBy
 
QueryOrderBy(QueryColumn, String) - 类 的构造器com.mybatisflex.core.query.QueryOrderBy
 
QueryOrderBy(QueryColumn) - 类 的构造器com.mybatisflex.core.query.QueryOrderBy
 
QueryOrderByBuilder<Wrapper extends QueryWrapper> - com.mybatisflex.core.query中的类
排序字段构建器
QueryOrderByBuilder(Wrapper, LambdaGetter<T>) - 类 的构造器com.mybatisflex.core.query.QueryOrderByBuilder
 
queryParams - 类 中的变量com.mybatisflex.core.audit.AuditMessage
SQL 参数。
queryRelations(BaseMapper<?>, List<Entity>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
queryRelations(BaseMapper<?>, E) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
queryRelations(BaseMapper<?>, List<E>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
queryTable - 类 中的变量com.mybatisflex.core.query.Join
 
QueryTable - com.mybatisflex.core.query中的类
查询表。
QueryTable() - 类 的构造器com.mybatisflex.core.query.QueryTable
 
QueryTable(String) - 类 的构造器com.mybatisflex.core.query.QueryTable
 
QueryTable(String, String) - 类 的构造器com.mybatisflex.core.query.QueryTable
 
QueryTable(String, String, String) - 类 的构造器com.mybatisflex.core.query.QueryTable
 
queryTables - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
queryTime - 类 中的变量com.mybatisflex.core.audit.AuditMessage
SQL 执行的时间点(当前时间,毫秒)。
queryWrapper - 类 中的变量com.mybatisflex.core.activerecord.query.QueryModel
 
queryWrapper() - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
queryWrapper(QueryBuilder<T>) - 类 中的方法com.mybatisflex.core.field.FieldQuery.Builder
设置查询这个属性的 QueryWrapper 对象。
queryWrapper() - 类 中的方法com.mybatisflex.core.query.AbstractQueryBuilder
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.Joiner
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.OperatorSelectCondition
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.QueryConditionBuilder
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.QueryOrderByBuilder
 
QueryWrapper - com.mybatisflex.core.query中的类
 
QueryWrapper() - 类 的构造器com.mybatisflex.core.query.QueryWrapper
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.SelectQueryColumn
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.SelectQueryTable
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.UnionWrapper
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.WithBuilder
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.WithSelectDetail
 
queryWrapper - 类 中的变量com.mybatisflex.core.query.WithValuesDetail
 
QueryWrapperAdapter<R extends QueryWrapperAdapter<R>> - com.mybatisflex.core.query中的类
QueryWrapper 泛型适配器。
QueryWrapperAdapter() - 类 的构造器com.mybatisflex.core.query.QueryWrapperAdapter
 

R

RADIANS - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
radians(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将角度转换为弧度。
radians(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将角度转换为弧度。
radians(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将角度转换为弧度。
RAND - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
rand() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 0~1 的随机数。
rand(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 0~1 的随机数,x 值相同时返回的随机数相同。
rand(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 0~1 的随机数,x 值相同时返回的随机数相同。
rand(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 0~1 的随机数,x 值相同时返回的随机数相同。
raw(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建原生查询条件。
raw(String, Object...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建原生查询条件,并附带参数。
RAW_ARGS - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
rawCountQueryWrapper(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
原生的、未经过优化的 COUNT 查询。
rawCountQueryWrapper(QueryWrapper, List<QueryColumn>) - 类 中的静态方法com.mybatisflex.core.util.MapperUtil
 
RawQueryColumn - com.mybatisflex.core.query中的类
原生列。
RawQueryColumn(Object, Object...) - 类 的构造器com.mybatisflex.core.query.RawQueryColumn
 
RawQueryCondition - com.mybatisflex.core.query中的类
原生条件。
RawQueryCondition(String) - 类 的构造器com.mybatisflex.core.query.RawQueryCondition
 
RawQueryCondition(String, Object...) - 类 的构造器com.mybatisflex.core.query.RawQueryCondition
 
RawQueryOrderBy - com.mybatisflex.core.query中的类
原生排序字段。
RawQueryOrderBy(String) - 类 的构造器com.mybatisflex.core.query.RawQueryOrderBy
 
RawQueryOrderBy(String, boolean) - 类 的构造器com.mybatisflex.core.query.RawQueryOrderBy
 
RawQueryTable - com.mybatisflex.core.query中的类
原生查询表。
RawQueryTable(String) - 类 的构造器com.mybatisflex.core.query.RawQueryTable
 
rawSQL - 类 中的变量com.mybatisflex.core.query.WithStringDetail
 
rawType - 类 中的变量com.mybatisflex.core.handler.FastjsonTypeHandler.ParameterizedTypeImpl
 
RawValue - com.mybatisflex.core.update中的类
 
RawValue(Object) - 类 的构造器com.mybatisflex.core.update.RawValue
 
readString(HttpURLConnection) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
readTimeout - 类 中的静态变量com.mybatisflex.core.audit.http.HttpUtil
 
records - 类 中的变量com.mybatisflex.core.paginate.Page
当前页数据。
RECURSIVE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
recursive - 类 中的变量com.mybatisflex.core.query.With
 
REFERENCE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
reflector - 类 中的变量com.mybatisflex.core.table.TableInfo
 
reflectorFactory - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
reflectorFactory - 类 中的变量com.mybatisflex.core.table.TableInfo
 
reflectorMap - 类 中的静态变量com.mybatisflex.core.util.Reflectors
 
Reflectors - com.mybatisflex.core.util中的类
 
Reflectors() - 类 的构造器com.mybatisflex.core.util.Reflectors
 
register(String, IKeyGenerator) - 类 中的静态方法com.mybatisflex.core.keygen.KeyGeneratorFactory
注册一个主键生成器
registerDialect(DbType, IDialect) - 类 中的静态方法com.mybatisflex.core.dialect.DialectFactory
可以为某个 dbType 注册(新增或覆盖)自己的方言
registerInsertListener(InsertListener, Class<?>...) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
registerMapping(Class<?>, Map<String, Method>) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
registerMaskProcessor(String, MaskProcessor) - 类 中的静态方法com.mybatisflex.core.mask.MaskManager
注册处理器,用户可以注册新的脱敏处理器 或者 覆盖内置的处理器
registerSetListener(SetListener, Class<?>...) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
registerUpdateListener(UpdateListener, Class<?>...) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
relationField - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
relationFieldWrapper - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
RelationManager - com.mybatisflex.core.relation中的类
 
RelationManager() - 类 的构造器com.mybatisflex.core.relation.RelationManager
 
RelationsBuilder<T> - com.mybatisflex.core.query中的类
使用 Relations Query 的方式进行关联查询。
RelationsBuilder(MapperQueryChain<T>) - 类 的构造器com.mybatisflex.core.query.RelationsBuilder
 
RelationsQuery<T extends Model<T>> - com.mybatisflex.core.activerecord.query中的类
使用 Relations Query 的方式进行关联查询。
RelationsQuery(Model<T>) - 类 的构造器com.mybatisflex.core.activerecord.query.RelationsQuery
 
release() - 类 中的方法com.mybatisflex.core.audit.AbstractMessageCollector
 
release() - 类 中的方法com.mybatisflex.core.audit.ScheduledMessageCollector
 
release(String, boolean) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
release() - 类 中的静态方法com.mybatisflex.core.transaction.TransactionContext
 
RELEASE_LOCK - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
releaseScheduledMessageCollector(MessageCollector) - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
remarks - 枚举 中的变量com.mybatisflex.core.dialect.DbType
描述
remove() - 类 中的方法com.mybatisflex.core.activerecord.Model
根据实体类构建的条件删除数据。
remove() - 类 中的方法com.mybatisflex.core.row.DbChain
 
remove(Object) - 类 中的方法com.mybatisflex.core.row.Row
 
remove(QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件删除数据。
remove(QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件删除数据。
remove() - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
removeById() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键删除数据。
removeById() - 类 中的方法com.mybatisflex.core.row.DbChain
 
removeById(T) - 接口 中的方法com.mybatisflex.core.service.IService
根据实体主键删除数据。
removeById(Serializable) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键删除数据。
removeByIdOpt() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键删除数据,结果使用 Optional 返回源对象回调,删除成功返回 Optional.of(this),删除失败返回 Optional.empty()
removeByIds(Collection<? extends Serializable>) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键批量删除数据。
removeByMap(Map<String, Object>) - 接口 中的方法com.mybatisflex.core.service.IService
根据 Map 构建查询条件删除数据。
removeDatasource(String) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
removeOpt() - 类 中的方法com.mybatisflex.core.activerecord.Model
根据实体类构建的条件删除数据,结果使用 Optional 返回源对象回调,删除成功返回 Optional.of(this),删除失败返回 Optional.empty()
REPEAT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
repeat(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 重复 n 次。
repeat(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 重复 n 次。
repeat(LambdaGetter<S>, LambdaGetter<N>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 重复 n 次。
repeat(String, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 重复 n 次。
repeat(QueryColumn, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 重复 n 次。
repeat(LambdaGetter<T>, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 重复 n 次。
REPLACE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
replace(String, String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
用字符串 s2 代替字符串 s 中的字符串 s1。
replace(QueryColumn, QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
用字符串 s2 代替字符串 s 中的字符串 s1。
replace(LambdaGetter<S>, LambdaGetter<S1>, LambdaGetter<S2>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
用字符串 s2 代替字符串 s 中的字符串 s1。
replaceConditionColumn(QueryCondition) - 类 中的方法com.mybatisflex.core.query.Join
 
replaceEntityKeyGenerator(MappedStatement) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
生成新的、已替换主键生成器的 MappedStatement
replaceResultMap(MappedStatement, TableInfo) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
替换 entity 查询的 ResultMap
replaceRowKeyGenerator(MappedStatement) - 类 中的方法com.mybatisflex.core.mybatis.FlexConfiguration
生成新的、已替换主键生成器的 MappedStatement
replaceSqlParams(String, Object[]) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
替换 sql 中的问号 ?
requireNonNullElse(T, T) - 类 中的静态方法com.mybatisflex.core.util.ObjectUtil
 
resetAutoCommit(Connection) - 类 中的静态方法com.mybatisflex.core.datasource.FlexDataSource
 
resolveDiscriminatedResultMap(ResultSet, ResultMap, String) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
restartDataSource(DataSource) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
restoreLogicDelete() - 类 中的静态方法com.mybatisflex.core.logicdelete.LogicDeleteManager
恢复逻辑删除字段处理。
restoreMask() - 类 中的静态方法com.mybatisflex.core.mask.MaskManager
恢复脱敏处理
restoreOptimisticLock() - 类 中的静态方法com.mybatisflex.core.optimisticlock.OptimisticLockManager
恢复乐观锁字段处理。
restoreTenantCondition() - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
恢复 tenant 条件
resultHandler - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
returnCopyByAsMethod - 类 中的变量com.mybatisflex.core.query.QueryColumn
 
REVERSE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
reverse(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的顺序反过来。
reverse(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的顺序反过来。
reverse(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的顺序反过来。
RIGHT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
right(String, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的后 length 个字符。
right(QueryColumn, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的后 length 个字符。
right(LambdaGetter<S>, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回字符串 s 的后 length 个字符。
RIGHT_JOIN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
rightJoin(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(String, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(Class<?>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(QueryTable) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(QueryTable, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
rightJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
rightJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
rightJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
rightJoin(Class<?>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
rightJoin(Class<?>, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
rightJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
rightJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
rightJoin(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
rightJoin(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
rightJoin(String, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
rightJoin(Class) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
rightJoin(Class, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
rightJoin(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
rightJoin(QueryWrapper, boolean) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
rollback(String) - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
ROUND - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
round(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回离 x 最近的整数(四舍五入)。
round(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回离 x 最近的整数(四舍五入)。
round(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回离 x 最近的整数(四舍五入)。
round(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
保留 x 小数点后 y 位的值,但截断时要四舍五入。
round(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
保留 x 小数点后 y 位的值,但截断时要四舍五入。
round(LambdaGetter<X>, LambdaGetter<Y>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
保留 x 小数点后 y 位的值,但截断时要四舍五入。
round(String, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
保留 x 小数点后 y 位的值,但截断时要四舍五入。
round(QueryColumn, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
保留 x 小数点后 y 位的值,但截断时要四舍五入。
round(LambdaGetter<T>, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
保留 x 小数点后 y 位的值,但截断时要四舍五入。
ROW - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
Row - com.mybatisflex.core.row中的类
 
Row() - 类 的构造器com.mybatisflex.core.row.Row
 
rowBounds - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
RowCPI - com.mybatisflex.core.row中的类
cross package invoker
RowCPI() - 类 的构造器com.mybatisflex.core.row.RowCPI
 
RowCustomKeyGenerator - com.mybatisflex.core.keygen中的类
通过 java 编码的方式生成主键 当主键类型配置为 KeyType#Generator 时,使用此生成器生成 KeyType.Generator
RowCustomKeyGenerator(RowKey) - 类 的构造器com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
rowData - 类 中的变量com.mybatisflex.core.row.DbChain
 
RowJdbc3KeyGenerator - com.mybatisflex.core.keygen中的类
主要作用是为 Row 生成自增主键
RowJdbc3KeyGenerator(String) - 类 的构造器com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
RowJdbc3KeyGenerator.KeyAssigner - com.mybatisflex.core.keygen中的类
 
rowKey - 类 中的变量com.mybatisflex.core.keygen.RowCustomKeyGenerator
 
RowKey - com.mybatisflex.core.row中的类
row 的主键策略
RowKey() - 类 的构造器com.mybatisflex.core.row.RowKey
 
RowKeyGenerator - com.mybatisflex.core.keygen中的类
为 row 的主键生成器
RowKeyGenerator(MappedStatement) - 类 的构造器com.mybatisflex.core.keygen.RowKeyGenerator
 
RowMapper - com.mybatisflex.core.row中的接口
 
RowMapperInvoker - com.mybatisflex.core.row中的类
 
RowMapperInvoker(SqlSessionFactory) - 类 的构造器com.mybatisflex.core.row.RowMapperInvoker
 
ROWS - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
ROWS - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
ROWS_FETCH_NEXT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
ROWS_ONLY - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
RowSqlProvider - com.mybatisflex.core.provider中的类
 
RowSqlProvider() - 类 的构造器com.mybatisflex.core.provider.RowSqlProvider
不让实例化,使用静态方法的模式,效率更高,非静态方法每次都会实例化当前类 参考源码: {ProviderSqlSource.getBoundSql(Object)
RowUtil - com.mybatisflex.core.row中的类
 
RowUtil() - 类 的构造器com.mybatisflex.core.row.RowUtil
 
RPAD - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
rpad(String, String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的结尾处,使字符串长度达到 len。
rpad(QueryColumn, QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的结尾处,使字符串长度达到 len。
rpad(LambdaGetter<S1>, LambdaGetter<L>, LambdaGetter<S2>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
字符串 s2 来填充 s1 的结尾处,使字符串长度达到 len。
rrwLock - 类 中的变量com.mybatisflex.core.audit.AbstractMessageCollector
 
rsmd - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
RTRIM - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
rtrim(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
去掉字符串 s 结尾处的空格。
rtrim(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
去掉字符串 s 结尾处的空格。
rtrim(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
去掉字符串 s 结尾处的空格。

S

save() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存数据(自动忽略 null 值)。
save(boolean) - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存数据,并设置是否忽略 null 值。
save(Object) - 类 中的方法com.mybatisflex.core.row.DbChain
 
save() - 类 中的方法com.mybatisflex.core.row.DbChain
 
save(T) - 接口 中的方法com.mybatisflex.core.service.IService
保存实体类对象数据。
saveBatch(Collection<T>) - 接口 中的方法com.mybatisflex.core.service.IService
批量保存实体类对象数据。
saveBatch(Collection<T>, int) - 接口 中的方法com.mybatisflex.core.service.IService
批量保存实体类对象数据。
saveOpt() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存数据(自动忽略 null 值),结果使用 Optional 返回源对象回调,保存成功返回 Optional.of(this),保存失败返回 Optional.empty()
saveOpt(boolean) - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存数据,并设置是否忽略 null 值,结果使用 Optional 返回源对象回调,保存成功返回 Optional.of(this),保存失败返回 Optional.empty()
saveOrUpdate() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存或者更新数据,如果实体类主键没有值,则 保存 数据;如果实体类主键有值,则 更新 数据(全部自动忽略 null 值)。
saveOrUpdate(boolean) - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存或者更新数据,如果实体类主键没有值,则 保存 数据;如果实体类主键有值,则 更新 数据,并设置是否忽略 null 值。
saveOrUpdate(T) - 接口 中的方法com.mybatisflex.core.service.IService
保存或者更新实体类对象数据。
saveOrUpdateBatch(Collection<T>) - 接口 中的方法com.mybatisflex.core.service.IService
保存或者更新实体类对象数据。
saveOrUpdateBatch(Collection<T>, int) - 接口 中的方法com.mybatisflex.core.service.IService
保存或者更新实体类对象数据。
saveOrUpdateOpt() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存或者更新数据,如果实体类主键没有值,则 保存 数据;如果实体类主键有值,则 更新 数据(全部自动忽略 null 值),结果使用 Optional 返回源对象回调,保存或更新成功返回 Optional.of(this),保存或更新失败返回 Optional.empty()
saveOrUpdateOpt(boolean) - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
保存或者更新数据,如果实体类主键没有值,则 保存 数据;如果实体类主键有值,则 更新 数据,并设置是否忽略 null 值,结果使用 Optional 返回源对象回调,保存或更新成功返回 Optional.of(this),保存或更新失败返回 Optional.empty()
ScheduledMessageCollector - com.mybatisflex.core.audit中的类
默认的审计消息收集器,其收集消息后,定时通过消息发送器MessageReporter把消息发送过去
ScheduledMessageCollector() - 类 的构造器com.mybatisflex.core.audit.ScheduledMessageCollector
 
ScheduledMessageCollector(long, MessageReporter) - 类 的构造器com.mybatisflex.core.audit.ScheduledMessageCollector
 
scheduler - 类 中的变量com.mybatisflex.core.audit.ScheduledMessageCollector
 
SCHEMA - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
schema() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前数据库 schema。
schema - 类 中的变量com.mybatisflex.core.query.QueryTable
 
schema - 类 中的变量com.mybatisflex.core.row.DbChain
 
schema - 类 中的变量com.mybatisflex.core.table.TableInfo
 
SCHEMA_NAME - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
schemaMappingTL - 类 中的静态变量com.mybatisflex.core.table.TableManager
 
searchValue - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn.When
 
SEC_TO_TIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
SECOND - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
second(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的秒钟值。
second(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的秒钟值。
second(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回时间 t 中的秒钟值。
SECOND_GENERIC_PARAM_NAME - 类 中的静态变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator
 
secretKey - 类 中的变量com.mybatisflex.core.audit.http.HttpMessageReporter
 
secToTime(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将以秒为单位的时间 s 转换为时分秒的格式。
secToTime(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将以秒为单位的时间 s 转换为时分秒的格式。
secToTime(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将以秒为单位的时间 s 转换为时分秒的格式。
select() - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
select(String...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
select(QueryColumn...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
select(Iterable<QueryColumn>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
select(LambdaGetter<E>...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
select(QueryColumn[]...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
SELECT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
select(QueryColumn...) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
SELECT queryColumns FROM table
select() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
select(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
select(LambdaGetter<T>...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
select(QueryColumn...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
select(Iterable<QueryColumn>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
select(QueryColumn[]...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
select(QueryColumn[], QueryColumn...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
select() - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
select(String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
select(LambdaGetter<T>...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
select(QueryColumn...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
select(Iterable<QueryColumn>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
select(QueryColumn[]...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
select(QueryColumn[], QueryColumn...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
SELECT_ALL_FROM - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
selectAll() - 接口 中的方法com.mybatisflex.core.BaseMapper
查询全部数据。
selectAll(String, String) - 类 中的静态方法com.mybatisflex.core.row.Db
查询某张表的所有数据
selectAll(String) - 类 中的静态方法com.mybatisflex.core.row.Db
查询某张表的所有数据
selectAll(String, String) - 接口 中的方法com.mybatisflex.core.row.RowMapper
查询某张表的全部数据
selectAll(String, String) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectAllWithRelations() - 接口 中的方法com.mybatisflex.core.BaseMapper
查询全部数据,及其 Relation 字段内容。
selectColumns - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
selectColumns - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
selectCount() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
SELECT COUNT(*) as temp_count FROM table
selectCount(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
查收 count 数据,一般用于 select count(*)...
selectCount(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
查询数据,一般用于 select count(*)...
selectCount(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectCountByCondition(QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据条件查询数据总量。
selectCountByCondition(String, String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 条件来查询数量
selectCountByCondition(String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 条件来查询数量
selectCountByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询数据量。
selectCountByQuery(String, String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 query 构建的条件来查询数据量
selectCountByQuery(String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 query 构建的条件来查询数据量
selectCountByQuery(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
直接根据 query 来查询数据量
selectCountByQuery(String, String, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
查询数据量
selectCountByQuery(String, String, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectCountOne() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
SELECT COUNT(1) as temp_count_one FROM table
selectCursorByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询游标数据,该方法必须在事务中才能正常使用,非事务下无法获取数据。
selectCursorByQueryAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询游标数据,要求返回的数据为 asType 类型。
selectFirstAndSecondColumnsAsMap(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回为Map 第一列的值作为key 第二列的值作为value
selectFirstAndSecondColumnsAsMap(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
查询某个内容,数据返回为Map 第一列的值作为key 第二列的值作为value
selectFirstAndSecondColumnsAsMap(String, String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回为Map 第一列的值作为key 第二列的值作为value
selectFirstAndSecondColumnsAsMap(String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回为Map 第一列的值作为key 第二列的值作为value
selectFirstAndSecondColumnsAsMap(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
 
selectFirstAndSecondColumnsAsMap(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectFirstAndSecondColumnsAsMapByQuery(String, String, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
 
selectFirstAndSecondColumnsAsMapByQuery(String, String, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectListByCondition(QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询多条数据。
selectListByCondition(QueryCondition, Long) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询多条数据。
selectListByCondition(String, String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 condition 条件来查询数据列表
selectListByCondition(String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 condition 条件来查询数据列表
selectListByCondition(String, String, QueryCondition, Long) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 条件来查询数据列表
selectListByCondition(String, QueryCondition, Long) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 条件来查询数据列表
selectListByIds(Collection<? extends Serializable>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据多个主键来查询多条数据。
selectListByIds(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
selectListByIds 的 SQL 构建。
selectListByMap(Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据 Map 来构建查询条件,查询多条数据。
selectListByMap(Map<String, Object>, Long) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据 Map 来构建查询条件,查询多条数据。
selectListByMap(String, String, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 map 构建的条件来查询数据列表
selectListByMap(String, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 map 构建的条件来查询数据列表
selectListByMap(String, String, Map<String, Object>, Long) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 构建的条件来查询数据列表
selectListByMap(String, Map<String, Object>, Long) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 构建的条件来查询数据列表
selectListByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询数据列表。
selectListByQuery(QueryWrapper, Consumer<FieldQueryBuilder<T>>...) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询数据列表。
selectListByQuery(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
selectListByQuery 的 SQL 构建。
selectListByQuery(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
selectListByQuery 的 SQL 构建。
selectListByQuery(String, String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 query 来查询数据列表
selectListByQuery(String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 query 来查询数据列表
selectListByQuery(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 query 来查询数据列表
selectListByQuery(String, String, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 queryWrapper 来查询一个 row 列表
selectListByQuery(String, String, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectListByQueryAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询数据列表,要求返回的数据为 asType。
selectListByQueryAs(QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询数据列表,要求返回的数据为 asType 类型。
selectListBySql(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
通过 sql 来查询多条数据
selectListBySql(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
通过自定义 sql 来查询一个 Row 列表
selectListBySql(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectListWithRelationsByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询实体类及其 Relation 注解字段。
selectListWithRelationsByQueryAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询实体类及其 Relation 注解字段。
selectListWithRelationsByQueryAs(QueryWrapper, Class<R>, Consumer<FieldQueryBuilder<R>>...) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询实体类及其 Relation 注解字段。
selectObject(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
查询某个内容,数据返回的应该只有 1 行 1 列
selectObject(String, String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
selectObject(String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
selectObject(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
selectObject(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
通过 sql 查询某一个数据,sql 执行的结果应该只有 1 行 1 列 若返回有多列,则只取第一列的值,若有多行,则会出现 TooManyResultsException 错误
selectObject(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectObjectByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询第一列返回的数据,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
selectObjectByQuery(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
selectCountByQuery 的 SQL 构建。
selectObjectByQuery(String, String, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 queryWrapper 1 条数据 queryWrapper 执行的结果应该只有 1 列,例如 QueryWrapper.create().select(ACCOUNT.id).where...
selectObjectByQuery(String, String, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectObjectByQueryAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询第一列返回的数据,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
selectObjectList(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
查询某列内容,数据返回应该有 多行 1 列
selectObjectList(String, String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
selectObjectList(String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
selectObjectList(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 查询内容,数据返回的应该只有 1 行 1 列
selectObjectList(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
通过 sql 查询多行数据,sql 执行的结果应该只有 1 列
selectObjectList(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectObjectListByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询第一列返回的数据集合,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
selectObjectListByQuery(String, String, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 queryWrapper 来查询数据列表 queryWrapper 执行的结果应该只有 1 列,例如 QueryWrapper.create().select(ACCOUNT.id).where...
selectObjectListByQuery(String, String, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectObjectListByQueryAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
查询第一列返回的数据集合,QueryWrapper 执行的结果应该只有 1 列,例如:
QueryWrapper.create().select(ACCOUNT.id).where(...);
selectOne() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
SELECT 1 as temp_one FROM table
selectOneByCondition(QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询数据。
selectOneByCondition(String, String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 来查询数据
selectOneByCondition(String, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 来查询数据
selectOneByEntityId(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据实体主键查询数据。
selectOneById(Serializable) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据主键查询数据。
selectOneById(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
selectOneById 的 SQL 构建。
selectOneById(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
selectOneById 的 SQL 构建。
selectOneById(String, String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 id 来查询 1 条数据
selectOneById(String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 id 来查询 1 条数据
selectOneById(String, String, String, Object) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来查询 1 条数据
selectOneById(String, String, Object) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来查询 1 条数据
selectOneById(String, String, Row) - 接口 中的方法com.mybatisflex.core.row.RowMapper
通过主键来查询数据
selectOneById(String, String, String, Object) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据主键来查询数据
selectOneById(String, String, Row) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectOneById(String, String, String, Object) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectOneByMap(Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来查询数据。
selectOneByMap(String, String, Map) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 来查询 1 条数据
selectOneByMap(String, Map) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 来查询 1 条数据
selectOneByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来查询 1 条数据。
selectOneByQuery(String, String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 来查询 1 条数据
selectOneByQuery(String, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 queryWrapper 来查询 1 条数据
selectOneByQuery(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
直接根据 queryWrapper 查询 1 条数据
selectOneByQuery(String, String, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 queryWrapper 来查询 1 条数据
selectOneByQuery(String, String, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectOneByQueryAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来查询 1 条数据。
selectOneBySql(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 sql 来查询 1 条数据
selectOneBySql(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
通过原生 SQL 查询 1 条数据,要求数据必须返回 1 条内容,否则会报错
selectOneBySql(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
selectOneWithRelationsByCondition(QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询 1 条数据。
selectOneWithRelationsById(Serializable) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据主表主键来查询 1 条数据。
selectOneWithRelationsByIdAs(Serializable, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据主表主键来查询 1 条数据。
selectOneWithRelationsByMap(Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来查询 1 条数据。
selectOneWithRelationsByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来查询 1 条数据。
selectOneWithRelationsByQueryAs(QueryWrapper, Class<R>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来查询 1 条数据。
SelectQueryColumn - com.mybatisflex.core.query中的类
子查询列。
SelectQueryColumn(QueryWrapper) - 类 的构造器com.mybatisflex.core.query.SelectQueryColumn
 
SelectQueryTable - com.mybatisflex.core.query中的类
查询的 table, 实例1:用于构建 select * from (select ...)
SelectQueryTable(QueryWrapper) - 类 的构造器com.mybatisflex.core.query.SelectQueryTable
 
selectRowsByQuery(QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件查询 Row 数据。
selfEntityClass - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
selfField - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
selfFieldWrapper - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
selfValueSplitBy - 类 中的变量com.mybatisflex.core.relation.ToManyRelation
 
SEMICOLON - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
sendMessages(List<AuditMessage>) - 类 中的方法com.mybatisflex.core.audit.ConsoleMessageReporter
 
sendMessages(List<AuditMessage>) - 类 中的方法com.mybatisflex.core.audit.http.HttpMessageReporter
 
sendMessages(List<AuditMessage>) - 接口 中的方法com.mybatisflex.core.audit.MessageReporter
 
sequence - 类 中的变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
同一毫秒内的最新序号,最大值可为(2^12 - 1 = 4095)。
SEQUENCE_BITS - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
序号占用的位数(12bit)。
SEQUENCE_MASK - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
序号掩码,用于与自增后的序列号进行位“与”操作,如果值为 0,则代表自增后的序列号超过了 4095。
serialVersionUID - 异常错误 中的静态变量com.mybatisflex.core.exception.MybatisFlexException
 
serialVersionUID - 类 中的静态变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
serialVersionUID - 类 中的静态变量com.mybatisflex.core.paginate.Page
 
serialVersionUID - 类 中的静态变量com.mybatisflex.core.query.Join
 
SET - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
set(PropertyTokenizer, Object) - 类 中的方法com.mybatisflex.core.mybatis.FlexWrapperFactory.FlexBeanWrapper
 
set(String, SqlOperator) - 类 中的方法com.mybatisflex.core.query.SqlOperators
设置数据库的字段名称以及对应的操作符。
set(QueryColumn, SqlOperator) - 类 中的方法com.mybatisflex.core.query.SqlOperators
设置查询列(QueryColumn)对应数据库字段的操作符。
set(LambdaGetter<T>, SqlOperator) - 类 中的方法com.mybatisflex.core.query.SqlOperators
设置 Lambda 表达式对应数据库字段的操作符。
set(String, Object, boolean) - 类 中的方法com.mybatisflex.core.row.DbChain
 
set(QueryColumn, Object, boolean) - 类 中的方法com.mybatisflex.core.row.DbChain
 
set(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.row.DbChain
 
set(String, Object, boolean) - 类 中的方法com.mybatisflex.core.row.Row
 
set(QueryColumn, Object, boolean) - 类 中的方法com.mybatisflex.core.row.Row
 
set(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.row.Row
 
set(String, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
set(String, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.row.Row
 
set(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.row.Row
 
set(QueryColumn, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
set(QueryColumn, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.row.Row
 
set(QueryColumn, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.row.Row
 
set(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
set(LambdaGetter<T>, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.row.Row
 
set(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.row.Row
 
set(String, Object) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(String, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(String, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(String, V, Predicate<V>) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(QueryColumn, Object) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(QueryColumn, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(QueryColumn, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(QueryColumn, V, Predicate<V>) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(LambdaGetter<T>, Object) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(LambdaGetter<T>, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(LambdaGetter<T>, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(LambdaGetter<T>, V, Predicate<V>) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应参数值。
set(String, Object, boolean) - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
set(QueryColumn, Object, boolean) - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
set(LambdaGetter<L>, Object, boolean) - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
set(String, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
set(QueryColumn, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
set(LambdaGetter<E>, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
set(Object, Object) - 类 中的方法com.mybatisflex.core.util.FieldWrapper
 
setAddress(InetAddress) - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
setAlias(String) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
setAlias(String) - 类 中的方法com.mybatisflex.core.query.QueryTable
 
setAlias(String[]) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setAllColumns(String[]) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setAssociationType(Map<String, Class<?>>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setAuditEnable(boolean) - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
setAutoClearConfig(boolean) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
setBefore(boolean) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
setBefore(Boolean) - 类 中的方法com.mybatisflex.core.table.IdInfo
 
setBizId(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setCamelToUnderline(boolean) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setCaseSensitive(boolean) - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
setCharSet(String) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
setClassCacheEnabled(boolean) - 类 中的方法com.mybatisflex.core.table.BaseReflectorFactory
 
setClock(Clock) - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
setCollectionType(Map<Field, Class<?>>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setColumn(QueryColumn) - 类 中的方法com.mybatisflex.core.query.Brackets
 
setColumn(QueryColumn) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
setColumn(String) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setColumnInfoList(List<ColumnInfo>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setColumns(List<QueryColumn>) - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
setColumns(String[]) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setComment(String) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setComment(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setConditionCaster(Function<? super QueryCondition, ? extends QueryCondition>) - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
setConfig(String, FlexGlobalConfig, boolean) - 类 中的静态方法com.mybatisflex.core.FlexGlobalConfig
设置全局配置
setConfiguration(Configuration) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setConfiguration(FlexConfiguration) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
setConnectTimeout(int) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
setContext(Map<String, Object>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setContext(QueryWrapper, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setCurrentType(Class<?>) - 类 中的静态方法com.mybatisflex.core.mybatis.MappedStatementTypes
 
setDataSource(DataSource) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
setDataSource(String, DataSource) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
setDataSource(String) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setDataSource(QueryWrapper, String) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setDataSource(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setDataSource(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setDataSourceMissingHandler(DataSourceMissingHandler) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
设置获取数据源缺失处理器。
setDataSourceProcessor(DataSourceProcessor) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
setDataSourceProperties(Object) - 类 中的方法com.mybatisflex.core.datasource.DataSourceBuilder
 
setDataSourceShardingStrategy(DataSourceShardingStrategy) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
setDbType(DbType) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setDecipher(DataSourceDecipher) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceManager
 
setDefaultConfig(FlexGlobalConfig) - 类 中的静态方法com.mybatisflex.core.FlexGlobalConfig
 
setDefaultDataSource(String) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
设置默认数据源(提供动态可控性)
setDefaultMaxPageSize(int) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setDefaultPageSize(int) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setDefaultQueryColumns(String[]) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setDefaultQueryDepth(int) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
setDefaultRelationQueryDepth(int) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setDeletedValueOfLogicDelete(Object) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setDsName(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setDynamicSchemaProcessor(DynamicSchemaProcessor) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
setDynamicTableProcessor(DynamicTableProcessor) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
setElapsedTime(long) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setEmpty(boolean) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
setEndFragments(List<String>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setEndFragments(QueryWrapper, List<String>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setEntityClass(Class) - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
setEntityClass(Class<?>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setEntityInsertListeners(Map<Class<?>, List<InsertListener>>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setEntitySetListeners(Map<Class<?>, List<SetListener>>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setEntityUpdateListeners(Map<Class<?>, List<UpdateListener>>) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setEnvironmentId(String) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
setExtraConditionParams(Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
setFieldName(String) - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
setFieldWrapper(FieldWrapper) - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
setFnName(String) - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
setFnName(String) - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
setFromIfNecessary(QueryWrapper, String) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setFromIfNecessary(QueryWrapper, String, String) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setGlobalConfigs(ConcurrentHashMap<String, FlexGlobalConfig>) - 类 中的静态方法com.mybatisflex.core.FlexGlobalConfig
 
setGroupByColumns(List<QueryColumn>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setGroupByColumns(QueryWrapper, List<QueryColumn>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setGson(Gson) - 类 中的静态方法com.mybatisflex.core.handler.GsonTypeHandler
 
setHavingQueryCondition(QueryCondition) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setHavingQueryCondition(QueryWrapper, QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setHint(String) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setHint(QueryWrapper, String) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setHintDbType(DbType) - 类 中的静态方法com.mybatisflex.core.dialect.DialectFactory
设置当前线程的 dbType
setHintSchemaMapping(String, String) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
setHintTableMapping(String, String) - 类 中的静态方法com.mybatisflex.core.table.TableManager
 
setHostIp(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setHostIp(String) - 类 中的方法com.mybatisflex.core.audit.DefaultMessageFactory
 
setId(RowKey) - 类 中的方法com.mybatisflex.core.row.DbChain
 
setId(RowKey, Object) - 类 中的方法com.mybatisflex.core.row.DbChain
 
setIgnore(boolean) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setIgnoreFunction(Predicate<Object>) - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
setIgnoreRelations(Set<String>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
setIgnoreSchema(boolean) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setInsertPrimaryKeys(String[]) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setInstancePropertyValue(Row, Object, MetaObject, ColumnInfo, String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setJdbcType(JdbcType) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setJoinQueryCondition(Join, QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setJoins(List<Join>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setJoins(QueryWrapper, List<Join>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setJoinSelfColumn(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setJoinTable(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setJoinTables(List<QueryTable>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setJoinTables(QueryWrapper, List<QueryTable>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setJoinTargetColumn(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setKey(String) - 类 中的方法com.mybatisflex.core.query.UnionWrapper
 
setKeyConfig(FlexGlobalConfig.KeyConfig) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setKeyType(KeyType) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
setKeyType(KeyType) - 类 中的方法com.mybatisflex.core.table.IdInfo
 
setKeywordsToUpperCase(boolean) - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
setLargeColumns(String[]) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setLastTimeMillis(long) - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
setLimitOffset(Long) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setLimitOffset(QueryWrapper, Long) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setLimitRows(Long) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setLimitRows(QueryWrapper, Long) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setListenerCache - 类 中的静态变量com.mybatisflex.core.table.TableInfo
 
setLogic(String) - 类 中的方法com.mybatisflex.core.query.Brackets
 
setLogic(String) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
setLogicDeleteColumn(String) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setLogicDeleteColumn(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setLogImpl(Class<? extends Log>) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
setLoginTimeout(int) - 类 中的方法com.mybatisflex.core.datasource.AbstractDataSource
Setting a login timeout is not supported.
setLogWriter(PrintWriter) - 类 中的方法com.mybatisflex.core.datasource.AbstractDataSource
LogWriter methods are not supported.
setMapKeyField(String) - 类 中的方法com.mybatisflex.core.relation.ToManyRelation
 
setMaskType(String) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setMaxDepth(int) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
setMessageCollector(MessageCollector) - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
setMessageFactory(MessageFactory) - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
setMessageReporter(MessageReporter) - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
setMetas(Map<String, Object>) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setModule(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setName(String) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
setName(String) - 类 中的方法com.mybatisflex.core.query.QueryTable
 
setName(String) - 类 中的方法com.mybatisflex.core.query.WithItem
 
setNonNullParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法com.mybatisflex.core.handler.BaseJsonTypeHandler
 
setNonNullParameter(PreparedStatement, int, List<String>, JdbcType) - 类 中的方法com.mybatisflex.core.handler.CommaSplitTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - 类 中的方法com.mybatisflex.core.handler.FlexEnumTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - 类 中的方法com.mybatisflex.core.mask.MaskTypeHandler
 
setNormalValueOfLogicDelete(Object) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setObjectMapper(ObjectMapper) - 类 中的静态方法com.mybatisflex.core.handler.JacksonTypeHandler
 
setOffsetPeriod(long) - 类 中的静态方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
setOnInsertColumns(Map<String, String>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setOnInsertListeners(List<InsertListener>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setOnlyQueryValueField(boolean) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setOnSetListeners(List<SetListener>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setOnUpdateColumns(Map<String, String>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setOnUpdateListeners(List<UpdateListener>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setOptimizeCountQuery(boolean) - 类 中的方法com.mybatisflex.core.paginate.Page
设置是否自动优化 COUNT 查询语句。
setOrderBys(List<QueryOrderBy>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setOrderBys(QueryWrapper, List<QueryOrderBy>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setPageNumber(long) - 类 中的方法com.mybatisflex.core.paginate.Page
设置当前页码。
setPageSize(long) - 类 中的方法com.mybatisflex.core.paginate.Page
设置当前每页数据数量。
setParameter(PreparedStatement, int, E, JdbcType) - 类 中的方法com.mybatisflex.core.handler.CompositeEnumTypeHandler
 
setParameter(PreparedStatement, int, Object, JdbcType) - 类 中的方法com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
setParameter(PreparedStatement, int) - 类 中的方法com.mybatisflex.core.mybatis.TypeHandlerObject
 
setParameters(PreparedStatement) - 类 中的方法com.mybatisflex.core.mybatis.SqlArgsParameterHandler
 
setParams(List<String>) - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
setParams(List<String>) - 类 中的方法com.mybatisflex.core.query.WithItem
 
setParams(Object[]) - 类 中的方法com.mybatisflex.core.query.WithStringDetail
 
setPlatform(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setPrevent(boolean) - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
setPrimaryColumns(String[]) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setPrimaryKeyList(List<IdInfo>) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setPrimaryKeys(Set<RowKey>) - 类 中的方法com.mybatisflex.core.row.Row
 
setPrintBanner(boolean) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setProcessor(LogicDeleteProcessor) - 类 中的静态方法com.mybatisflex.core.logicdelete.LogicDeleteManager
设置逻辑删除处理器。
setProperty(String) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setPropertyType(Class<?>) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setQuery(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setQueryBuilder(QueryBuilder) - 类 中的方法com.mybatisflex.core.field.FieldQuery
 
setQueryColumns(List<QueryColumn>) - 类 中的方法com.mybatisflex.core.query.DistinctQueryColumn
 
setQueryCount(int) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setQueryParams(List<Object>) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setQueryRelations(Set<String>) - 类 中的静态方法com.mybatisflex.core.relation.RelationManager
 
setQueryTable(QueryWrapper, List<QueryTable>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setQueryTables(List<QueryTable>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setQueryTime(long) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.SelectQueryTable
 
setQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.UnionWrapper
 
setQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.WithSelectDetail
 
setQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.WithValuesDetail
 
setRaw(String, Object, boolean) - 类 中的方法com.mybatisflex.core.row.DbChain
 
setRaw(QueryColumn, Object, boolean) - 类 中的方法com.mybatisflex.core.row.DbChain
 
setRaw(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.row.DbChain
 
setRaw(String, Object, boolean) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(QueryColumn, Object, boolean) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(LambdaGetter<T>, Object, boolean) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(String, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(String, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(String, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(QueryColumn, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(QueryColumn, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(QueryColumn, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(LambdaGetter<T>, Object) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(LambdaGetter<T>, Object, BooleanSupplier) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(LambdaGetter<T>, V, Predicate<V>) - 类 中的方法com.mybatisflex.core.row.Row
 
setRaw(String, Object) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(String, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(String, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(String, V, Predicate<V>) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(QueryColumn, Object) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(QueryColumn, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(QueryColumn, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(QueryColumn, V, Predicate<V>) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(LambdaGetter<T>, Object) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(LambdaGetter<T>, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(LambdaGetter<T>, Object, BooleanSupplier) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(LambdaGetter<T>, V, Predicate<V>) - 接口 中的方法com.mybatisflex.core.update.PropertySetter
设置字段对应原生值。
setRaw(String, Object, boolean) - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
setRaw(QueryColumn, Object, boolean) - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
setRaw(LambdaGetter<L>, Object, boolean) - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
setRaw(String, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
setRaw(QueryColumn, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
setRaw(LambdaGetter<E>, Object, boolean) - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
setRawSQL(String) - 类 中的方法com.mybatisflex.core.query.WithStringDetail
 
setReadTimeout(int) - 类 中的静态方法com.mybatisflex.core.audit.http.HttpUtil
 
setRecords(List<T>) - 类 中的方法com.mybatisflex.core.paginate.Page
设置当前页的数据。
setRecursive(boolean) - 类 中的方法com.mybatisflex.core.query.With
 
setReflector(Reflector) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setRelationField(Field) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setRelationFieldWrapper(FieldWrapper) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setSchema(String) - 类 中的方法com.mybatisflex.core.query.QueryTable
 
setSchema(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setSelectColumns(List<QueryColumn>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setSelectColumns(QueryWrapper, List<QueryColumn>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setSelectColumnsIfNecessary(QueryWrapper, List<QueryColumn>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setSelfEntityClass(Class<SelfEntity>) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setSelfField(Field) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setSelfFieldWrapper(FieldWrapper) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setSequence(long) - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
setSmartConvertBetweenToLeOrGe(boolean) - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
setSmartConvertInToEquals(boolean) - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
setSqlArgs(Map, Object[]) - 类 中的静态方法com.mybatisflex.core.provider.ProviderUtil
 
setSqlSessionFactory(SqlSessionFactory) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setTable(QueryTable) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
setTableName(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setTargetEntityClass(Class<?>) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setTargetField(Field) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setTargetFieldWrapper(FieldWrapper) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setTargetSchema(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setTargetTable(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setTargetTableInfo(TableInfo) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setTenantColumn(String) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setTenantFactory(TenantFactory) - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
 
setTenantIdColumn(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setterMethod - 类 中的变量com.mybatisflex.core.util.FieldWrapper
 
setThenValue(Object) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn.When
 
setThenValue(Object) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn.When
 
setThreadLocal(ThreadLocal<Deque<String>>) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
setTotalPage(long) - 类 中的方法com.mybatisflex.core.paginate.Page
设置总页数。
setTotalRow(long) - 类 中的方法com.mybatisflex.core.paginate.Page
设置数据总数。
setTransactionFactory(TransactionFactory) - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
setTwepoch(long) - 类 中的静态方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
 
setTypeHandler(TypeHandler<?>) - 类 中的方法com.mybatisflex.core.table.ColumnInfo
 
setUnions(List<UnionWrapper>) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setUnions(QueryWrapper, List<UnionWrapper>) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setUnMappedColumnHandler(UnMappedColumnHandler) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setUrl(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setUser(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setUserIp(String) - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
setValue(String) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
setValue(MetaObject, String, Object) - 类 中的方法com.mybatisflex.core.keygen.CustomKeyGenerator
 
setValue(Object) - 类 中的方法com.mybatisflex.core.query.Brackets
 
setValue(Object) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
setValue(String) - 类 中的方法com.mybatisflex.core.table.IdInfo
 
setValueField(String) - 类 中的方法com.mybatisflex.core.relation.AbstractRelation
 
setVersionColumn(String) - 类 中的方法com.mybatisflex.core.FlexGlobalConfig
 
setVersionColumn(String) - 类 中的方法com.mybatisflex.core.table.TableInfo
 
setWhereQueryCondition(QueryCondition) - 类 中的方法com.mybatisflex.core.query.BaseQueryWrapper
 
setWhereQueryCondition(QueryWrapper, QueryCondition) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
setWithDetail(WithDetail) - 类 中的方法com.mybatisflex.core.query.WithItem
 
setWithItems(List<WithItem>) - 类 中的方法com.mybatisflex.core.query.With
 
sha256(String) - 类 中的静态方法com.mybatisflex.core.audit.http.HashUtil
 
shouldApplyAutomaticMappings(ResultMap, boolean) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
shouldIgnoreValue(Object) - 类 中的静态方法com.mybatisflex.core.query.QueryColumnBehavior
 
shouldProcessMoreRows(ResultContext<?>, RowBounds) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
SIGN - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
sign(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的符号,x 是负数、0、正数分别返回 -1、0、1。
sign(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的符号,x 是负数、0、正数分别返回 -1、0、1。
sign(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的符号,x 是负数、0、正数分别返回 -1、0、1。
simpleName - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
SIN - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
sin(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求正弦值。
sin(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求正弦值。
sin(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求正弦值。
SINGLE_QUOTE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
SINODB - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
SINODB 的处理器 适合 DbType.SINODB
SKIP - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
skipFlags - 类 中的静态变量com.mybatisflex.core.logicdelete.LogicDeleteManager
 
skipFlags - 类 中的静态变量com.mybatisflex.core.mask.MaskManager
 
skipFlags - 类 中的静态变量com.mybatisflex.core.optimisticlock.OptimisticLockManager
 
skipLogicDelete() - 类 中的静态方法com.mybatisflex.core.logicdelete.LogicDeleteManager
跳过逻辑删除字段处理。
skipMask() - 类 中的静态方法com.mybatisflex.core.mask.MaskManager
跳过脱敏处理
skipOptimisticLock() - 类 中的静态方法com.mybatisflex.core.optimisticlock.OptimisticLockManager
跳过乐观锁字段处理。
skipRows(ResultSet, RowBounds) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
smartConvertBetweenToLeOrGe - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
当 {@code BETWEEN ...
smartConvertInToEquals - 类 中的静态变量com.mybatisflex.core.query.QueryColumnBehavior
IN(...)
SNOW_FLAKE_ID - 类 中的静态变量com.mybatisflex.core.row.RowKey
snowFlakeId
snowFlakeId - 类 中的静态变量com.mybatisflex.core.keygen.KeyGenerators
雪花算法主键生成器 SnowFlakeIDKeyGenerator
SnowFlakeIDKeyGenerator - com.mybatisflex.core.keygen.impl中的类
雪花算法 ID 生成器。
SnowFlakeIDKeyGenerator() - 类 的构造器com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
雪花算法 ID 生成器。
SnowFlakeIDKeyGenerator(InetAddress) - 类 的构造器com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
根据 IP 地址计算数据中心 ID 和工作机器 ID 生成数据库 ID。
SnowFlakeIDKeyGenerator(long, long) - 类 的构造器com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
根据数据中心 ID 和工作机器 ID 生成数据库 ID。
sourceFormat - 枚举 中的变量com.mybatisflex.core.exception.locale.LocalizedFormats
 
SPACE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
space(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 n 个空格。
space(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 n 个空格。
space(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 n 个空格。
splitByComma(String) - 类 中的方法com.mybatisflex.core.handler.CommaSplitTypeHandler
 
SQL - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
SQL_ARGS - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
SQL_ORDER_BY_PATTERN - 类 中的静态变量com.mybatisflex.core.util.SqlUtil
仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
SqlArgsParameterHandler - com.mybatisflex.core.mybatis中的类
PreparedStatement 中的占位符设置值。
SqlArgsParameterHandler(MappedStatement, Object, BoundSql) - 类 的构造器com.mybatisflex.core.mybatis.SqlArgsParameterHandler
 
SqlConnector - com.mybatisflex.core.constant中的枚举
 
SqlConnector(String) - 枚举 的构造器com.mybatisflex.core.constant.SqlConnector
 
SqlConsts - com.mybatisflex.core.constant中的类
SQL 构建常量池。
SqlConsts() - 类 的构造器com.mybatisflex.core.constant.SqlConsts
 
SqlOperator - com.mybatisflex.core.constant中的枚举
SQL 操作符。
SqlOperator(String) - 枚举 的构造器com.mybatisflex.core.constant.SqlOperator
 
SqlOperators - com.mybatisflex.core.query中的类
SQL 操作符集合,用于为多个字段分别设置操作符。
SqlOperators() - 类 的构造器com.mybatisflex.core.query.SqlOperators
默认构造函数。
SqlOperators(int) - 类 的构造器com.mybatisflex.core.query.SqlOperators
带初始容量的构造函数。
SqlOperators(SqlOperators) - 类 的构造器com.mybatisflex.core.query.SqlOperators
复制构造函数。
SQLSERVER - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
derby 的处理器 适合 DbType#DERBY,DbType#ORACLE_12C,DbType#SQLSERVER ,DbType#POSTGRE_SQL
Sqlserver2005DialectImpl - com.mybatisflex.core.dialect.impl中的类
 
Sqlserver2005DialectImpl() - 类 的构造器com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
 
Sqlserver2005DialectImpl(LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
 
Sqlserver2005DialectImpl(KeywordWrap, LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
 
SQLSERVER_2005 - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
SqlServer 2005 limit 处理器
SqlserverDialectImpl - com.mybatisflex.core.dialect.impl中的类
 
SqlserverDialectImpl() - 类 的构造器com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
 
SqlserverDialectImpl(LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
 
SqlserverDialectImpl(KeywordWrap, LimitOffsetProcessor) - 类 的构造器com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
 
sqlSession - 类 中的变量com.mybatisflex.core.mybatis.binding.MybatisMapperProxy
 
sqlSessionFactory - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
创建好的 sqlSessionFactory
sqlSessionFactory - 类 中的变量com.mybatisflex.core.mybatis.Mappers.MapperHandler
 
sqlSessionFactory - 类 中的变量com.mybatisflex.core.row.RowMapperInvoker
 
SqlUtil - com.mybatisflex.core.util中的类
 
SqlUtil() - 类 的构造器com.mybatisflex.core.util.SqlUtil
 
SQRT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
sqrt(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的平方根。
sqrt(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的平方根。
sqrt(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 x 的平方根。
SQUARE_BRACKETS - 类 中的静态变量com.mybatisflex.core.dialect.KeywordWrap
方括号反义处理, 适用于 sqlserver
sslSocketFactory - 类 中的静态变量com.mybatisflex.core.audit.http.HttpUtil
 
start() - 类 中的方法com.mybatisflex.core.MybatisFlexBootstrap
 
START_AT - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
startAudit(AuditManager.AuditRunnable<T>, Statement, BoundSql, Configuration) - 类 中的静态方法com.mybatisflex.core.audit.AuditManager
 
started - 类 中的变量com.mybatisflex.core.MybatisFlexBootstrap
 
startsWithAny(String, String...) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
startTransactional() - 类 中的静态方法com.mybatisflex.core.transaction.TransactionalManager
 
statementList - 类 中的变量com.mybatisflex.core.mybatis.executor.FlexBatchExecutor
 
storeObject(ResultHandler<?>, DefaultResultContext<Object>, Object, ResultMapping, ResultSet) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
STRCMP - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
strcmp(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
比较字符串 s1 和 s2。
strcmp(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
比较字符串 s1 和 s2。
strcmp(LambdaGetter<S1>, LambdaGetter<S2>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
比较字符串 s1 和 s2。
string(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建数字常量。
StringFunctionQueryColumn - com.mybatisflex.core.query中的类
数据库 聚合函数,例如 CONVERT(NVARCHAR(30), GETDATE(), 126) 等等
StringFunctionQueryColumn(String, String...) - 类 的构造器com.mybatisflex.core.query.StringFunctionQueryColumn
 
StringUtil - com.mybatisflex.core.util中的类
 
StringUtil() - 类 的构造器com.mybatisflex.core.util.StringUtil
 
SUBDATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
subDate(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始日期 d 减去 n 天的日期。
subDate(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始日期 d 减去 n 天的日期。
subDate(LambdaGetter<D>, LambdaGetter<N>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始日期 d 减去 n 天的日期。
SUBSTRING - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
substring(String, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
substring(QueryColumn, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
substring(LambdaGetter<S>, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
substring(String, int, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
substring(QueryColumn, int, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
substring(LambdaGetter<S>, int, int) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
获取从字符串 s 中的第 position 个位置开始长度为 length 的字符串。
SUBSTRING_PATTERN - 类 中的静态变量com.mybatisflex.core.dialect.impl.DB2105Dialect
 
substringAfterLast(String, String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
SUBTIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
subTime(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始时间 t 减去 n 秒的时间。
subTime(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始时间 t 减去 n 秒的时间。
subTime(LambdaGetter<T>, LambdaGetter<N>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算起始时间 t 减去 n 秒的时间。
subtract(QueryColumn) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
subtract(Number) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
subtract(QueryColumn) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
subtract(Number) - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
suffix - 类 中的变量com.mybatisflex.core.dialect.KeywordWrap
后缀
SUM - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
sum(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定字段值的和。
sum(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定字段值的和。
sum(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回指定字段值的和。
supportAutoType - 类 中的变量com.mybatisflex.core.handler.Fastjson2TypeHandler
 
SYBASE - 接口 中的静态变量com.mybatisflex.core.dialect.LimitOffsetProcessor
Sybase 处理器 适合 DbType.SYBASE
symbol - 类 中的变量com.mybatisflex.core.query.ArithmeticQueryColumn.ArithmeticInfo
 
SYSDATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
sysDate() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前日期和时间。

T

table - 类 中的变量com.mybatisflex.core.query.QueryColumn
 
table(String) - 类 中的静态方法com.mybatisflex.core.row.DbChain
 
table(String, String) - 类 中的静态方法com.mybatisflex.core.row.DbChain
 
table(Class<?>) - 类 中的静态方法com.mybatisflex.core.row.DbChain
 
table(QueryTable) - 类 中的静态方法com.mybatisflex.core.row.DbChain
 
TABLE_NAME - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
TableDef - com.mybatisflex.core.table中的类
表定义,内包含字段。
TableDef(String, String) - 类 的构造器com.mybatisflex.core.table.TableDef
 
TableDef(String, String, String) - 类 的构造器com.mybatisflex.core.table.TableDef
 
tableInfo - 类 中的变量com.mybatisflex.core.keygen.CustomKeyGenerator
 
tableInfo - 类 中的变量com.mybatisflex.core.mybatis.FlexWrapperFactory.FlexBeanWrapper
 
TableInfo - com.mybatisflex.core.table中的类
 
TableInfo() - 类 的构造器com.mybatisflex.core.table.TableInfo
 
TableInfoFactory - com.mybatisflex.core.table中的类
 
TableInfoFactory() - 类 的构造器com.mybatisflex.core.table.TableInfoFactory
 
tableInfoMap - 类 中的静态变量com.mybatisflex.core.table.TableInfoFactory
 
TableManager - com.mybatisflex.core.table中的类
 
TableManager() - 类 的构造器com.mybatisflex.core.table.TableManager
 
tableName - 类 中的变量com.mybatisflex.core.row.DbChain
 
tableName - 类 中的变量com.mybatisflex.core.table.TableInfo
 
tableNameMappingTL - 类 中的静态变量com.mybatisflex.core.table.TableManager
 
TAN - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
tan(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求正切值。
tan(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求正切值。
tan(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
求正切值。
targetEntityClass - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
targetField - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
targetFieldWrapper - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
targetSchema - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
targetTable - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
targetTableInfo - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
tenantColumn - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
默认的多租户字段,允许设置 null 忽略匹配。
TenantFactory - com.mybatisflex.core.tenant中的接口
 
tenantFactory - 类 中的静态变量com.mybatisflex.core.tenant.TenantManager
 
tenantIdColumn - 类 中的变量com.mybatisflex.core.table.TableInfo
 
TenantManager - com.mybatisflex.core.tenant中的类
 
TenantManager() - 类 的构造器com.mybatisflex.core.tenant.TenantManager
 
THEN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
Then(CaseQueryColumn.Builder) - 类 的构造器com.mybatisflex.core.query.CaseQueryColumn.Builder.Then
 
then(Object) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn.Builder.Then
 
Then(CaseSearchQueryColumn.Builder) - 类 的构造器com.mybatisflex.core.query.CaseSearchQueryColumn.Builder.Then
 
then(Object) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn.Builder.Then
 
thenValue - 类 中的变量com.mybatisflex.core.query.CaseQueryColumn.When
 
thenValue - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn.When
 
THREAD_LOCAL_BUILDER - 类 中的静态变量com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
tilNextMillis(long) - 类 中的方法com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
获取指定时间戳的接下来的时间戳。
TIME_FORMAT - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
TIME_TO_SEC - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
timeFormat(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示时间 t。
timeFormat(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示时间 t。
timeFormat(LambdaGetter<T>, LambdaGetter<F>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
按照表达式 f 的要求显示时间 t。
TIMESTAMP_OVERFLOW_MASK - 类 中的静态变量com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
TIMESTAMP_SHIFT - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
时间戳需要左移的位数(12bit + 5bit + 5bit)。
TimeStampLogicDeleteProcessor - com.mybatisflex.core.logicdelete.impl中的类
时间戳类型的属性对应的逻辑删除处理器。
TimeStampLogicDeleteProcessor() - 类 的构造器com.mybatisflex.core.logicdelete.impl.TimeStampLogicDeleteProcessor
 
timeToSec(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将时间 t 转换为秒。
timeToSec(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将时间 t 转换为秒。
timeToSec(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将时间 t 转换为秒。
TL - 类 中的静态变量com.mybatisflex.core.util.DateUtil
 
TO - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
TO_DAYS - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
toArrayString(Collection<?>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
toBigDecimal(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toBigInteger(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toBool(int) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
根据数据库响应结果判断数据库操作是否成功。
toBool(long) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
 
toBool(int[]) - 类 中的静态方法com.mybatisflex.core.util.SqlUtil
根据数据库响应结果判断数据库操作是否成功。
toBoolean(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toByte(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toCamelKeysMap() - 类 中的方法com.mybatisflex.core.row.Row
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn
 
toConditionSql(QueryColumn, List<QueryTable>, IDialect) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.DistinctQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.IfFunctionQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.NegativeQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.QueryColumn
生成列用于构建查询条件的 SQL 语句。
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.QueryColumnAdapter
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.RawQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.SelectQueryColumn
 
toConditionSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
toDate(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toDate(LocalDateTime) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
toDate(LocalDate) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
toDate(LocalTime) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
toDateTimeString(Date) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
toDays(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 到 0000 年 1 月 1 日的天数。
toDays(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 到 0000 年 1 月 1 日的天数。
toDays(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 到 0000 年 1 月 1 日的天数。
toDouble(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toEntity(Class<T>) - 类 中的方法com.mybatisflex.core.row.Row
 
toEntity(Row, Class<T>) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
toEntity(Row, Class<T>, int) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
toEntity() - 接口 中的方法com.mybatisflex.core.update.UpdateWrapper
 
toEntityList(List<Row>, Class<T>) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
toEntityList(List<Row>, Class<T>, int) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
toFloat(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toHex(byte[]) - 类 中的静态方法com.mybatisflex.core.audit.http.HashUtil
 
toInt(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toJson(T) - 类 中的方法com.mybatisflex.core.handler.BaseJsonTypeHandler
 
toJson(Object) - 类 中的方法com.mybatisflex.core.handler.Fastjson2TypeHandler
 
toJson(Object) - 类 中的方法com.mybatisflex.core.handler.FastjsonTypeHandler
 
toJson(Object) - 类 中的方法com.mybatisflex.core.handler.GsonTypeHandler
 
toJson(Object) - 类 中的方法com.mybatisflex.core.handler.JacksonTypeHandler
 
toJSONString(Object) - 接口 中的方法com.mybatisflex.core.audit.http.HttpMessageReporter.JSONFormatter
 
toList(Collection<T>) - 类 中的静态方法com.mybatisflex.core.util.CollectionUtil
 
toLocalDate(Date) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
toLocalDateTime(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toLocalDateTime(Date) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
toLocalTime(Date) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
toLong(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
ToManyRelation<SelfEntity> - com.mybatisflex.core.relation中的类
 
ToManyRelation(String, String, String, String, String, String, String, String, String, Class<SelfEntity>, Field, String, String[]) - 类 的构造器com.mybatisflex.core.relation.ToManyRelation
 
toObject(Class<T>) - 类 中的方法com.mybatisflex.core.row.Row
 
toObject(Row, Class<T>) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
toObject(Row, Class<T>, int) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
toObjectList(List<Row>, Class<T>) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
toObjectList(List<Row>, Class<T>, int) - 类 中的静态方法com.mybatisflex.core.row.RowUtil
 
ToOneRelation<SelfEntity> - com.mybatisflex.core.relation中的类
 
ToOneRelation(String, String, String, String, String, String, String, String, String, Class<SelfEntity>, Field, String, String[]) - 类 的构造器com.mybatisflex.core.relation.ToOneRelation
 
TOP - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
toQueryWrapper() - 类 中的方法com.mybatisflex.core.activerecord.Model
 
toQueryWrapper() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
将该实现类转换为 QueryWrapper 对象。
toQueryWrapper() - 类 中的方法com.mybatisflex.core.query.QueryChain
 
toRow(Object) - 类 中的静态方法com.mybatisflex.core.row.DbChain
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn
 
toSelectSql(QueryColumn, List<QueryTable>, IDialect) - 类 中的静态方法com.mybatisflex.core.query.CPI
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.DistinctQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.NegativeQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.QueryColumn
生成列用于构建查询列的 SQL 语句。
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.QueryColumnAdapter
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.RawQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.SelectQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
toShort(Object) - 类 中的静态方法com.mybatisflex.core.util.ConvertUtil
 
toSql(List<QueryTable>, IDialect, int) - 类 中的方法com.mybatisflex.core.query.ArithmeticQueryColumn.ArithmeticInfo
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.Brackets
 
toSql(List<QueryTable>, IDialect, OperateType) - 类 中的方法com.mybatisflex.core.query.Join
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.OperatorQueryCondition
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.OperatorSelectCondition
 
toSQL() - 类 中的方法com.mybatisflex.core.query.QueryChain
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.QueryConditionAdapter
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.QueryOrderBy
 
toSql(IDialect, OperateType) - 类 中的方法com.mybatisflex.core.query.QueryTable
 
toSQL() - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.RawQueryCondition
 
toSql(List<QueryTable>, IDialect) - 类 中的方法com.mybatisflex.core.query.RawQueryOrderBy
 
toSql(IDialect, OperateType) - 类 中的方法com.mybatisflex.core.query.RawQueryTable
 
toSql(IDialect, OperateType) - 类 中的方法com.mybatisflex.core.query.SelectQueryTable
 
toSql(IDialect) - 类 中的方法com.mybatisflex.core.query.With
 
toSql(IDialect) - 接口 中的方法com.mybatisflex.core.query.WithDetail
 
toSql(IDialect) - 类 中的方法com.mybatisflex.core.query.WithItem
 
toSql(IDialect) - 类 中的方法com.mybatisflex.core.query.WithSelectDetail
 
toSql(IDialect) - 类 中的方法com.mybatisflex.core.query.WithStringDetail
 
toSql(IDialect) - 类 中的方法com.mybatisflex.core.query.WithValuesDetail
 
toSql(IDialect) - 类 中的方法com.mybatisflex.core.update.RawValue
 
toSQL() - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
toString() - 类 中的方法com.mybatisflex.core.audit.AuditMessage
 
toString() - 枚举 中的方法com.mybatisflex.core.constant.SqlConnector
 
toString() - 类 中的方法com.mybatisflex.core.mybatis.TypeHandlerObject
 
toString() - 类 中的方法com.mybatisflex.core.paginate.Page
 
toString() - 类 中的方法com.mybatisflex.core.query.Brackets
 
toString() - 类 中的方法com.mybatisflex.core.query.FunctionQueryColumn
 
toString() - 类 中的方法com.mybatisflex.core.query.QueryColumn
 
toString() - 类 中的方法com.mybatisflex.core.query.QueryCondition
 
toString() - 类 中的方法com.mybatisflex.core.query.QueryTable
 
toString() - 类 中的方法com.mybatisflex.core.query.RawQueryColumn
 
toString() - 类 中的方法com.mybatisflex.core.query.RawQueryCondition
 
toString() - 类 中的方法com.mybatisflex.core.query.RawQueryOrderBy
 
toString() - 类 中的方法com.mybatisflex.core.query.RawQueryTable
 
toString() - 类 中的方法com.mybatisflex.core.query.SelectQueryTable
 
toString() - 类 中的方法com.mybatisflex.core.query.StringFunctionQueryColumn
 
toString(Date, String) - 类 中的静态方法com.mybatisflex.core.util.DateUtil
 
totalPage - 类 中的变量com.mybatisflex.core.paginate.Page
总页数。
totalRow - 类 中的变量com.mybatisflex.core.paginate.Page
总数据数量。
toUnderlineKeysMap() - 类 中的方法com.mybatisflex.core.row.Row
 
TransactionalManager - com.mybatisflex.core.transaction中的类
事务管理器
TransactionalManager() - 类 的构造器com.mybatisflex.core.transaction.TransactionalManager
 
TransactionContext - com.mybatisflex.core.transaction中的类
 
TransactionContext() - 类 的构造器com.mybatisflex.core.transaction.TransactionContext
 
TransactionException - com.mybatisflex.core.transaction中的异常错误
 
TransactionException(String) - 异常错误 的构造器com.mybatisflex.core.transaction.TransactionException
 
TransactionException(String, Throwable) - 异常错误 的构造器com.mybatisflex.core.transaction.TransactionException
 
transactionFactory - 类 中的变量com.mybatisflex.core.MybatisFlexBootstrap
 
TRIM - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
trim(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
去掉字符串 s 开始处和结尾处的空格。
true_() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
构建 TRUE 常量。
trueValue - 类 中的变量com.mybatisflex.core.query.IfFunctionQueryColumn
 
TRUNCATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
truncate(String, String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(QueryColumn, QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(LambdaGetter<X>, LambdaGetter<Y>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(String, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(QueryColumn, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
truncate(LambdaGetter<T>, Integer) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回数值 x 保留到小数点后 y 位的值。
trustAnyHostnameVerifier - 类 中的静态变量com.mybatisflex.core.audit.http.HttpUtil
 
TrustAnyHostnameVerifier() - 类 的构造器com.mybatisflex.core.audit.http.HttpUtil.TrustAnyHostnameVerifier
 
TrustAnyTrustManager() - 类 的构造器com.mybatisflex.core.audit.http.HttpUtil.TrustAnyTrustManager
 
tryTrim(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
 
twepoch - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
时间起始标记点,一旦确定不能变动(2023-04-02 13:01:00)。
tx(Supplier<Boolean>) - 类 中的静态方法com.mybatisflex.core.row.Db
进行事务操作,返回 null 或者 false 或者 抛出异常,事务回滚
tx(Supplier<Boolean>, Propagation) - 类 中的静态方法com.mybatisflex.core.row.Db
进行事务操作,返回 null 或者 false 或者 抛出异常, 事务回滚
txWithResult(Supplier<T>) - 类 中的静态方法com.mybatisflex.core.row.Db
进行事务操作,和返回结果无关,只有抛出异常时,事务回滚
txWithResult(Supplier<T>, Propagation) - 类 中的静态方法com.mybatisflex.core.row.Db
进行事务操作,和返回结果无关,只有抛出异常时,事务回滚
type - 类 中的变量com.mybatisflex.core.handler.Fastjson2TypeHandler
 
type - 类 中的变量com.mybatisflex.core.handler.FastjsonTypeHandler
 
type - 类 中的变量com.mybatisflex.core.query.Join
 
typeHandler - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
typeHandler - 类 中的变量com.mybatisflex.core.mask.CompositeMaskTypeHandler
 
typeHandler - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.UnMappedColumnAutoMapping
 
typeHandler - 类 中的变量com.mybatisflex.core.mybatis.TypeHandlerObject
 
typeHandler - 类 中的变量com.mybatisflex.core.table.ColumnInfo
自定义 TypeHandler。
TypeHandlerObject - com.mybatisflex.core.mybatis中的类
类型处理器包装。
TypeHandlerObject(TypeHandler, Object, JdbcType) - 类 的构造器com.mybatisflex.core.mybatis.TypeHandlerObject
 
typeHandlerRegistry - 类 中的变量com.mybatisflex.core.keygen.RowJdbc3KeyGenerator.KeyAssigner
 
typeHandlerRegistry - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
typeHandlerRegistry - 类 中的变量com.mybatisflex.core.mybatis.SqlArgsParameterHandler
 

U

ulid - 类 中的静态变量com.mybatisflex.core.keygen.KeyGenerators
ulid 主键生成器 ULIDKeyGenerator
ULID - 类 中的静态变量com.mybatisflex.core.row.RowKey
ulid
ULIDKeyGenerator - com.mybatisflex.core.keygen.impl中的类
ULID: 对比UUID的优势在于可排序性和性能。
ULIDKeyGenerator() - 类 的构造器com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
UN_SAFE_CHARS - 类 中的静态变量com.mybatisflex.core.util.SqlUtil
 
underlineToCamel(String) - 类 中的静态方法com.mybatisflex.core.util.StringUtil
下划线转驼峰格式
UNION - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
union(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
SELECT * FROM table UNION SELECT ...
union(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
union(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
union(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.UnionWrapper
 
UNION_ALL - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
unionAll(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
unionAll(QueryWrapper) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
unionAll(QueryWrapper) - 类 中的静态方法com.mybatisflex.core.query.UnionWrapper
 
unions - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
UnionWrapper - com.mybatisflex.core.query中的类
 
UnionWrapper() - 类 的构造器com.mybatisflex.core.query.UnionWrapper
 
UNIX_TIMESTAMP - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
unixTimestamp() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
以 UNIX 时间戳的形式返回当前时间。
unixTimestamp(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将时间 d 以 UNIX 时间戳的形式返回。
unixTimestamp(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将时间 d 以 UNIX 时间戳的形式返回。
unixTimestamp(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将时间 d 以 UNIX 时间戳的形式返回。
UnMappedColumnAutoMapping(String, String, TypeHandler<?>, boolean) - 类 的构造器com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler.UnMappedColumnAutoMapping
 
unMappedColumnHandler - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
未匹配列处理器
UnMappedColumnHandler - com.mybatisflex.core.mybatis中的接口
UnMappedColumnHandler 自定义未匹配列处理
unwrap(Class<T>) - 类 中的方法com.mybatisflex.core.datasource.AbstractDataSource
 
unwrap(Class<T>) - 类 中的方法com.mybatisflex.core.datasource.FlexDataSource
 
update() - 类 中的方法com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据(自动忽略 null 值)。
update(boolean) - 类 中的方法com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据,并设置是否忽略 null 值。
update(T) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据主键来更新数据,若实体类属性数据为 null,该属性不会更新到数据库。
update(T, boolean) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据主键来更新数据到数据库。
UPDATE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
update(Statement) - 类 中的方法com.mybatisflex.core.mybatis.FlexStatementHandler
 
update(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
update 的 SQL 构建。
update() - 类 中的方法com.mybatisflex.core.row.DbChain
 
update(Object) - 类 中的方法com.mybatisflex.core.row.DbChain
 
update(Row) - 类 中的方法com.mybatisflex.core.row.DbChain
 
update(Map<String, Object>) - 类 中的方法com.mybatisflex.core.row.DbChain
 
update(T, Map<String, Object>) - 接口 中的方法com.mybatisflex.core.service.IService
根据 Map 构建查询条件更新数据。
update(T, QueryWrapper) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件更新数据。
update(T, QueryCondition) - 接口 中的方法com.mybatisflex.core.service.IService
根据查询条件更新数据。
update() - 类 中的方法com.mybatisflex.core.update.UpdateChain
 
updateBatch(String, BatchArgsSetter) - 类 中的静态方法com.mybatisflex.core.row.Db
 
updateBatch(Collection<T>) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatch(Collection<T>, boolean) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatch(Collection<T>, int) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatch(Collection<T>, int, boolean) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键批量更新数据
updateBatchById(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
updateBatchById 的 SQL 构建。
updateBatchById(String, String, List<Row>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateBatchById(String, List<Row>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateBatchById(String, String, List<Row>) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据主键来批量更新数据 注意: 1、此方法需要在 mysql 等链接配置需要开启 allowMultiQueries=true 2、更新成功返回的结果也可能为 0
updateBatchById(String, String, List<Row>) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
updateByCondition(T, QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByCondition(T, boolean, QueryCondition) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByCondition(String, String, Row, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 来更新数据
updateByCondition(String, Row, QueryCondition) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 condition 来更新数据
updateById() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据(自动忽略 null 值)。
updateById(boolean) - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据,并设置是否忽略 null 值。
updateById(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
updateById 的 SQL 构建。
updateById(String, String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 id 来更新数据
updateById(String, Row) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 id 来更新数据
updateById() - 类 中的方法com.mybatisflex.core.row.DbChain
 
updateById(String, String, Row) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据主键来更新数据
updateById(String, String, Row) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
updateById(T) - 接口 中的方法com.mybatisflex.core.service.IService
根据数据主键更新数据。
updateById(T, boolean) - 接口 中的方法com.mybatisflex.core.service.IService
根据主键更新数据
updateByIdOpt() - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据(自动忽略 null 值),结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
updateByIdOpt(boolean) - 接口 中的方法com.mybatisflex.core.activerecord.MapperModel
根据实体类主键更新数据,并设置是否忽略 null 值,结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
updateByMap(T, Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来更新数据。
updateByMap(T, boolean, Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据 Map 构建的条件来更新数据。
updateByMap(String, String, Row, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 构建的条件来更新数据
updateByMap(String, Row, Map<String, Object>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 map 构建的条件来更新数据
updateByQuery(T, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByQuery(T, boolean, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
根据查询条件来更新数据。
updateByQuery(Map, ProviderContext) - 类 中的静态方法com.mybatisflex.core.provider.EntitySqlProvider
updateByQuery 的 SQL 构建。
updateByQuery(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
updateByQuery 的 SQL 构建。
updateByQuery(String, String, Row, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 query 构建的条件来更新数据
updateByQuery(String, Row, QueryWrapper) - 类 中的静态方法com.mybatisflex.core.row.Db
根据 query 构建的条件来更新数据
updateByQuery(String, String, Row, QueryWrapper) - 接口 中的方法com.mybatisflex.core.row.RowMapper
根据 queryWrapper 来构建 where 条件更新数据
updateByQuery(String, String, Row, QueryWrapper) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
updateBySql(String, Object...) - 类 中的静态方法com.mybatisflex.core.row.Db
根据原生 sql 来更新数据
updateBySql(String, Object...) - 接口 中的方法com.mybatisflex.core.row.RowMapper
执行 update sql 语句
updateBySql(String, Object...) - 类 中的方法com.mybatisflex.core.row.RowMapperInvoker
 
updateChain() - 接口 中的方法com.mybatisflex.core.service.IService
链式更新。
UpdateChain<T> - com.mybatisflex.core.update中的类
用于数据更新、删除的链式操作
UpdateChain(BaseMapper<T>) - 类 的构造器com.mybatisflex.core.update.UpdateChain
 
UpdateChain(BaseMapper<T>, T) - 类 的构造器com.mybatisflex.core.update.UpdateChain
 
updateEntitiesBatch(Collection<T>, int) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateEntitiesBatch(Collection<T>) - 类 中的静态方法com.mybatisflex.core.row.Db
根据主键来批量更新数据
updateEntity(Map) - 类 中的静态方法com.mybatisflex.core.provider.RowSqlProvider
updateEntity 的 SQL 构建。
updateEntity(Object) - 接口 中的方法com.mybatisflex.core.row.RowMapper
更新 entity,主要用于进行批量更新的场景
UpdateEntity - com.mybatisflex.core.util中的类
 
UpdateEntity() - 类 的构造器com.mybatisflex.core.util.UpdateEntity
 
updateListenerCache - 类 中的静态变量com.mybatisflex.core.table.TableInfo
 
updateOpt() - 类 中的方法com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据(自动忽略 null 值),结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
updateOpt(boolean) - 类 中的方法com.mybatisflex.core.activerecord.Model
根据实体类构建的条件更新数据,并设置是否忽略 null 值,结果使用 Optional 返回源对象回调,更新成功返回 Optional.of(this),更新失败返回 Optional.empty()
updates - 类 中的变量com.mybatisflex.core.update.ModifyAttrsRecordHandler
更新的字段和内容
UpdateWrapper<T> - com.mybatisflex.core.update中的接口
 
UPPER - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
upper(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成大写字母。
upper(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成大写字母。
upper(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
将字符串 s 的所有字符都变成大写字母。
url - 类 中的变量com.mybatisflex.core.audit.AuditMessage
执行这个 SQL 涉及的 URL 地址。
use(String) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
use(String, Runnable) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
use(String, Supplier<T>) - 类 中的静态方法com.mybatisflex.core.datasource.DataSourceKey
 
useConstructorMappings - 类 中的变量com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
user - 类 中的变量com.mybatisflex.core.audit.AuditMessage
执行这个 SQL 涉及的平台用户。
USER - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
user() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回当前用户的名称。
userIp - 类 中的变量com.mybatisflex.core.audit.AuditMessage
执行这个 SQL 的平台用户 IP 地址。
UTC_DATE - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
UTC_TIME - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
utcDate() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 UTC(国际协调时间)日期。
utcTime() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回 UTC 时间。
uuid - 类 中的静态变量com.mybatisflex.core.keygen.KeyGenerators
uuid 主键生成器 UUIDKeyGenerator
UUID - 类 中的静态变量com.mybatisflex.core.row.RowKey
UUID 的 ID
UUIDKeyGenerator - com.mybatisflex.core.keygen.impl中的类
 
UUIDKeyGenerator() - 类 的构造器com.mybatisflex.core.keygen.impl.UUIDKeyGenerator
 

V

validateResultMapsCount(ResultSetWrapper, int) - 类 中的方法com.mybatisflex.core.mybatis.FlexDefaultResultSetHandler
 
value - 枚举 中的变量com.mybatisflex.core.constant.SqlConnector
 
value - 枚举 中的变量com.mybatisflex.core.constant.SqlOperator
 
VALUE - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
value - 类 中的变量com.mybatisflex.core.FlexGlobalConfig.KeyConfig
 
value - 类 中的变量com.mybatisflex.core.mybatis.TypeHandlerObject
 
value - 类 中的变量com.mybatisflex.core.query.ArithmeticQueryColumn.ArithmeticInfo
 
value - 类 中的变量com.mybatisflex.core.query.QueryCondition
 
value - 类 中的变量com.mybatisflex.core.row.RowKey
主键类型为 Sequence 和 Generator 时的对应的内容
value - 类 中的变量com.mybatisflex.core.table.IdInfo
1、若 keyType 类型是 sequence, value 则代表的是 sequence 序列的 sql 内容 例如:select SEQ_USER_ID.nextval as id from dual 2、若 keyType 是 Generator,value 则代表的是使用的那个 keyGenerator 的名称
value - 枚举 中的变量com.mybatisflex.core.transaction.Propagation
 
valueField - 类 中的变量com.mybatisflex.core.relation.AbstractRelation
 
valueOf(String) - 枚举 中的静态方法com.mybatisflex.core.constant.SqlConnector
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mybatisflex.core.constant.SqlOperator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mybatisflex.core.datasource.DataSourceProperty
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mybatisflex.core.dialect.DbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mybatisflex.core.dialect.OperateType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mybatisflex.core.exception.locale.LocalizedFormats
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mybatisflex.core.transaction.Propagation
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.mybatisflex.core.constant.SqlConnector
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VALUES - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
values() - 枚举 中的静态方法com.mybatisflex.core.constant.SqlOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mybatisflex.core.datasource.DataSourceProperty
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mybatisflex.core.dialect.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mybatisflex.core.dialect.OperateType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mybatisflex.core.exception.locale.LocalizedFormats
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values - 类 中的变量com.mybatisflex.core.query.WithValuesDetail
 
values() - 枚举 中的静态方法com.mybatisflex.core.transaction.Propagation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(String, SSLSession) - 类 中的方法com.mybatisflex.core.audit.http.HttpUtil.TrustAnyHostnameVerifier
 
VERSION - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
VERSION - 类 中的静态变量com.mybatisflex.core.FlexConsts
 
version() - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回数据库的版本号。
versionColumn - 类 中的变量com.mybatisflex.core.FlexGlobalConfig
默认的乐观锁字段,允许设置 null 忽略匹配。
versionColumn - 类 中的变量com.mybatisflex.core.table.TableInfo
 

W

waitNextMillis(long) - 类 中的方法com.mybatisflex.core.keygen.impl.ULIDKeyGenerator
 
WEEK - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
week(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 0-53。
week(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 0-53。
week(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 0-53。
WEEKDAY - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
weekday(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,0 表示星期一,1 表示星期二。
weekday(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,0 表示星期一,1 表示星期二。
weekday(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 是星期几,0 表示星期一,1 表示星期二。
WEEKOFYEAR - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
weekOfYear(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 1-53。
weekOfYear(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 1-53。
weekOfYear(LambdaGetter<T>) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
计算日期 d 是本年的第几个星期,范围是 1-53。
WHEN - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
when(QueryCondition) - 类 中的方法com.mybatisflex.core.query.CaseQueryColumn.Builder
 
When(QueryCondition) - 类 的构造器com.mybatisflex.core.query.CaseQueryColumn.When
 
when(Object) - 类 中的方法com.mybatisflex.core.query.CaseSearchQueryColumn.Builder
 
When(Object) - 类 的构造器com.mybatisflex.core.query.CaseSearchQueryColumn.When
 
when(boolean) - 类 中的方法com.mybatisflex.core.query.Join
 
when(Supplier<Boolean>) - 类 中的方法com.mybatisflex.core.query.Join
 
when(boolean) - 类 中的方法com.mybatisflex.core.query.QueryCondition
动态条件构造。
when(BooleanSupplier) - 类 中的方法com.mybatisflex.core.query.QueryCondition
动态条件构造。
whenCondition - 类 中的变量com.mybatisflex.core.query.CaseQueryColumn.When
 
whens - 类 中的变量com.mybatisflex.core.query.CaseQueryColumn
 
whens - 类 中的变量com.mybatisflex.core.query.CaseSearchQueryColumn
 
where(QueryCondition) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
where(String) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
where(String, Object...) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
where(LambdaGetter<E>) - 类 中的方法com.mybatisflex.core.activerecord.query.QueryModel
 
WHERE - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
where(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
where(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
where(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
where(Map<String, Object>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
where(Map<String, Object>, SqlOperators) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
where(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
where(Consumer<QueryWrapper>) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
where(QueryCondition) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
where(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
where(String, Object...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
where(Map<String, Object>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
where(Map<String, Object>, SqlOperators) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
where(LambdaGetter<T>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
where(Consumer<QueryWrapper>) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
WhereBuilder<R extends QueryModel<R>> - com.mybatisflex.core.activerecord.query中的类
Lambda 条件构建器。
WhereBuilder(R, QueryColumn, SqlConnector) - 类 的构造器com.mybatisflex.core.activerecord.query.WhereBuilder
 
whereQueryCondition - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
WITH - 类 中的静态变量com.mybatisflex.core.constant.SqlConsts
 
with(DataSourceProcessor...) - 类 中的静态方法com.mybatisflex.core.datasource.processor.DelegatingDataSourceProcessor
 
with(List<DataSourceProcessor>) - 类 中的静态方法com.mybatisflex.core.datasource.processor.DelegatingDataSourceProcessor
 
with - 类 中的变量com.mybatisflex.core.query.BaseQueryWrapper
 
with(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
with(String, String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
with(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
with(String, String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
With - com.mybatisflex.core.query中的类
 
With() - 类 的构造器com.mybatisflex.core.query.With
 
With(boolean) - 类 的构造器com.mybatisflex.core.query.With
 
with - 类 中的变量com.mybatisflex.core.query.WithBuilder
 
withAlias(String, String, IDialect) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
withBracket(String) - 类 中的静态方法com.mybatisflex.core.query.WrapperUtil
 
WithBuilder<Wrapper extends QueryWrapper> - com.mybatisflex.core.query中的类
 
WithBuilder() - 类 的构造器com.mybatisflex.core.query.WithBuilder
 
WithBuilder(Wrapper, With, String) - 类 的构造器com.mybatisflex.core.query.WithBuilder
 
WithBuilder(Wrapper, With, String, List<String>) - 类 的构造器com.mybatisflex.core.query.WithBuilder
 
WithDetail - com.mybatisflex.core.query中的接口
 
withDetail - 类 中的变量com.mybatisflex.core.query.WithItem
 
withFields() - 类 中的方法com.mybatisflex.core.activerecord.Model
 
withFields() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
使用 Fields Query 的方式进行关联查询。
WithItem - com.mybatisflex.core.query中的类
 
WithItem() - 类 的构造器com.mybatisflex.core.query.WithItem
 
WithItem(String, List<String>) - 类 的构造器com.mybatisflex.core.query.WithItem
 
withItems - 类 中的变量com.mybatisflex.core.query.With
 
withoutTenantCondition(Supplier<T>) - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
忽略 tenant 条件
withoutTenantCondition(Runnable) - 类 中的静态方法com.mybatisflex.core.tenant.TenantManager
忽略 tenant 条件
withRecursive(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
withRecursive(String, String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapper
 
withRecursive(String) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
withRecursive(String, String...) - 类 中的方法com.mybatisflex.core.query.QueryWrapperAdapter
 
withRelations() - 类 中的方法com.mybatisflex.core.activerecord.Model
 
withRelations(LambdaGetter<T>...) - 类 中的方法com.mybatisflex.core.activerecord.Model
 
withRelations() - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
使用 Relations Query 的方式进行关联查询。
withRelations(LambdaGetter<T>...) - 接口 中的方法com.mybatisflex.core.query.MapperQueryChain
使用 Relations Query 的方式进行关联查询。
WithSelectDetail - com.mybatisflex.core.query中的类
 
WithSelectDetail() - 类 的构造器com.mybatisflex.core.query.WithSelectDetail
 
WithSelectDetail(QueryWrapper) - 类 的构造器com.mybatisflex.core.query.WithSelectDetail
 
WithStringDetail - com.mybatisflex.core.query中的类
 
WithStringDetail(String, Object[]) - 类 的构造器com.mybatisflex.core.query.WithStringDetail
 
WithValuesDetail - com.mybatisflex.core.query中的类
 
WithValuesDetail() - 类 的构造器com.mybatisflex.core.query.WithValuesDetail
 
WithValuesDetail(List<Object>, QueryWrapper) - 类 的构造器com.mybatisflex.core.query.WithValuesDetail
 
WORK_ID_SHIFT - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
工作机器 ID 位需要左移的位数(12bit)。
WORKER_ID_BITS - 类 中的静态变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
工作机器 ID 占用的位数(5bit)。
workerId - 类 中的变量com.mybatisflex.core.keygen.impl.SnowFlakeIDKeyGenerator
工作机器 ID。
workId - 类 中的变量com.mybatisflex.core.keygen.impl.FlexIDKeyGenerator
 
wrap(String) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
wrap(String) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
wrap(String) - 类 中的方法com.mybatisflex.core.dialect.impl.Sqlserver2005DialectImpl
 
wrap(String) - 类 中的方法com.mybatisflex.core.dialect.impl.SqlserverDialectImpl
 
wrap(String) - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
wrap(Throwable) - 类 中的静态方法com.mybatisflex.core.exception.FlexExceptions
封装 MybatisFlexException 异常
wrap(Throwable, String, Object...) - 类 中的静态方法com.mybatisflex.core.exception.FlexExceptions
封装 MybatisFlexException 异常
wrap(String, Object...) - 类 中的静态方法com.mybatisflex.core.exception.FlexExceptions
封装 MybatisFlexException 异常
wrap(Throwable, Localizable, Object...) - 类 中的静态方法com.mybatisflex.core.exception.FlexExceptions
 
wrap(Localizable, Object...) - 类 中的静态方法com.mybatisflex.core.exception.FlexExceptions
 
wrap4Sqlserver(String) - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
wrapColumnAlias(String) - 接口 中的方法com.mybatisflex.core.dialect.IDialect
 
wrapColumnAlias(String) - 类 中的方法com.mybatisflex.core.dialect.impl.CommonsDialectImpl
 
wrapKeyword(String) - 类 中的方法com.mybatisflex.core.dialect.KeywordWrap
 
WrapperUtil - com.mybatisflex.core.query中的类
 
WrapperUtil() - 类 的构造器com.mybatisflex.core.query.WrapperUtil
 

X

xid - 类 中的变量com.mybatisflex.core.datasource.FlexDataSource.ConnectionHandler
 
XID_HOLDER - 类 中的静态变量com.mybatisflex.core.transaction.TransactionContext
 
xmlPaginate(String, Page<E>, QueryWrapper) - 接口 中的方法com.mybatisflex.core.BaseMapper
 
xmlPaginate(String, Page<E>, Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
 
xmlPaginate(String, Page<E>, QueryWrapper, Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
 
xmlPaginate(String, String, Page<E>, QueryWrapper, Map<String, Object>) - 接口 中的方法com.mybatisflex.core.BaseMapper
 

Y

YEAR - 类 中的静态变量com.mybatisflex.core.constant.FuncName
 
year(String) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的年份值。
year(QueryColumn) - 类 中的静态方法com.mybatisflex.core.query.QueryMethods
返回日期 d 中的年份值。
year(LambdaGetter<T>) - 类 中的静态方法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 © 2025. All rights reserved.