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

A

AbstractLikeExpression - com.gitee.fastmybatis.core.query.expression中的类
 
AbstractLikeExpression(String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.AbstractLikeExpression
 
AbstractLikeExpression(String, String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.AbstractLikeExpression
 
AbstractTypeHandlerAdapter<T> - com.gitee.fastmybatis.core.handler中的类
TypeHandler适配器
AbstractTypeHandlerAdapter() - 类 的构造器com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
addAll(List<Expression>) - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
addAnnotionExpression(Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加注解查询条件
addExpression(Expression) - 接口 中的方法com.gitee.fastmybatis.core.query.expression.Expressional
添加表达式
addExpression(Expression) - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
addJavaType(String, String, String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.JavaTypeUtil
添加java类型映射
addJavaType(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.JavaTypeUtil
添加java字段类型
addMapperClass(Class<?>) - 类 中的静态方法com.gitee.fastmybatis.core.ext.ExtContext
 
addMybatisType(String, String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.JavaTypeUtil
添加Java类型对应的mybatis类型
addPaginationInfo(SchPageableParam) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加分页信息
addParam(String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加额外参数
addSort(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加ASC排序字段,
addSort(String, Sort) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加字段排序
addSortInfo(SchSortableParam) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加排序信息
afterPropertiesSet() - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
allEq(LinkedHashMap<String, Object>) - 类 中的方法com.gitee.fastmybatis.core.query.Query
使用key/value进行多个等于的比对,相当于多个eq的效果
AND - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
argPlaceholder(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
设置参数占位符,默认'?'
ASC - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
AssociationDefinition - com.gitee.fastmybatis.core.ext.code.generator中的类
 
AssociationDefinition() - 类 的构造器com.gitee.fastmybatis.core.ext.code.generator.AssociationDefinition
 

B

BASE_RESULT_MAP - 接口 中的静态变量com.gitee.fastmybatis.core.mapper.SchMapper
内置resultMap名称
BaseEnum<T> - com.gitee.fastmybatis.core.handler中的接口
字段枚举类型父类.
BaseFill<T> - com.gitee.fastmybatis.core.handler中的类
数据填充父类
BaseFill() - 类 的构造器com.gitee.fastmybatis.core.handler.BaseFill
 
BaseLocaDateTimeFill - com.gitee.fastmybatis.core.support中的类
 
BaseLocaDateTimeFill() - 类 的构造器com.gitee.fastmybatis.core.support.BaseLocaDateTimeFill
 
BaseParam - com.gitee.fastmybatis.core.query.param中的类
 
BaseParam() - 类 的构造器com.gitee.fastmybatis.core.query.param.BaseParam
 
BLANK - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
build(String) - 类 中的方法com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
初始化mybatis配置文件
build(Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.Query
构建查询条件.
buildAssociationDefinition(Field) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnSelector
 
buildColumnDefinition(Field) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnSelector
构建列信息
buildExpression(Condition, String, Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.builder.ExpressionBuilder
 
buildExpression(Joint, String, Operator, Object) - 接口 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.ExpressionFactory
构建表达式
buildExpression(Joint, String, Operator, Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.LikeExpressionFactory
 
buildExpression(Joint, String, Operator, Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.ListExpressionFactory
 
buildExpression(Joint, String, Operator, Collection<T>, ValueConvert<T>) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.ListExpressionFactory
 
buildExpression(Joint, String, Operator, Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.ValueExpressionFactory
 
buildExpressions(Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.ConditionBuilder
获取条件表达式
buildFillValue(T) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
buildFillValue(T) - 类 中的方法com.gitee.fastmybatis.core.handler.CustomIdFill
 
buildFromBeanByProperty(Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.Query
将bean中的字段转换成条件,不会将字段名转换成下划线形式.
buildSqlSessionFactory() - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 

C

calcPageCount(long, int) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
分页数算法:页数 = (总记录数 + 每页记录数 - 1) / 每页记录数
camelToUnderline(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.FieldUtil
驼峰转下划线
checkPower(FillType, FillType) - 枚举 中的静态方法com.gitee.fastmybatis.core.handler.FillType
 
ClassClient - com.gitee.fastmybatis.core.ext.code.client中的类
 
ClassClient(FastmybatisConfig) - 类 的构造器com.gitee.fastmybatis.core.ext.code.client.ClassClient
 
ClassScanner - com.gitee.fastmybatis.core.ext中的类
class扫描
ClassScanner(String[], Class<?>) - 类 的构造器com.gitee.fastmybatis.core.ext.ClassScanner
 
ClassUtil - com.gitee.fastmybatis.core.util中的类
 
ClientParam - com.gitee.fastmybatis.core.ext.code.client中的类
客户端参数
ClientParam() - 类 的构造器com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
ColumnDefinition - com.gitee.fastmybatis.core.ext.code.generator中的类
表字段信息
ColumnDefinition() - 类 的构造器com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
ColumnSelector - com.gitee.fastmybatis.core.ext.code.generator中的类
字段查询
ColumnSelector(Class<?>, FastmybatisConfig) - 类 的构造器com.gitee.fastmybatis.core.ext.code.generator.ColumnSelector
 
com.gitee.fastmybatis.core - 程序包 com.gitee.fastmybatis.core
 
com.gitee.fastmybatis.core.annotation - 程序包 com.gitee.fastmybatis.core.annotation
 
com.gitee.fastmybatis.core.exception - 程序包 com.gitee.fastmybatis.core.exception
 
com.gitee.fastmybatis.core.ext - 程序包 com.gitee.fastmybatis.core.ext
 
com.gitee.fastmybatis.core.ext.code - 程序包 com.gitee.fastmybatis.core.ext.code
 
com.gitee.fastmybatis.core.ext.code.client - 程序包 com.gitee.fastmybatis.core.ext.code.client
 
com.gitee.fastmybatis.core.ext.code.generator - 程序包 com.gitee.fastmybatis.core.ext.code.generator
 
com.gitee.fastmybatis.core.ext.code.util - 程序包 com.gitee.fastmybatis.core.ext.code.util
 
com.gitee.fastmybatis.core.ext.exception - 程序包 com.gitee.fastmybatis.core.ext.exception
 
com.gitee.fastmybatis.core.handler - 程序包 com.gitee.fastmybatis.core.handler
 
com.gitee.fastmybatis.core.mapper - 程序包 com.gitee.fastmybatis.core.mapper
 
com.gitee.fastmybatis.core.query - 程序包 com.gitee.fastmybatis.core.query
 
com.gitee.fastmybatis.core.query.annotation - 程序包 com.gitee.fastmybatis.core.query.annotation
 
com.gitee.fastmybatis.core.query.expression - 程序包 com.gitee.fastmybatis.core.query.expression
 
com.gitee.fastmybatis.core.query.expression.builder - 程序包 com.gitee.fastmybatis.core.query.expression.builder
 
com.gitee.fastmybatis.core.query.expression.builder.factory - 程序包 com.gitee.fastmybatis.core.query.expression.builder.factory
 
com.gitee.fastmybatis.core.query.param - 程序包 com.gitee.fastmybatis.core.query.param
 
com.gitee.fastmybatis.core.support - 程序包 com.gitee.fastmybatis.core.support
 
com.gitee.fastmybatis.core.util - 程序包 com.gitee.fastmybatis.core.util
 
COMMA - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
Condition - com.gitee.fastmybatis.core.query.annotation中的注释类型
条件表达式,作用在bean的get方法上
ConditionBuilder - com.gitee.fastmybatis.core.query.expression.builder中的类
条件生成
ConditionBuilder() - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.ConditionBuilder
 
ConditionBuilder(boolean) - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.ConditionBuilder
 
ConditionConfig - com.gitee.fastmybatis.core.query.annotation中的注释类型
条件表达式,作用在bean上
ConditionValueHandler - com.gitee.fastmybatis.core.query中的接口
条件值处理
ConditionValueHandler.DefaultConditionValueHandler - com.gitee.fastmybatis.core.query中的类
默认的处理
containClass(Class<?>) - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
是否作用在entityClass上
convert(T) - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ValueConvert
转换对象
convertToJavaBoxType(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.JavaTypeUtil
将基本类型转换为装箱类型
convertToMyBatisJdbcType(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.JavaTypeUtil
将Java类型转换为mybatis的jdbcType
convertValue(Object) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
解析数据库字段值,转成java对象值
convertValue(Object) - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
 
convertValue(Object) - 类 中的方法com.gitee.fastmybatis.core.handler.CustomIdTypeHandler
 
convertValue(Object) - 类 中的方法com.gitee.fastmybatis.core.handler.EnumTypeHandler
 
convertValue(Object) - 类 中的方法com.gitee.fastmybatis.core.support.BaseLocaDateTimeFill
 
copyPropertiesForMap(Map<String, Object>, Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
属性拷贝,把map中的值拷贝到target中去
copyPropertiesIgnoreNull(Object, Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
属性拷贝,第一个参数中的属性值拷贝到第二个参数中
注意:当第一个参数中的属性有null值时,不会拷贝进去
COUNT_EXPRESSION - 类 中的静态变量com.gitee.fastmybatis.core.FastmybatisConfig
 
createUpdateMap(Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
将pojo对象中的字段值和名称存到map中,并且字段值转成数据库字段名
createUpdateMapIgnoreNull(Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
将pojo对象中的字段值和名称存到map中,并且字段值转成数据库字段名。
CrudMapper<E,I> - com.gitee.fastmybatis.core.mapper中的接口
具备CRUD的mapper
CustomIdFill<T> - com.gitee.fastmybatis.core.handler中的类
自定义ID填充器,实现自定义ID生成策略,需要继承这个类。
CustomIdFill() - 类 的构造器com.gitee.fastmybatis.core.handler.CustomIdFill
 
CustomIdTypeHandler - com.gitee.fastmybatis.core.handler中的类
 
CustomIdTypeHandler() - 类 的构造器com.gitee.fastmybatis.core.handler.CustomIdTypeHandler
 

D

DatabaseConnectException - com.gitee.fastmybatis.core.ext.exception中的异常错误
 
DatabaseConnectException(Throwable) - 异常错误 的构造器com.gitee.fastmybatis.core.ext.exception.DatabaseConnectException
 
DateFillInsert - com.gitee.fastmybatis.core.support中的类
insert时的字段填充
在做insert操作时,如果表里面有gmt_create字段,则自动填充时间
DateFillInsert() - 类 的构造器com.gitee.fastmybatis.core.support.DateFillInsert
 
DateFillInsert(String) - 类 的构造器com.gitee.fastmybatis.core.support.DateFillInsert
 
DateFillUpdate - com.gitee.fastmybatis.core.support中的类
update时的字段填充
在做insert或update操作时,如果表里面有gmt_update字段,则自动填充时间
DateFillUpdate() - 类 的构造器com.gitee.fastmybatis.core.support.DateFillUpdate
 
DateFillUpdate(String) - 类 的构造器com.gitee.fastmybatis.core.support.DateFillUpdate
 
DEFAULT_INDEX - 接口 中的静态变量com.gitee.fastmybatis.core.query.expression.Expression
默认排序索引
DefaultConditionValueHandler() - 类 的构造器com.gitee.fastmybatis.core.query.ConditionValueHandler.DefaultConditionValueHandler
 
defaultIgnoreUpdateColumns - 类 中的静态变量com.gitee.fastmybatis.core.FastmybatisConfig
数据库忽略更新的字段,如gmt_create,gmt_modified
delete(E) - 接口 中的方法com.gitee.fastmybatis.core.mapper.DeleteMapper
删除,在有逻辑删除字段的情况下,这里为UPDATE
deleteById(I) - 接口 中的方法com.gitee.fastmybatis.core.mapper.DeleteMapper
根据id删除,在有逻辑删除字段的情况下,这里为UPDATE
deleteByQuery(Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.DeleteMapper
根据条件删除,在有逻辑删除字段的情况下,这里为UPDATE
DeleteMapper<E,I> - com.gitee.fastmybatis.core.mapper中的接口
具备删除功能的Mapper
DESC - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
disableDistinct() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
disableForceQuery() - 类 中的方法com.gitee.fastmybatis.core.query.Query
关闭强力查询,逻辑删除字段生效
disableForceUpdate() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
doCreateUpdateMap(Object, boolean) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
 
DOT - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
dotFilter(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.FieldUtil
过滤"."

E

EasyuiDatagridParam - com.gitee.fastmybatis.core.support中的类
支持easyui表格参数
EasyuiDatagridParam() - 类 的构造器com.gitee.fastmybatis.core.support.EasyuiDatagridParam
 
EditMapper<E,I> - com.gitee.fastmybatis.core.mapper中的接口
负责编辑的mapper
EMPTY - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
enableDistinct() - 类 中的方法com.gitee.fastmybatis.core.query.Query
使用distinct,开启后,会在主键上加distinct。
enableForceQuery() - 类 中的方法com.gitee.fastmybatis.core.query.Query
开启强力查询,将无视逻辑删除字段
enableForceUpdate() - 类 中的方法com.gitee.fastmybatis.core.query.Query
开启强制更新,那么null字段也会更新进去
EntityProcessor<E> - com.gitee.fastmybatis.core中的接口
记录处理
EnumTypeHandler<E extends Enum<?> & BaseEnum<?>> - com.gitee.fastmybatis.core.handler中的类
枚举相关的TypeHandler
EnumTypeHandler(Class<E>) - 类 的构造器com.gitee.fastmybatis.core.handler.EnumTypeHandler
 
eq(String, Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
eq(String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加等于条件
EQUAL - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
Expression - com.gitee.fastmybatis.core.query.expression中的接口
 
Expressional - com.gitee.fastmybatis.core.query.expression中的接口
查询条件支持
ExpressionBuilder - com.gitee.fastmybatis.core.query.expression.builder中的类
负责构建条件表达式
ExpressionBuilder() - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.ExpressionBuilder
 
ExpressionFactory - com.gitee.fastmybatis.core.query.expression.builder.factory中的接口
表达式工厂,负责生成SQL条件表达式
ExpressionJoinable - com.gitee.fastmybatis.core.query.expression中的接口
 
ExpressionListable - com.gitee.fastmybatis.core.query.expression中的接口
 
Expressions - com.gitee.fastmybatis.core.query.expression中的类
表达式工厂类
ExpressionSortUtil - com.gitee.fastmybatis.core.query中的类
 
ExpressionSqlable - com.gitee.fastmybatis.core.query.expression中的接口
 
ExpressionValueable - com.gitee.fastmybatis.core.query.expression中的接口
 
ExtContext - com.gitee.fastmybatis.core.ext中的类
 
ExtContext() - 类 的构造器com.gitee.fastmybatis.core.ext.ExtContext
 

F

FastmybatisConfig - com.gitee.fastmybatis.core中的类
fastmybatis配置项
FastmybatisConfig() - 类 的构造器com.gitee.fastmybatis.core.FastmybatisConfig
 
fatchCurrentPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
fatchFirstPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
首页
fatchLastPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
最后一页
fatchList() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
结果集
fatchNextPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
下一页
fatchPageCount() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
共几页
fatchPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
当前页索引,等同于getCurrentPageIndex()
fatchPageSize() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
每页显示几条记录
fatchPrePageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
上一页
fatchStart() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
起始页索引,从0开始
fatchTotal() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
总记录数
FieldUtil - com.gitee.fastmybatis.core.ext.code.util中的类
 
FileCodeGenerator - com.gitee.fastmybatis.core.ext.code.client中的类
代码生成器,根据定义好的velocity模板生成代码
FileCodeGenerator() - 类 的构造器com.gitee.fastmybatis.core.ext.code.client.FileCodeGenerator
 
FillType - com.gitee.fastmybatis.core.handler中的枚举
字段填充类型.
FIRST_PAGE - 接口 中的静态变量com.gitee.fastmybatis.core.PageResult
第一页
forceById(I) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
根据主键查询强制查询,忽略逻辑删除字段
forceDelete(E) - 接口 中的方法com.gitee.fastmybatis.core.mapper.DeleteMapper
强制删除,忽略逻辑删除字段,执行DELETE语句
forceDeleteById(I) - 接口 中的方法com.gitee.fastmybatis.core.mapper.DeleteMapper
根据id强制删除,忽略逻辑删除字段,执行DELETE语句
forceDeleteByQuery(Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.DeleteMapper
根据条件强制删除,忽略逻辑删除字段,执行DELETE语句

G

ge(String, Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
ge(String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
大于等于,>=
GenCodeException - com.gitee.fastmybatis.core.ext.exception中的异常错误
生成mapper代码异常
GenCodeException(Throwable) - 异常错误 的构造器com.gitee.fastmybatis.core.ext.exception.GenCodeException
 
GenCodeException(String) - 异常错误 的构造器com.gitee.fastmybatis.core.ext.exception.GenCodeException
 
generate(VelocityContext, InputStream) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.VelocityUtil
 
generate(VelocityContext, InputStream, String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.VelocityUtil
 
generate(VelocityContext, Reader) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.VelocityUtil
 
generate(VelocityContext, String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.VelocityUtil
 
generateCode(ClientParam) - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.FileCodeGenerator
 
genMybatisXml(Class<?>, String, String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClassClient
生成mybatis文件
get() - 类 中的静态方法com.gitee.fastmybatis.core.handler.Identitys
 
getAllColumns() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
返回所有定义的字段
getAssociationDefinitions() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnSelector
返回一对一关联配置
getAssociationDefinitions() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getAutoId() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getBaseType() - 类 中的方法com.gitee.fastmybatis.core.ext.code.util.JavaType
 
getBoxType() - 类 中的方法com.gitee.fastmybatis.core.ext.code.util.JavaType
 
getByColumn(String, Object) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
根据字段查询一条记录
getById(I) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
根据主键查询
getByQuery(Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
根据条件查找单条记录
getCamelFieldBuilder() - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.builder.ConditionBuilder
 
getClassName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
getClassSet() - 类 中的方法com.gitee.fastmybatis.core.ext.ClassScanner
将符合条件的Bean以Class集合的形式返回
getClassSimpleName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
getClassSimpleName(Class<?>) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
返回类名并且第一个字母小写
getCode() - 接口 中的方法com.gitee.fastmybatis.core.handler.BaseEnum
返回code
getColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.AssociationDefinition
 
getColumn() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionListable
返回数据库字段名
getColumn() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionValueable
返回数据库字段名
getColumn() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
getColumn() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
getColumnDefinitionList() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
getColumnDefinitions() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnSelector
构建columnDefinition
getColumnDefinitions() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getColumnName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getColumnName() - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
字段名
getColumnName() - 类 中的方法com.gitee.fastmybatis.core.support.DateFillInsert
 
getColumnName() - 类 中的方法com.gitee.fastmybatis.core.support.DateFillUpdate
 
getColumnName() - 类 中的方法com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtCreate
 
getColumnName() - 类 中的方法com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtModified
 
getComment() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getComment() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getCommonSqlClasspath() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getConditionValue(Object, String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.ConditionValueHandler.DefaultConditionValueHandler
 
getConditionValue(Object, String, Object) - 接口 中的方法com.gitee.fastmybatis.core.query.ConditionValueHandler
获取条件的值
getConfig() - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
getConfig() - 类 中的方法com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
 
getConfig() - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
getCount(Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询总记录数
getCountExpression() - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
getCountExpression() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getCurrentPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
当前页
getCustomIdTypeHandlerValue() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getDbName() - 类 中的方法com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
 
getDBSortname() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getDBSortname() - 接口 中的方法com.gitee.fastmybatis.core.query.param.SchSortableParam
数据库排序字段
getDBSortname() - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
getDeclaredField(Object, String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.ReflectUtil
循环向上转型, 获取对象的 DeclaredField
getDeclaredFields(Class<?>) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.ReflectUtil
循环向上转型, 获取对象的所有的DeclaredField
getDistinct() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getEntityClass() - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
getEntityClass(Class<?>) - 类 中的静态方法com.gitee.fastmybatis.core.ext.ExtContext
 
getEqual() - 类 中的方法com.gitee.fastmybatis.core.query.expression.AbstractLikeExpression
 
getEqual() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionListable
返回操作符
getEqual() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionValueable
返回操作符
getEqual() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
getEqual() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
getFill(Class<?>, Field, String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getFillType() - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
操作类型
字段插入后不能修改用FillType.INSERT,如:create_time字段
字段插入后能修改用FillType.UPDATE,如:update_time字段
getFillType() - 类 中的方法com.gitee.fastmybatis.core.handler.CustomIdFill
 
getFillType() - 类 中的方法com.gitee.fastmybatis.core.support.DateFillInsert
 
getFillType() - 类 中的方法com.gitee.fastmybatis.core.support.DateFillUpdate
 
getFillType() - 类 中的方法com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtCreate
 
getFillType() - 类 中的方法com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtModified
 
getFillValue(T) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
保存到数据库的值
getFillValue(Object) - 类 中的方法com.gitee.fastmybatis.core.handler.CustomIdTypeHandler
 
getFillValue(E) - 类 中的方法com.gitee.fastmybatis.core.handler.EnumTypeHandler
 
getFillValue(Date) - 类 中的方法com.gitee.fastmybatis.core.support.DateFillInsert
 
getFillValue(Date) - 类 中的方法com.gitee.fastmybatis.core.support.DateFillUpdate
 
getFillValue(LocalDateTime) - 类 中的方法com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtCreate
 
getFillValue(LocalDateTime) - 类 中的方法com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtModified
 
getFinalMapperLocations() - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
getFirstPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
首页
getForceQuery() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getForceUpdate() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getFullType() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getGlobalIdName() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getGlobalVmLocation() - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
getGlobalVmLocation() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getGlobalVmPlaceholder() - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
getGlobalVmPlaceholder() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getHasBigDecimalField() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
是否含有BigDecimal字段
getHasDateField() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
是否含有时间字段
getHasLogicDeleteColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getHasTypeHandlerInsert() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getHasTypeHandlerUpdate() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getHasVersionColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getIgnoreLogicDeleteWithAssociation() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getIgnoreUpdateColumns() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getIsAuto() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsCustomFill() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsCustomFillUpdate() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsCustomIdFill() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsEnum() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsIdentity() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsIdentityPk() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
是否是自增主键
getIsInsertColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
是否是插入字段,不为自增且未设置忽略
getIsLogicDelete() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsPk() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsQueryAll() - 接口 中的方法com.gitee.fastmybatis.core.query.Pageable
是否查询全部
getIsQueryAll() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getIsSequence() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsSetTotal() - 接口 中的方法com.gitee.fastmybatis.core.query.Pageable
是否设置总记录数
getIsSetTotal() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getIsUpdateColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
是否是更新字段,不为主键且未设置忽略
getIsUuid() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getIsVersion() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
是否是乐观锁字段
getJavaBeanName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
返回Java类名
getJavaBeanNameLF() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
返回Java类名且首字母小写
getJavaFieldName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
返回java字段
getJavaFieldNameUF() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
返回java字段名,并且第一个字母大写
getJavaType() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getJavaTypeBox() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
获得装箱类型,Integer,Float
getJavaTypeProperty() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getJavaTypes() - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.JavaTypeUtil
返回java字段类型
getJdbcTypeProperty() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getJoinExpressions() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.Expressional
返回连接表达式列表
getJoinExpressions() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getJoinSql() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionJoinable
返回连接sql
getJoinSql() - 类 中的方法com.gitee.fastmybatis.core.query.expression.JoinExpression
 
getJoint() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionListable
返回连接符,and , or
getJoint() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionSqlable
返回连接符
getJoint() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionValueable
返回连接符
getJoint() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
getJoint() - 类 中的方法com.gitee.fastmybatis.core.query.expression.SqlExpression
 
getJoint() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
getJoint() - 枚举 中的方法com.gitee.fastmybatis.core.query.Joint
 
getLastPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
最后一页
getLimit() - 接口 中的方法com.gitee.fastmybatis.core.query.Pageable
返回偏移量
getLimit() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageParam
 
getLimit() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getLimit() - 接口 中的方法com.gitee.fastmybatis.core.query.param.SchPageableParam
返回第一条记录的索引值
getLimit() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getList() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
结果集
getListExpressions() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.Expressional
返回集合表达式列表
getListExpressions() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getLogicDeleteColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getLogicDeleteValue() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getLogicDeleteValue() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getLogicDeleteValueString() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getLogicNotDeleteValue() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getLogicNotDeleteValue() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getLogicNotDeleteValueString() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getMapperClass() - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
getMapperClass(Class<?>) - 类 中的静态方法com.gitee.fastmybatis.core.ext.ExtContext
 
getMapperExecutorPoolSize() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getMapperLocations() - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
getMapperSaveDir() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getMybatisInsertValue() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getMybatisInsertValuePrefix() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getMybatisJdbcType() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getMybatisSelectValue() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getMybatisType() - 类 中的方法com.gitee.fastmybatis.core.ext.code.util.JavaType
 
getMybatisUpdateValue() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getMybatisUpdateValuePrefix() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getNamespace() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
getNextPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
下一页
getNullableResult(ResultSet, String) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
getNullableResult(ResultSet, int) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
getNullableResult(CallableStatement, int) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
getOperator() - 枚举 中的方法com.gitee.fastmybatis.core.query.Operator
返回操作符,=,>=,<...
getOrder() - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
优先值,越小的值优先
getOrder() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getOrder() - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
getOrder() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getOrder() - 接口 中的方法com.gitee.fastmybatis.core.query.Sortable
返回排序信息
getOrderable() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getOrderable() - 接口 中的方法com.gitee.fastmybatis.core.query.Sortable
是否具备排序,是返回true
getOrderIndex() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getPackageName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
getPage() - 类 中的方法com.gitee.fastmybatis.core.support.EasyuiDatagridParam
 
getPageCount() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
共几页
getPageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
当前页索引,等同于getCurrentPageIndex()
getPageIndex() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageParam
 
getPageIndex() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getPageSize() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
每页显示几条记录
getPageSize() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageParam
 
getPageSize() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getParam() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getParam() - 接口 中的方法com.gitee.fastmybatis.core.query.Queryable
返回自定义参数,在xml中使用#{参数名}获取值
getPkColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getPrePageIndex() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
上一页
getProperty() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.AssociationDefinition
 
getResource(String) - 类 中的方法com.gitee.fastmybatis.core.ext.HotDeploy
 
getRows() - 类 中的方法com.gitee.fastmybatis.core.support.EasyuiDatagridParam
 
getRows() - 类 中的方法com.gitee.fastmybatis.core.support.PageEasyui
 
getSchema() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getSelect() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.AssociationDefinition
 
getSequenceName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getSort() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getSort() - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
getSortname() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getSortname() - 接口 中的方法com.gitee.fastmybatis.core.query.param.SchSortableParam
返回排序字段
getSortname() - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
getSortorder() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getSortorder() - 接口 中的方法com.gitee.fastmybatis.core.query.param.SchSortableParam
返回排序字段
getSortorder() - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
getSql() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionSqlable
返回sql
getSql() - 类 中的方法com.gitee.fastmybatis.core.query.expression.SqlExpression
 
getSqlExpressions() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.Expressional
返回自定义sql表达式列表
getSqlExpressions() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getSqlSessionFactory() - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
getStart() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
起始页索引,从0开始,不同于pageIndex
getStart() - 接口 中的方法com.gitee.fastmybatis.core.query.Pageable
返回其实位置
getStart() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageParam
 
getStart() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
getStart() - 接口 中的方法com.gitee.fastmybatis.core.query.param.SchPageableParam
返回第一条记录的索引值
getStart() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getSuperClassGenricType(Class<?>, int) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
返回定义类时的泛型参数的类型.
getSuperInterfaceGenricType(Class<?>, int) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
返回接口类的泛型参数的类型
getTableColumns() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
返回表字段
getTableDefinition() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
getTableDefinition() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableSelector
 
getTableName() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getTargetEntityClasses() - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
作用在指定实体类上,返回null或空则作用在所有实体类。
getTemplateClasspath() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
getTemplateLocation() - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
getTotal() - 类 中的方法com.gitee.fastmybatis.core.PageInfo
总记录数
getTotal() - 接口 中的方法com.gitee.fastmybatis.core.query.Pageable
返回总记录数
getTotal() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getTotal() - 类 中的方法com.gitee.fastmybatis.core.support.PageEasyui
 
getType() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getTypeHandlerProperty() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
getUnderlineFieldBuilder() - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.builder.ConditionBuilder
 
getValue(Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.LikeExpressionFactory
 
getValue(Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.LikeLeftExpressionFactory
 
getValue(Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.builder.factory.LikeRightExpressionFactory
 
getValue() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionListable
返回值
getValue() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.ExpressionValueable
返回值
getValue() - 类 中的方法com.gitee.fastmybatis.core.query.expression.LikeDoubleExpression
 
getValue() - 类 中的方法com.gitee.fastmybatis.core.query.expression.LikeLeftExpression
 
getValue() - 类 中的方法com.gitee.fastmybatis.core.query.expression.LikeRightExpression
 
getValue() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
getValue() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
getValueExpressions() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.Expressional
返回单值表达式
getValueExpressions() - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
getVersionColumn() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
getWatchPaths(Resource[]) - 类 中的方法com.gitee.fastmybatis.core.ext.HotDeploy
 
gt(String, Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
gt(String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加大于条件,>

H

HotDeploy - com.gitee.fastmybatis.core.ext中的类
mapper热部署
HotDeploy(SqlSessionFactoryBeanExt) - 类 的构造器com.gitee.fastmybatis.core.ext.HotDeploy
 

I

Identitys - com.gitee.fastmybatis.core.handler中的类
 
Identitys() - 类 的构造器com.gitee.fastmybatis.core.handler.Identitys
 
ignoreEmptyString - 类 中的静态变量com.gitee.fastmybatis.core.FastmybatisConfig
忽略空字符串,全局配置
ignoreLogicDeleteColumn() - 类 中的方法com.gitee.fastmybatis.core.query.Query
无视逻辑删除字段
in(String, Collection<T>, ValueConvert<T>) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
in(String, Collection<?>) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
in(String, Object[]) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
in(String, Collection<?>) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加IN条件
in(String, Collection<T>, ValueConvert<T>) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加IN条件
in(String, Object[]) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加IN条件
IN - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
index() - 接口 中的方法com.gitee.fastmybatis.core.query.expression.Expression
决定WHERE后面表达式顺序,值小的靠左。
index() - 类 中的方法com.gitee.fastmybatis.core.query.expression.JoinExpression
 
index() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
index() - 类 中的方法com.gitee.fastmybatis.core.query.expression.SqlExpression
 
index() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
INNER_JOIN - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
isArrayOrCollection(Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
是否是数组或结合类
isCamel2underline() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
是否执行驼峰转下划线.
isEmpty(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
空字段条件,null或者空字符串
isGetMethod(Method) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
是否是get方法
isGlobalIdIncrement() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
isHotDeploy() - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
isIgnoreUpdate() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
isJavaType(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.JavaTypeUtil
 
isNull(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
字段是null的条件
isPrimitive(String) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
Check if it is the basic data type of json data
isTransient() - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
isTransientField(Field) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.FieldUtil
字段是否被transient关键字修饰或有@Transient注解

J

JavaType - com.gitee.fastmybatis.core.ext.code.util中的类
 
JavaType(String, String, String) - 类 的构造器com.gitee.fastmybatis.core.ext.code.util.JavaType
 
JavaTypeUtil - com.gitee.fastmybatis.core.ext.code.util中的类
java字段类型管理,主要负责基本类型,装箱类型,mybatis类型之间的映射 https://www.cnblogs.com/lojun/articles/8371316.html
join(String) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
join(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加关联条件
JoinExpression - com.gitee.fastmybatis.core.query.expression中的类
 
JoinExpression(String) - 类 的构造器com.gitee.fastmybatis.core.query.expression.JoinExpression
自定义连接语句
Joint - com.gitee.fastmybatis.core.query中的枚举
表达式之间的连接符

L

LazyFetch - com.gitee.fastmybatis.core.annotation中的注释类型
懒加载配置,作用在实体类的字段上。
le(String, Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
le(String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
小于等于,<=
LEFT_JOIN - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
like(String, String) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
like(String, String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加两边模糊查询条件,两边模糊匹配,即name like '%value%'
LIKE - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
LIKE_EXPRESSION_FACTORY - 类 中的静态变量com.gitee.fastmybatis.core.query.expression.Expressions
 
LIKE_LEFT_EXPRESSION_FACTORY - 类 中的静态变量com.gitee.fastmybatis.core.query.expression.Expressions
 
LIKE_RIGHT_EXPRESSION_FACTORY - 类 中的静态变量com.gitee.fastmybatis.core.query.expression.Expressions
 
LikeDoubleExpression - com.gitee.fastmybatis.core.query.expression中的类
Like条件查询,两边模糊匹配,即'%aaa%'
LikeDoubleExpression(String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.LikeDoubleExpression
Like条件查询,两边模糊匹配,即'%aaa%'
LikeDoubleExpression(String, String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.LikeDoubleExpression
Like条件查询,两边模糊匹配,即'%aaa%'
LikeExpressionFactory - com.gitee.fastmybatis.core.query.expression.builder.factory中的类
 
LikeExpressionFactory() - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.factory.LikeExpressionFactory
 
likeLeft(String, String) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
likeLeft(String, String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加左模糊查询条件,左边模糊匹配,即name like '%value'
LikeLeftExpression - com.gitee.fastmybatis.core.query.expression中的类
Like条件查询,左边模糊匹配,即'%aaa'
LikeLeftExpression(String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.LikeLeftExpression
Like条件查询,左边模糊匹配,即'%aaa'
LikeLeftExpression(String, String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.LikeLeftExpression
Like条件查询,左边模糊匹配,即'%aaa'
LikeLeftExpressionFactory - com.gitee.fastmybatis.core.query.expression.builder.factory中的类
 
LikeLeftExpressionFactory() - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.factory.LikeLeftExpressionFactory
 
likeRight(String, String) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
likeRight(String, String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加右模糊查询条件,右边模糊匹配,即name like 'value%'。
LikeRightExpression - com.gitee.fastmybatis.core.query.expression中的类
Like条件查询,右边模糊匹配,即'aaa%'
LikeRightExpression(String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.LikeRightExpression
Like条件查询,右边模糊匹配,即'aaa%'
LikeRightExpression(String, String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.LikeRightExpression
Like条件查询,右边模糊匹配,即'aaa%'
LikeRightExpressionFactory - com.gitee.fastmybatis.core.query.expression.builder.factory中的类
 
LikeRightExpressionFactory() - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.factory.LikeRightExpressionFactory
 
limit(int, int) - 类 中的方法com.gitee.fastmybatis.core.query.Query
设置分页信息,针对不规则分页。
list(Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询结果集
LIST_EXPRESSION_FACTORY - 类 中的静态变量com.gitee.fastmybatis.core.query.expression.Expressions
 
listByArray(String, Object[]) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
根据字段多个值查询结果集
listByCollection(String, Collection<?>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
根据字段多个值查询结果集
listByColumn(String, Object) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
根据字段查询结果集
listBySpecifiedColumns(List<String>, Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询返回指定的列,返回实体类集合
listBySpecifiedColumns(List<String>, Query, Class<T>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询返回指定的列,返指定类集合
ListExpression - com.gitee.fastmybatis.core.query.expression中的类
list或数组查询雕件
ListExpression(String, String, String, Collection<?>) - 类 的构造器com.gitee.fastmybatis.core.query.expression.ListExpression
 
ListExpression(String, String, String, Collection<T>, ValueConvert<T>) - 类 的构造器com.gitee.fastmybatis.core.query.expression.ListExpression
 
ListExpression(String, String, String, T[], ValueConvert<T>) - 类 的构造器com.gitee.fastmybatis.core.query.expression.ListExpression
 
ListExpression(String, String, String, Object[]) - 类 的构造器com.gitee.fastmybatis.core.query.expression.ListExpression
 
ListExpressionFactory - com.gitee.fastmybatis.core.query.expression.builder.factory中的类
 
ListExpressionFactory() - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.factory.ListExpressionFactory
 
listMap(List<String>, Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
已过时。
LocalDateTimeFillGmtCreate - com.gitee.fastmybatis.core.support中的类
 
LocalDateTimeFillGmtCreate() - 类 的构造器com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtCreate
 
LocalDateTimeFillGmtCreate(String) - 类 的构造器com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtCreate
 
LocalDateTimeFillGmtModified - com.gitee.fastmybatis.core.support中的类
 
LocalDateTimeFillGmtModified() - 类 的构造器com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtModified
 
LocalDateTimeFillGmtModified(String) - 类 的构造器com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtModified
 
LogicDelete - com.gitee.fastmybatis.core.annotation中的注释类型
逻辑删除注解.
lowerFirstLetter(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.FieldUtil
将第一个字母转换成小写
lt(String, Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
lt(String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加小于条件,<

M

mapListToObjList(List<Map<String, Object>>, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
已过时。
使用MyBeanUtil.mapListToObjList(list, pojoClass);
mapListToObjList(List<Map<String, Object>>, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
map集合转换成对象集合
mapListToValueList(List<Map<String, Object>>, Class<T>, String) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
map集合转换成单值集合
Mapper<E> - com.gitee.fastmybatis.core.mapper中的接口
 
MapperContext - com.gitee.fastmybatis.core.ext.code.generator中的类
Mapper上下文,这里可以取到表,字段信息
最终会把上下文信息放到velocity中
MapperContext(TableDefinition) - 类 的构造器com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
MapperFileException - com.gitee.fastmybatis.core.ext.exception中的异常错误
生成mapper代码异常
MapperFileException(Throwable) - 异常错误 的构造器com.gitee.fastmybatis.core.ext.exception.MapperFileException
 
MapperFileException(String) - 异常错误 的构造器com.gitee.fastmybatis.core.ext.exception.MapperFileException
 
MapperLocationsBuilder - com.gitee.fastmybatis.core.ext中的类
mapper构建
MapperLocationsBuilder() - 类 的构造器com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
 
MapperUtil - com.gitee.fastmybatis.core.util中的类
查询工具
mapToPojo(Map<String, Object>, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
已过时。
使用MyBeanUtil.mapToPojo(map, pojoClass);
mapToPojo(Map<String, Object>, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
将map对象转换成普通类
mapToValue(Map<String, Object>, Class<T>, String) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
转换对象中的某个值
match(Class<?>, Field, String) - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
是否能够作用到指定字段
match(String) - 类 中的方法com.gitee.fastmybatis.core.handler.BaseFill
是否能够作用到指定字段
match(Class<?>, Field, String) - 类 中的方法com.gitee.fastmybatis.core.handler.CustomIdFill
 
MyBeanUtil - com.gitee.fastmybatis.core.util中的类
对象拷贝
MyBeanUtil() - 类 的构造器com.gitee.fastmybatis.core.util.MyBeanUtil
 

N

NOT_IN - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
notEmpty(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
不为空字符串
NotEntityException - com.gitee.fastmybatis.core.ext.code中的异常错误
 
NotEntityException() - 异常错误 的构造器com.gitee.fastmybatis.core.ext.code.NotEntityException
 
notEq(String, Object) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
notEq(String, Object) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加不等于条件
notIn(String, Collection<?>) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
notIn(String, Collection<T>, ValueConvert<T>) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
notIn(String, Object[]) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
notIn(String, Collection<?>) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加not in条件
notIn(String, Collection<T>, ValueConvert<T>) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加not in条件
notIn(String, Object[]) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加not in条件
notNull(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
字段不为null的条件

O

ON - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
oneEqTwo() - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加1=2条件
Operator - com.gitee.fastmybatis.core.query中的枚举
操作符 查询方式 说明 eq 等于= gt 大于> lt 小于< ge 大于等于>= le 小于等于<= notEq 不等于<> like 模糊查询 in in()查询 notIn not in()查询
OR - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 
orderby(String, Sort) - 类 中的方法com.gitee.fastmybatis.core.query.Query
字段排序

P

page(Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
分页查询
page(Query, Class<T>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询结果集,并转换结果集中的记录
page(int, int) - 类 中的方法com.gitee.fastmybatis.core.query.Query
设置分页信息
Pageable - com.gitee.fastmybatis.core.query中的接口
分页支持
pageBySpecifiedColumns(List<String>, Query, Class<T>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询返回指定的列,返回分页数据
pageEasyui(Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询返回easyui结果集
pageEasyui(Query, Class<T>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
查询返回easyui结果集,并转换结果集中的记录
PageEasyui<E> - com.gitee.fastmybatis.core.support中的类
支持easyui表格的json结果
{"total":28,"rows":[{...},{...}]}
PageEasyui() - 类 的构造器com.gitee.fastmybatis.core.support.PageEasyui
 
PageInfo<E> - com.gitee.fastmybatis.core中的类
封装查询结果
PageInfo() - 类 的构造器com.gitee.fastmybatis.core.PageInfo
 
pageMap(List<String>, Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SchMapper
已过时。
PageParam - com.gitee.fastmybatis.core.query.param中的类
分页查询参数
PageParam() - 类 的构造器com.gitee.fastmybatis.core.query.param.PageParam
 
PageResult<E> - com.gitee.fastmybatis.core中的接口
定义分页返回结果
PageSortParam - com.gitee.fastmybatis.core.query.param中的类
分页排序查询参数
PageSortParam() - 类 的构造器com.gitee.fastmybatis.core.query.param.PageSortParam
 
PageSupport<E> - com.gitee.fastmybatis.core中的类
分页支持类
PageSupport() - 类 的构造器com.gitee.fastmybatis.core.PageSupport
 
pojoToMap(Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.ClassUtil
已过时。
使用MyBeanUtil.pojoToMap(pojo)
pojoToMap(Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.MyBeanUtil
将实体对象转换成Map
process(E, Map<String, Object>) - 接口 中的方法com.gitee.fastmybatis.core.EntityProcessor
处理记录
process(EntityProcessor<E>) - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
processEntityToJSONObject(List<E>, EntityProcessor<E>) - 类 中的静态方法com.gitee.fastmybatis.core.PageSupport
将list中的entity对象处理成JSONObject对象

Q

Query - com.gitee.fastmybatis.core.query中的类
查询类 查询姓名为张三,并且年龄为22岁的用户: Query query = new Query().eq("username","张三").eq("age",22); List users = mapper.list(query); 查询年龄为10,20,30的用户: Query query = new Query().in("age",Arrays.asList(10,20,30)); List users = mapper.list(query); 查询注册日期大于2017-11-11的用户: Date regDate = ...
Query() - 类 的构造器com.gitee.fastmybatis.core.query.Query
 
query(SchMapper<Entity, ?>, Object) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
分页查询
query(SchMapper<Entity, ?>, BaseParam) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
分页查询
query(SchMapper<Entity, ?>, Query) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
分页查询
query(SchMapper<Entity, ?>, Query, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
分页查询
query(List<String>, SchMapper<?, ?>, Query) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
分页查询,指定列名
query(List<String>, SchMapper<?, ?>, Query, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
分页查询,指定列名
Queryable - com.gitee.fastmybatis.core.query中的接口
 
queryAndConvert(SchMapper<E, ?>, Query, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
查询并转换结果集
QueryException - com.gitee.fastmybatis.core.exception中的异常错误
条件构建异常
QueryException(String) - 异常错误 的构造器com.gitee.fastmybatis.core.exception.QueryException
 
QueryException(Throwable) - 异常错误 的构造器com.gitee.fastmybatis.core.exception.QueryException
 
queryForEasyuiDatagrid(SchMapper<E, ?>, Query, Class<T>) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
为easyui表格(datagrid)提供的查询
queryForEasyuiDatagrid(SchMapper<E, ?>, Query) - 类 中的静态方法com.gitee.fastmybatis.core.util.MapperUtil
为easyui表格(datagrid)提供的查询

R

ReflectUtil - com.gitee.fastmybatis.core.ext.code.util中的类
方法类
reloadXml(Resource[]) - 类 中的方法com.gitee.fastmybatis.core.ext.HotDeploy
 
remove() - 类 中的静态方法com.gitee.fastmybatis.core.handler.Identitys
 
RIGHT_JOIN - 类 中的静态变量com.gitee.fastmybatis.core.SqlConsts
 

S

save(E) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SaveMapper
保存,保存所有字段
saveBatch(List<E>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SaveMapper
批量保存,只支持mysql,sqlserver2008及以上数据库.
saveIgnoreNull(E) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SaveMapper
保存,忽略null字段
SaveMapper<E> - com.gitee.fastmybatis.core.mapper中的接口
具备保存功能的Mapper
saveMulti(List<E>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SaveMapper
批量保存,兼容更多的数据库版本.
saveMultiSet(List<E>) - 接口 中的方法com.gitee.fastmybatis.core.mapper.SaveMapper
批量保存,兼容更多的数据库版本,忽略重复行.
SchMapper<E,I> - com.gitee.fastmybatis.core.mapper中的接口
具备查询功能的Mapper
SchPageableParam - com.gitee.fastmybatis.core.query.param中的接口
分页排序查询参数
SchPageSort - com.gitee.fastmybatis.core.query.param中的接口
分页排序支持
SchParam - com.gitee.fastmybatis.core.query.param中的接口
 
SchSortableParam - com.gitee.fastmybatis.core.query.param中的接口
 
set(Object) - 类 中的静态方法com.gitee.fastmybatis.core.handler.Identitys
 
setAssociationDefinitions(List<AssociationDefinition>) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
setBasePackage(String) - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
setCamel2underline(boolean) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
驼峰转换下划线,如果配置了true,则java字段映射成数据库字段将自动转成下划线形式
setClassName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
setClassSimpleName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
setColumn(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.AssociationDefinition
 
setColumn(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
setColumn(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
setColumnDefinitions(List<ColumnDefinition>) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
setColumnName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setColumnName(String) - 类 中的方法com.gitee.fastmybatis.core.support.DateFillUpdate
 
setColumnName(String) - 类 中的方法com.gitee.fastmybatis.core.support.LocalDateTimeFillGmtModified
 
setComment(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setComment(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
setCommonSqlClasspath(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setConfig(FastmybatisConfig) - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
setConfig(FastmybatisConfig) - 类 中的方法com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
 
setConfig(FastmybatisConfig) - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
setCountExpression(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setDataSource(DataSource) - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
setDbName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
 
setEnum(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setEqual(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
setEqual(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
setFills(List<T>) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
设置字段填充
setFillType(FillType) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setFullType(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setGlobalIdIncrement(boolean) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setGlobalIdName(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setGlobalVmLocation(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
setGlobalVmLocation(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setHotDeploy(boolean) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setIgnoreLogicDeleteWithAssociation(boolean) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setIgnoreUpdate(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIgnoreUpdateColumns(List<String>) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setIndex(int) - 接口 中的方法com.gitee.fastmybatis.core.query.expression.Expression
设置表达式index。
setIndex(int) - 类 中的方法com.gitee.fastmybatis.core.query.expression.JoinExpression
 
setIndex(int) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
setIndex(int) - 类 中的方法com.gitee.fastmybatis.core.query.expression.SqlExpression
 
setIndex(int) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
setIsAuto(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIsCustomFill(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIsIdentity(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIsLogicDelete(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIsPk(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIsSequence(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIsUuid(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setIsVersion(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setJavaFieldName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setJoint(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
setJoint(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.SqlExpression
 
setJoint(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
setList(List<E>) - 接口 中的方法com.gitee.fastmybatis.core.PageResult
设置结果集
setList(List<E>) - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
setLogicDeleteColumn(ColumnDefinition) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
setLogicDeleteValue(Object) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setLogicDeleteValue(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setLogicNotDeleteValue(Object) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setLogicNotDeleteValue(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setMapperClass(Class<?>) - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
setMapperExecutorPoolSize(int) - 类 中的方法com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
 
setMapperExecutorPoolSize(int) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setMapperLocations(Resource[]) - 类 中的方法com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
setMapperSaveDir(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
将mapper文件保存到指定文件夹中
因为fastmybatis是直接将mapper内容注入到内存当中,开发人员无感知,并且不知道mapper内容是什么样子
这个功能就是让开发人员能够查看到对应的mapper内容,方便定位和排查问题。
setNamespace(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
setNonNullParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
setNullParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
setOrder(String) - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
setOrder(String) - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
setOrderIndex(int) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setPackageName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
setPage(int) - 类 中的方法com.gitee.fastmybatis.core.support.EasyuiDatagridParam
 
setPageCount(int) - 接口 中的方法com.gitee.fastmybatis.core.PageResult
设置总页数
setPageCount(int) - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
setPageIndex(int) - 接口 中的方法com.gitee.fastmybatis.core.PageResult
设置当前页索引
setPageIndex(int) - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
setPageIndex(int) - 类 中的方法com.gitee.fastmybatis.core.query.param.PageParam
 
setPageIndex(int) - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
setPageSize(int) - 接口 中的方法com.gitee.fastmybatis.core.PageResult
设置每页记录数
setPageSize(int) - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
setPageSize(int) - 类 中的方法com.gitee.fastmybatis.core.query.param.PageParam
 
setPageSize(int) - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
setParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
setParameterDefault(PreparedStatement, int, T, JdbcType) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
setParameter默认行为
setParameterValue(PreparedStatement, int, T, JdbcType) - 类 中的方法com.gitee.fastmybatis.core.handler.AbstractTypeHandlerAdapter
 
setPkColumn(ColumnDefinition) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
setProperty(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.AssociationDefinition
 
setQueryAll(boolean) - 类 中的方法com.gitee.fastmybatis.core.query.Query
查询全部
setRows(int) - 类 中的方法com.gitee.fastmybatis.core.support.EasyuiDatagridParam
 
setSchema(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
setSelect(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.AssociationDefinition
 
setSequenceName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setSort(String) - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
setSort(String) - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
setSql(String) - 类 中的方法com.gitee.fastmybatis.core.query.expression.SqlExpression
 
setStart(int) - 接口 中的方法com.gitee.fastmybatis.core.PageResult
设置第一条记录起始位置
setStart(int) - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
setTableDefinition(TableDefinition) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.MapperContext
 
setTableName(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
setTemplateClasspath(String) - 类 中的方法com.gitee.fastmybatis.core.FastmybatisConfig
 
setTemplateLocation(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.client.ClientParam
 
setTotal(long) - 接口 中的方法com.gitee.fastmybatis.core.PageResult
设置记录总数
setTotal(long) - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
setTotal(int) - 类 中的方法com.gitee.fastmybatis.core.query.Query
 
setTransient(boolean) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setType(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setTypeHandler(String) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.ColumnDefinition
 
setValue(Collection<?>) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ListExpression
 
setValue(Object) - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 
setVersionColumn(ColumnDefinition) - 类 中的方法com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
sort(List<T>) - 类 中的静态方法com.gitee.fastmybatis.core.query.ExpressionSortUtil
给条件排序
Sort - com.gitee.fastmybatis.core.query中的枚举
排序方式
Sortable - com.gitee.fastmybatis.core.query中的接口
排序支持
SortParam - com.gitee.fastmybatis.core.query.param中的类
排序查询参数
SortParam() - 类 的构造器com.gitee.fastmybatis.core.query.param.SortParam
 
sql(String) - 类 中的静态方法com.gitee.fastmybatis.core.query.expression.Expressions
 
sql(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
已过时。
sql(String, Object...) - 类 中的方法com.gitee.fastmybatis.core.query.Query
添加自定义sql条件
SqlConsts - com.gitee.fastmybatis.core中的类
SQL关键字常量类
SqlExpression - com.gitee.fastmybatis.core.query.expression中的类
拼接SQL语句
SqlExpression(String) - 类 的构造器com.gitee.fastmybatis.core.query.expression.SqlExpression
 
SqlExpression(String, String) - 类 的构造器com.gitee.fastmybatis.core.query.expression.SqlExpression
 
sqlInjectRegex(String) - 类 中的方法com.gitee.fastmybatis.core.query.Query
设置SQL注入正则表达式
SqlSessionFactoryBeanExt - com.gitee.fastmybatis.core.ext中的类
SqlSessionFactoryBean扩展
SqlSessionFactoryBeanExt() - 类 的构造器com.gitee.fastmybatis.core.ext.SqlSessionFactoryBeanExt
 
start() - 类 中的方法com.gitee.fastmybatis.core.ext.HotDeploy
 
storeMapperFile(Resource[]) - 类 中的方法com.gitee.fastmybatis.core.ext.MapperLocationsBuilder
 

T

TableDefinition - com.gitee.fastmybatis.core.ext.code.generator中的类
数据库表定义,从这里可以获取表名,字段信息
TableDefinition() - 类 的构造器com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
TableDefinition(String) - 类 的构造器com.gitee.fastmybatis.core.ext.code.generator.TableDefinition
 
TableSelector - com.gitee.fastmybatis.core.ext.code.generator中的类
表选择
TableSelector(Class<?>, FastmybatisConfig) - 类 的构造器com.gitee.fastmybatis.core.ext.code.generator.TableSelector
 
toQuery() - 类 中的方法com.gitee.fastmybatis.core.query.param.BaseParam
生成Query查询对象
toQuery() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageParam
 
toQuery() - 类 中的方法com.gitee.fastmybatis.core.query.param.PageSortParam
 
toQuery() - 类 中的方法com.gitee.fastmybatis.core.query.param.SortParam
 
toString() - 类 中的方法com.gitee.fastmybatis.core.PageSupport
 
toString() - 类 中的方法com.gitee.fastmybatis.core.query.expression.ValueExpression
 

U

UNDERLINE - 类 中的静态变量com.gitee.fastmybatis.core.ext.code.util.FieldUtil
 
underlineToCamel(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.FieldUtil
下划线转驼峰
update(E) - 接口 中的方法com.gitee.fastmybatis.core.mapper.UpdateMapper
更新,更新所有字段
updateByMap(Map<String, Object>, Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.UpdateMapper
根据条件更新,map中的数据转化成update语句set部分,key为数据库字段名
updateByQuery(Object, Query) - 接口 中的方法com.gitee.fastmybatis.core.mapper.UpdateMapper
根据条件批量更新
updateIgnoreNull(E) - 接口 中的方法com.gitee.fastmybatis.core.mapper.UpdateMapper
更新,忽略null字段
UpdateMapper<E> - com.gitee.fastmybatis.core.mapper中的接口
具备更新功能的Mapper
upperFirstLetter(String) - 类 中的静态方法com.gitee.fastmybatis.core.ext.code.util.FieldUtil
将第一个字母转换成大写

V

VALUE_EXPRESSION_FACTORY - 类 中的静态变量com.gitee.fastmybatis.core.query.expression.Expressions
 
ValueConvert<T> - com.gitee.fastmybatis.core.query.expression中的接口
 
ValueExpression - com.gitee.fastmybatis.core.query.expression中的类
值查询
ValueExpression(String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.ValueExpression
 
ValueExpression(String, String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.ValueExpression
 
ValueExpression(String, String, String, Object) - 类 的构造器com.gitee.fastmybatis.core.query.expression.ValueExpression
 
ValueExpressionFactory - com.gitee.fastmybatis.core.query.expression.builder.factory中的类
 
ValueExpressionFactory() - 类 的构造器com.gitee.fastmybatis.core.query.expression.builder.factory.ValueExpressionFactory
 
valueOf(String) - 枚举 中的静态方法com.gitee.fastmybatis.core.handler.FillType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.fastmybatis.core.query.Joint
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.fastmybatis.core.query.Operator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.fastmybatis.core.query.Sort
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.gitee.fastmybatis.core.handler.FillType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.fastmybatis.core.query.Joint
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.fastmybatis.core.query.Operator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.fastmybatis.core.query.Sort
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VelocityUtil - com.gitee.fastmybatis.core.ext.code.util中的类
Velocity工具类,根据模板内容生成文件
A B C D E F G H I J L M N O P Q R S T U V 

Copyright © 2021. All Rights Reserved.