A B C D E F G I J L M N O P Q R S T U V X 

A

AbstractLikeExpression - net.oschina.durcframework.easymybatis.query.expression中的类
 
AbstractLikeExpression(String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.AbstractLikeExpression
 
AbstractLikeExpression(String, String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.AbstractLikeExpression
 
add(Projection) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionList
 
addAll(List<Expression>) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
addAnnotionExpression(Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加注解查询条件
addExpression(Expression) - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.Expressional
 
addExpression(Expression) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
addGroupBy(String...) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
添加group by
addHaving(Expression) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
 
addHavingListExpression(ListExpression) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
添加having条件,list查询
addHavingSqlExpression(SqlExpression) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
添加having条件,自定义sql
addHavingValueExpression(ValueExpression) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
添加having条件,单值查询
addJavaType(String, String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
添加java类型映射
addJavaType(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
添加java字段类型
addMybatisType(String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
添加Java类型对应的mybatis类型
addOtherColumn(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加其它表的字段 query.addOtherColumn("t2.username as name");
addOtherColumns(String...) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
批量添加其它字段.
addPaginationInfo(SchPageableParam) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加分页信息
addParam(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加额外参数
addProjection(Projection) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
添加聚合列
addProjection(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
添加聚合列
addSort(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加ASC排序字段,
addSort(String, Sort) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
字段排序
addSortInfo(SchSortableParam) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加排序信息
allEq(LinkedHashMap<String, Object>) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
使用key/value进行多个等于的比对,相当于多个eq的效果
AND - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
ASC - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
avg(String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数,总数avg("age","avgAge") ==> avg(age) AS avgAge
avg(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数,总数avg("age") ==> avg(age)

B

BaseEnum<T> - net.oschina.durcframework.easymybatis.handler中的接口
字段枚举类型父类.
BaseParam - net.oschina.durcframework.easymybatis.query.param中的类
 
BaseParam() - 类 的构造器net.oschina.durcframework.easymybatis.query.param.BaseParam
 
baseResultMap - 接口 中的静态变量net.oschina.durcframework.easymybatis.dao.SchDao
默认的resultMap
BLANK - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
build(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
初始化mybatis配置文件
build() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.Query
 
build(Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.Query
构建查询条件.
buildColumnDefinition(Field) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnSelector
构建列信息
buildExpression(Condition, String, Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionBuilder
 
buildExpression(Annotation, String, Object) - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionGetter
已过时。
 
buildExpression(Joint, String, Operator, Object) - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.factory.ExpressionFactory
 
buildExpression(Joint, String, Operator, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeExpressionFactory
 
buildExpression(Joint, String, Operator, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.factory.ListExpressionFactory
 
buildExpression(Joint, String, Operator, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.factory.ValueExpressionFactory
 
buildExpression(Annotation, String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.LikeDoubleExpressionGetter
已过时。
 
buildExpression(Annotation, String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.LikeLeftExpressionGetter
已过时。
 
buildExpression(Annotation, String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.LikeRightExpressionGetter
已过时。
 
buildExpression(Annotation, String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.ListExpressionGetter
已过时。
 
buildExpression(Annotation, String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.ValueExpressionGetter
已过时。
 
buildExpressions(Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.ConditionBuilder
获取条件表达式
buildExpressions(Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.QueryBuilder
已过时。
获取条件表达式
buildFieldName(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.EntityUtils
 
buildFromBeanByProperty(Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.Query
将bean中的字段转换成条件,不会将字段名转换成下划线形式.
buildQueryAll() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.Query
构建查询全部的表达式对象
buildSqlSessionFactory() - 类 中的方法net.oschina.durcframework.easymybatis.ext.SqlSessionFactoryBeanExt
 

C

camelToUnderline(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
驼峰转下划线
checkPower(FillType, FillType) - 枚举 中的静态方法net.oschina.durcframework.easymybatis.handler.FillType
 
ClassClient - net.oschina.durcframework.easymybatis.ext.code.client中的类
 
ClassClient(EasymybatisConfig) - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.client.ClassClient
 
ClassScanner - net.oschina.durcframework.easymybatis.ext中的类
class扫描
ClassScanner(String[], Class<?>) - 类 的构造器net.oschina.durcframework.easymybatis.ext.ClassScanner
 
ClassUtil - net.oschina.durcframework.easymybatis.util中的类
 
ClientParam - net.oschina.durcframework.easymybatis.ext.code.client中的类
 
ClientParam() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
Column - net.oschina.durcframework.easymybatis.query中的类
 
Column(String, String) - 类 的构造器net.oschina.durcframework.easymybatis.query.Column
 
column(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
自定义列
column(String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
自定义列
ColumnDefinition - net.oschina.durcframework.easymybatis.ext.code.generator中的类
表字段信息
ColumnDefinition() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
ColumnSelector - net.oschina.durcframework.easymybatis.ext.code.generator中的类
表信息查询
ColumnSelector(Class<?>, EasymybatisConfig) - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.generator.ColumnSelector
 
COMMA - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
Condition - net.oschina.durcframework.easymybatis.query.annotation中的注释类型
条件表达式,作用在bean的get方法上
ConditionBuilder - net.oschina.durcframework.easymybatis.query.expression.builder中的类
条件生成
ConditionBuilder() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.ConditionBuilder
 
ConditionBuilder(boolean) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.ConditionBuilder
 
containClass(Class<?>) - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
是否作用在entityClass上
convert(T) - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueConvert
 
convertObj2Map(Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.ClassUtil
 
convertObj2Map(Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.EntityUtils
将对象中的属性以键值对的形式放入map中
convertToJavaBoxType(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
将基本类型转换为装箱类型
convertToMyBatisJdbcType(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
将Java类型转换为mybatis的jdbcType
convertValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.handler.EnumTypeHandler
 
convertValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
 
convertValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
解析数据库字段值,转成java对象值
copyProperties(Object, Entity) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
属性拷贝,第一个参数中的属性值拷贝到第二个参数中
注意:当第一个参数中的属性有null值时,不会拷贝进去
copyProperties(Object, Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.MyBeanUtil
属性拷贝,第一个参数中的属性值拷贝到第二个参数中
注意:当第一个参数中的属性有null值时,不会拷贝进去
count(String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数,总数count("id","cnt") ==> COUNT(id) AS cnt
count(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数,总数count("cnt") ==> COUNT(*) AS cnt
count() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数,总数count() ==> COUNT(*)
COUNT_EXPRESSION - 类 中的静态变量net.oschina.durcframework.easymybatis.EasymybatisConfig
 
countTotal(Query) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
查询总记录数
countTotal(Query) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
CrudDao<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
CrudService<Dao extends CrudDao<Entity>,Entity> - net.oschina.durcframework.easymybatis.support中的类
通用service
CrudService() - 类 的构造器net.oschina.durcframework.easymybatis.support.CrudService
 

D

Dao<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
DateFillInsert - net.oschina.durcframework.easymybatis.support中的类
insert时的字段填充
在做insert操作时,如果表里面有gmt_create字段,则自动填充时间
DateFillInsert() - 类 的构造器net.oschina.durcframework.easymybatis.support.DateFillInsert
 
DateFillInsert(String) - 类 的构造器net.oschina.durcframework.easymybatis.support.DateFillInsert
 
DateFillUpdate - net.oschina.durcframework.easymybatis.support中的类
update时的字段填充
在做insert或update操作时,如果表里面有gmt_update字段,则自动填充时间
DateFillUpdate() - 类 的构造器net.oschina.durcframework.easymybatis.support.DateFillUpdate
 
DateFillUpdate(String) - 类 的构造器net.oschina.durcframework.easymybatis.support.DateFillUpdate
 
DbType - net.oschina.durcframework.easymybatis中的枚举
 
del(Entity) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.DeleteDao
删除
del(Entity) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
delByExpression(Queryable) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.DeleteDao
根据条件删除
delByExpression(Query) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
DeleteDao<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
DESC - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
DOT - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
dotFilter(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
过滤"."

E

EasymybatisConfig - net.oschina.durcframework.easymybatis中的类
配置
EasymybatisConfig() - 类 的构造器net.oschina.durcframework.easymybatis.EasymybatisConfig
 
Edit<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
EditDao<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
EMPTY - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
EntityProcessor<Entity> - net.oschina.durcframework.easymybatis中的接口
记录处理
EntityUtils - net.oschina.durcframework.easymybatis.util中的类
 
EntityUtils() - 类 的构造器net.oschina.durcframework.easymybatis.util.EntityUtils
 
EnumColumn - net.oschina.durcframework.easymybatis.query中的类
 
EnumColumn(String, String) - 类 的构造器net.oschina.durcframework.easymybatis.query.EnumColumn
 
EnumTypeHandler<E extends Enum<?> & BaseEnum<?>> - net.oschina.durcframework.easymybatis.handler中的类
 
EnumTypeHandler(Class<E>) - 类 的构造器net.oschina.durcframework.easymybatis.handler.EnumTypeHandler
 
eq(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加等于条件
EQUAL - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
Expression - net.oschina.durcframework.easymybatis.query.expression中的接口
 
Expressional - net.oschina.durcframework.easymybatis.query.expression中的接口
查询条件支持
ExpressionBuilder - net.oschina.durcframework.easymybatis.query.expression.builder中的类
 
ExpressionBuilder() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionBuilder
 
ExpressionFactory - net.oschina.durcframework.easymybatis.query.expression.builder.factory中的接口
表达式工厂,负责生成SQL条件表达式
ExpressionGetter - net.oschina.durcframework.easymybatis.query.expression.builder中的接口
已过时。
ExpressionJoinable - net.oschina.durcframework.easymybatis.query.expression中的接口
 
ExpressionListable - net.oschina.durcframework.easymybatis.query.expression中的接口
 
ExpressionSqlable - net.oschina.durcframework.easymybatis.query.expression中的接口
 
ExpressionValueable - net.oschina.durcframework.easymybatis.query.expression中的接口
 
ExternalConfigBean - net.oschina.durcframework.easymybatis中的类
扩展配置
ExternalConfigBean() - 类 的构造器net.oschina.durcframework.easymybatis.ExternalConfigBean
 

F

fatchCurrentPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
fatchFirstPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
首页
fatchLastPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
最后一页
fatchList() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
结果集
fatchNextPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
下一页
fatchPageCount() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
共几页
fatchPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
当前页索引,等同于getCurrentPageIndex()
fatchPageSize() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
每页显示几条记录
fatchPrePageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
上一页
fatchStart() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
fatchTotal() - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
总记录数
FieldUtil - net.oschina.durcframework.easymybatis.ext.code.util中的类
 
FieldUtil() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
 
FillHandler<T> - net.oschina.durcframework.easymybatis.handler中的类
数据填充父类
FillHandler() - 类 的构造器net.oschina.durcframework.easymybatis.handler.FillHandler
 
FillType - net.oschina.durcframework.easymybatis.handler中的枚举
字段填充类型.
find(Query) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
条件查询
find(Query) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
findProjection(Query) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
聚合查询
findProjection(Query) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
format(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.XmlFormatter
 

G

ge(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
大于等于,>=
generate(VelocityContext, InputStream) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.VelocityUtil
 
generate(VelocityContext, InputStream, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.VelocityUtil
 
generate(VelocityContext, Reader) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.VelocityUtil
 
generate(VelocityContext, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.VelocityUtil
 
generateCode(ClientParam) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.Generator
 
Generator - net.oschina.durcframework.easymybatis.ext.code.client中的类
代码生成器,根据定义好的velocity模板生成代码
Generator() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.client.Generator
 
genMybatisXml(Class<?>, String, String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClassClient
生成mybatis文件
get(Object) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
根据对象查询,可以传主键值,也可以传整个对象
get(Object) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
getAlias() - 类 中的方法net.oschina.durcframework.easymybatis.query.Column
 
getAlias() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.Projection
 
getAllColumns() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
返回所有定义的字段
getBaseType() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.util.JavaType
 
getBoxType() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.util.JavaType
 
getByExpression(Query) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
根据条件查找单条记录
getByExpression(Query) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
getByProperty(String, Object) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
根据字段查询一条记录
getByProperty(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
getCamelFieldBuilder() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.expression.builder.ConditionBuilder
 
getCamelFieldBuilder() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.expression.builder.QueryBuilder
已过时。
 
getClassName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
getClassRootPath() - 类 中的静态方法net.oschina.durcframework.easymybatis.util.ClassUtil
获取class根目录
getClassSet() - 类 中的方法net.oschina.durcframework.easymybatis.ext.ClassScanner
将符合条件的Bean以Class集合的形式返回
getClassSimpleName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
getClassSimpleName(Class<?>) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.ClassUtil
返回类名并且第一个字母小写
getCode() - 接口 中的方法net.oschina.durcframework.easymybatis.handler.BaseEnum
 
getColumn() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionListable
 
getColumn() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionValueable
 
getColumn() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
getColumn() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
getColumnDefinitionList() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
getColumnDefinitions() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnSelector
 
getColumnDefinitions() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getColumnName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getColumnName() - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
字段名
getColumnName() - 类 中的方法net.oschina.durcframework.easymybatis.query.Column
 
getColumnName() - 类 中的方法net.oschina.durcframework.easymybatis.support.DateFillInsert
 
getColumnName() - 类 中的方法net.oschina.durcframework.easymybatis.support.DateFillUpdate
 
getColumns() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getColumns() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Queryable
 
getComment() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getComment() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getCommonSqlClasspath() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getConfig() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
getCountExpression() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getCountExpression() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
getCurrentPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
 
getDao() - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
getDbName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
 
getDBSortname() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getDBSortname() - 接口 中的方法net.oschina.durcframework.easymybatis.query.param.SchSortableParam
 
getDBSortname() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
getDeclaredField(Object, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
循环向上转型, 获取对象的 DeclaredField
getDeclaredFields(Class<?>) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
循环向上转型, 获取对象的所有的DeclaredField
getDeclaredMethod(Object, String, Class<?>...) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
循环向上转型, 获取对象的 DeclaredMethod
getEntityClass() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
getEqual() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.AbstractLikeExpression
 
getEqual() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionListable
 
getEqual() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionValueable
 
getEqual() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
getEqual() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
getExpr() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.Projection
 
getFieldValue(Object, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
直接读取对象的属性值, 忽略 private/protected 修饰符, 也不经过 getter
getFill(Class<?>, Field, String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getFills() - 类 中的方法net.oschina.durcframework.easymybatis.ExternalConfigBean
 
getFillType() - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
操作类型
字段插入后不能修改用FillType.INSERT,如:create_time字段
字段插入后能修改用FillType.UPDATE,如:update_time字段
getFillType() - 类 中的方法net.oschina.durcframework.easymybatis.support.DateFillInsert
 
getFillType() - 类 中的方法net.oschina.durcframework.easymybatis.support.DateFillUpdate
 
getFillValue(E) - 类 中的方法net.oschina.durcframework.easymybatis.handler.EnumTypeHandler
 
getFillValue(T) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
保存到数据库的值
getFillValue(Date) - 类 中的方法net.oschina.durcframework.easymybatis.support.DateFillInsert
 
getFillValue(Date) - 类 中的方法net.oschina.durcframework.easymybatis.support.DateFillUpdate
 
getFirstPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
首页
getFirstResult() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
同getStart()
getFullType() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getGlobalVmLocation() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getGlobalVmLocation() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
getGlobalVmPlaceholder() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getGlobalVmPlaceholder() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
getGroupByList() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
 
getHasBigDecimalField() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
是否含有BigDecimal字段
getHasDateField() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
是否含有时间字段
getHasLogicDeleteColumn() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getHasTypeHandlerInsert() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getHasTypeHandlerUpdate() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getHasVersionColumn() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getIsEnum() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getIsIdentity() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getIsIdentityPk() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
是否是自增主键
getIsLogicDelete() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getIsPk() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getIsQueryAll() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Pageable
 
getIsQueryAll() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getIsUuid() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getIsVersion() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
是否是乐观锁字段
getJavaBeanName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
返回Java类名
getJavaBeanNameLF() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
返回Java类名且首字母小写
getJavaFieldName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
返回java字段
getJavaFieldNameUF() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
返回java字段名,并且第一个字母大写
getJavaType() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getJavaTypeBox() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
获得装箱类型,Integer,Float
getJavaTypeProperty() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getJavaTypes() - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
返回java字段类型
getJdbcTypeProperty() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getJoinExpressions() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.Expressional
 
getJoinExpressions() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getJoinSql() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionJoinable
 
getJoinSql() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.JoinExpression
 
getJoint() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionListable
 
getJoint() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionSqlable
 
getJoint() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionValueable
 
getJoint() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
getJoint() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.SqlExpression
 
getJoint() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
getJoint() - 枚举 中的方法net.oschina.durcframework.easymybatis.query.Joint
 
getLastPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
最后一页
getLimit() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Pageable
 
getLimit() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageParam
 
getLimit() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getLimit() - 接口 中的方法net.oschina.durcframework.easymybatis.query.param.SchPageableParam
返回每页大小
getLimit() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getList() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
结果集
getListExpressions() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.Expressional
 
getListExpressions() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getListHavingExpressions() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
 
getLogicDeleteColumn() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getLogicDeleteValue() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getLogicDeleteValue() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getLogicDeleteValueString() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getLogicNotDeleteValue() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getLogicNotDeleteValue() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getLogicNotDeleteValueString() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getMapperClass() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
getMapperExecutorPoolSize() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getMapperSaveDir() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getMybatisInsertValue() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getMybatisInsertValuePrefix() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getMybatisJdbcType() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getMybatisSelectValue() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getMybatisType() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.util.JavaType
 
getMybatisUpdateValue() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getMybatisUpdateValuePrefix() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getNamespace() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
getNextPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
下一页
getNullableResult(ResultSet, String) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 
getNullableResult(ResultSet, int) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 
getNullableResult(CallableStatement, int) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 
getOperator() - 枚举 中的方法net.oschina.durcframework.easymybatis.query.Operator
 
getOrder() - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
优先值,越小的值优先
getOrder() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getOrder() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
getOrder() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getOrder() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Sortable
返回排序信息
getOrderable() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getOrderable() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Sortable
是否具备排序,是返回true
getOtherTableColumns() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getOtherTableColumns() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Queryable
 
getPackageName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
getPageCount() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
共几页
getPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
当前页索引,等同于getCurrentPageIndex()
getPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageParam
 
getPageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getPageSize() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
每页显示几条记录
getPageSize() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageParam
 
getPageSize() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getPageSize() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
同getLimit()
getParam() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getParam() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Queryable
 
getPkColumn() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getPrePageIndex() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
上一页
getProjectionList() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
 
getProjections() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionList
 
getRows() - 类 中的方法net.oschina.durcframework.easymybatis.support.PageEasyui
 
getSchema() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getSort() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getSort() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
getSortname() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getSortname() - 接口 中的方法net.oschina.durcframework.easymybatis.query.param.SchSortableParam
返回排序字段
getSortname() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
getSortorder() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getSortorder() - 接口 中的方法net.oschina.durcframework.easymybatis.query.param.SchSortableParam
返回排序方式
getSortorder() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
getSql() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionSqlable
 
getSql() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.SqlExpression
 
getSql() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.Projection
 
getSqlExpressions() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.Expressional
 
getSqlExpressions() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getSqlHavingExpressions() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
 
getStart() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
 
getStart() - 接口 中的方法net.oschina.durcframework.easymybatis.query.Pageable
 
getStart() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageParam
 
getStart() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
getStart() - 接口 中的方法net.oschina.durcframework.easymybatis.query.param.SchPageableParam
返回第一条记录的索引值
getStart() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getSuperClassGenricType(Class<?>, int) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.ClassUtil
返回定义类时的泛型参数的类型.
getSuperInterfaceGenricType(Class<?>, int) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.ClassUtil
返回接口类的泛型参数的类型
getTableColumns() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
返回表字段
getTableDefinition() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
getTableDefinition() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableSelector
 
getTableName() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
getTargetEntityClasses() - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
作用在指定实体类上,返回null或空则作用在所有实体类。
getTemplateClasspath() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
getTemplateLocation() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
getTotal() - 类 中的方法net.oschina.durcframework.easymybatis.PageInfo
总记录数
getTotal() - 类 中的方法net.oschina.durcframework.easymybatis.support.PageEasyui
 
getType() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getTypeHandler() - 类 中的方法net.oschina.durcframework.easymybatis.query.Column
 
getTypeHandler() - 类 中的方法net.oschina.durcframework.easymybatis.query.EnumColumn
 
getTypeHandlerProperty() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
getUnderlineFieldBuilder() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.expression.builder.ConditionBuilder
 
getUnderlineFieldBuilder() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.expression.builder.QueryBuilder
已过时。
 
getValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeExpressionFactory
 
getValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeLeftExpressionFactory
 
getValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeRightExpressionFactory
 
getValue() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionListable
 
getValue() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.ExpressionValueable
 
getValue() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.LikeDoubleExpression
 
getValue() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.LikeLeftExpression
 
getValue() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.LikeRightExpression
 
getValue() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
getValue() - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
getValueExpressions() - 接口 中的方法net.oschina.durcframework.easymybatis.query.expression.Expressional
 
getValueExpressions() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
getValueHavingExpressions() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
 
getVersionColumn() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
gt(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加大于条件,>

I

in(String, Collection<?>) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加IN条件
in(String, Collection<T>, ValueConvert<T>) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加IN条件
in(String, Object[]) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加IN条件
IN - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
INNER_JOIN - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
invokeMethod(Object, String, Class<?>[], Object[]) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
直接调用对象方法, 而忽略修饰符(private, protected, default)
isArrayOrCollection(Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.ClassUtil
 
isCamel2underline() - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
是否执行驼峰转下划线.
isEmpty(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
空字段条件,null或者空字符串
isJavaType(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
 
isNull(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
字段是null的条件
isTransient() - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 

J

JavaType - net.oschina.durcframework.easymybatis.ext.code.util中的类
 
JavaType(String, String, String) - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.util.JavaType
 
JavaTypeUtil - net.oschina.durcframework.easymybatis.ext.code.util中的类
java字段类型管理,主要负责基本类型,装箱类型,mybatis类型之间的映射
JavaTypeUtil() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
 
join(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加关联条件
JoinExpression - net.oschina.durcframework.easymybatis.query.expression中的类
 
JoinExpression(String) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.JoinExpression
自定义连接语句
Joint - net.oschina.durcframework.easymybatis.query中的枚举
表达式之间的连接符

L

le(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
小于等于,<=
LEFT_JOIN - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
like(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加模糊查询条件
LIKE - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
LikeDoubleExpression - net.oschina.durcframework.easymybatis.query.expression中的类
Like条件查询,两边模糊匹配,即'%aaa%'
LikeDoubleExpression(String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.LikeDoubleExpression
Like条件查询,两边模糊匹配,即'%aaa%'
LikeDoubleExpression(String, String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.LikeDoubleExpression
Like条件查询,两边模糊匹配,即'%aaa%'
LikeDoubleExpressionGetter - net.oschina.durcframework.easymybatis.query.expression.builder中的类
已过时。
LikeDoubleExpressionGetter() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.LikeDoubleExpressionGetter
已过时。
 
LikeDoubleField - net.oschina.durcframework.easymybatis.query.annotation中的注释类型
已过时。
LikeExpressionFactory - net.oschina.durcframework.easymybatis.query.expression.builder.factory中的类
 
LikeExpressionFactory() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeExpressionFactory
 
LikeLeftExpression - net.oschina.durcframework.easymybatis.query.expression中的类
Like条件查询,左边模糊匹配,即'%aaa'
LikeLeftExpression(String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.LikeLeftExpression
Like条件查询,左边模糊匹配,即'%aaa'
LikeLeftExpression(String, String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.LikeLeftExpression
Like条件查询,左边模糊匹配,即'%aaa'
LikeLeftExpressionFactory - net.oschina.durcframework.easymybatis.query.expression.builder.factory中的类
 
LikeLeftExpressionFactory() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeLeftExpressionFactory
 
LikeLeftExpressionGetter - net.oschina.durcframework.easymybatis.query.expression.builder中的类
已过时。
LikeLeftExpressionGetter() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.LikeLeftExpressionGetter
已过时。
 
LikeLeftField - net.oschina.durcframework.easymybatis.query.annotation中的注释类型
已过时。
LikeRightExpression - net.oschina.durcframework.easymybatis.query.expression中的类
Like条件查询,右边模糊匹配,即'aaa%'
LikeRightExpression(String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.LikeRightExpression
Like条件查询,右边模糊匹配,即'aaa%'
LikeRightExpression(String, String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.LikeRightExpression
Like条件查询,右边模糊匹配,即'aaa%'
LikeRightExpressionFactory - net.oschina.durcframework.easymybatis.query.expression.builder.factory中的类
 
LikeRightExpressionFactory() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeRightExpressionFactory
 
LikeRightExpressionGetter - net.oschina.durcframework.easymybatis.query.expression.builder中的类
已过时。
LikeRightExpressionGetter() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.LikeRightExpressionGetter
已过时。
 
LikeRightField - net.oschina.durcframework.easymybatis.query.annotation中的注释类型
已过时。
limit(int, int) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
设置分页信息,针对不规则分页。
listByProperty(String, Object) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
根据字段查询集合
listByProperty(String, Object, Query) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SchDao
根据字段查询集合
listByProperty(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
listByProperty(String, Object, Query) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
ListExpression - net.oschina.durcframework.easymybatis.query.expression中的类
list或数组查询雕件
ListExpression(String, Collection<?>) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpression(String, String, Collection<T>, ValueConvert<T>) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpression(String, Collection<T>, ValueConvert<T>) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpression(String, Object[]) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpression(String, String, Object[]) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpression(String, String, String, Object[]) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpression(String, String, Collection<?>) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpression(String, String, String, Collection<?>) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
ListExpressionFactory - net.oschina.durcframework.easymybatis.query.expression.builder.factory中的类
 
ListExpressionFactory() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.factory.ListExpressionFactory
 
ListExpressionGetter - net.oschina.durcframework.easymybatis.query.expression.builder中的类
已过时。
ListExpressionGetter() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.ListExpressionGetter
已过时。
 
ListField - net.oschina.durcframework.easymybatis.query.annotation中的注释类型
已过时。
LogicDelete - net.oschina.durcframework.easymybatis.annotation中的注释类型
逻辑删除注解.
lowerFirstLetter(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
将第一个字母转换成小写
lt(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加小于条件,<

M

MapperLocationsBuilder - net.oschina.durcframework.easymybatis.ext中的类
mapper构建
MapperLocationsBuilder() - 类 的构造器net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
 
match(Class<?>, Field, String) - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
是否能够作用到指定字段
match(String) - 类 中的方法net.oschina.durcframework.easymybatis.handler.FillHandler
是否能够作用到指定字段
max(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数最大值,max("age") ==> max(age)
max(String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数最大值,max("age","maxAge") ==> max(age) AS maxAge
min(String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数最小值,min("age","minAge") ==> min(age) AS minAge
min(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数最小值,min("age") ==> min(age)
MyBeanUtil - net.oschina.durcframework.easymybatis.util中的类
 
MyBeanUtil() - 类 的构造器net.oschina.durcframework.easymybatis.util.MyBeanUtil
 

N

net.oschina.durcframework.easymybatis - 程序包 net.oschina.durcframework.easymybatis
 
net.oschina.durcframework.easymybatis.annotation - 程序包 net.oschina.durcframework.easymybatis.annotation
 
net.oschina.durcframework.easymybatis.dao - 程序包 net.oschina.durcframework.easymybatis.dao
 
net.oschina.durcframework.easymybatis.ext - 程序包 net.oschina.durcframework.easymybatis.ext
 
net.oschina.durcframework.easymybatis.ext.code.client - 程序包 net.oschina.durcframework.easymybatis.ext.code.client
 
net.oschina.durcframework.easymybatis.ext.code.generator - 程序包 net.oschina.durcframework.easymybatis.ext.code.generator
 
net.oschina.durcframework.easymybatis.ext.code.util - 程序包 net.oschina.durcframework.easymybatis.ext.code.util
 
net.oschina.durcframework.easymybatis.handler - 程序包 net.oschina.durcframework.easymybatis.handler
 
net.oschina.durcframework.easymybatis.query - 程序包 net.oschina.durcframework.easymybatis.query
 
net.oschina.durcframework.easymybatis.query.annotation - 程序包 net.oschina.durcframework.easymybatis.query.annotation
 
net.oschina.durcframework.easymybatis.query.expression - 程序包 net.oschina.durcframework.easymybatis.query.expression
 
net.oschina.durcframework.easymybatis.query.expression.builder - 程序包 net.oschina.durcframework.easymybatis.query.expression.builder
 
net.oschina.durcframework.easymybatis.query.expression.builder.factory - 程序包 net.oschina.durcframework.easymybatis.query.expression.builder.factory
 
net.oschina.durcframework.easymybatis.query.param - 程序包 net.oschina.durcframework.easymybatis.query.param
 
net.oschina.durcframework.easymybatis.query.projection - 程序包 net.oschina.durcframework.easymybatis.query.projection
 
net.oschina.durcframework.easymybatis.support - 程序包 net.oschina.durcframework.easymybatis.support
 
net.oschina.durcframework.easymybatis.util - 程序包 net.oschina.durcframework.easymybatis.util
 
NOT_IN - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
notEmpty(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
不为空字符串
notEq(String, Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加不等于条件
notEq() - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
不等于条件
notIn(String, Collection<?>) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加not in条件
notIn(String, Collection<T>, ValueConvert<T>) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加not in条件
notIn(String, Object[]) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加not in条件
notNull(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
字段不为null的条件

O

ON - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
Operator - net.oschina.durcframework.easymybatis.query中的枚举
操作符 查询方式 说明 eq 等于= gt 大于> lt 小于< ge 大于等于>= le 小于等于<= notEq 不等于<> like 模糊查询 in in()查询 notIn not in()查询
OR - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 
orderby(String, Sort) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
字段排序

P

page(int, int) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
设置分页信息
Pageable - net.oschina.durcframework.easymybatis.query中的接口
分页支持
PageEasyui<Entity> - net.oschina.durcframework.easymybatis.support中的类
支持easyui表格的json结果
{"total":28,"rows":[{...},{...}]}
PageEasyui() - 类 的构造器net.oschina.durcframework.easymybatis.support.PageEasyui
 
PageInfo<Entity> - net.oschina.durcframework.easymybatis中的类
查询结果
PageInfo() - 类 的构造器net.oschina.durcframework.easymybatis.PageInfo
 
PageParam - net.oschina.durcframework.easymybatis.query.param中的类
分页查询参数
PageParam() - 类 的构造器net.oschina.durcframework.easymybatis.query.param.PageParam
 
PageResult<Entity> - net.oschina.durcframework.easymybatis中的接口
 
PageSortParam - net.oschina.durcframework.easymybatis.query.param中的类
分页排序查询参数
PageSortParam() - 类 的构造器net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
PageSupport<Entity> - net.oschina.durcframework.easymybatis中的类
 
PageSupport() - 类 的构造器net.oschina.durcframework.easymybatis.PageSupport
 
process(Entity, Map<String, Object>) - 接口 中的方法net.oschina.durcframework.easymybatis.EntityProcessor
处理记录
process(EntityProcessor<Entity>) - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
processEntityToJSONObject(List<Entity>, EntityProcessor<Entity>) - 类 中的静态方法net.oschina.durcframework.easymybatis.PageSupport
 
Projection - net.oschina.durcframework.easymybatis.query.projection中的类
聚合列对象
Projection() - 类 的构造器net.oschina.durcframework.easymybatis.query.projection.Projection
 
Projection(String) - 类 的构造器net.oschina.durcframework.easymybatis.query.projection.Projection
 
Projection(String, String) - 类 的构造器net.oschina.durcframework.easymybatis.query.projection.Projection
 
ProjectionList - net.oschina.durcframework.easymybatis.query.projection中的类
聚合列
ProjectionList() - 类 的构造器net.oschina.durcframework.easymybatis.query.projection.ProjectionList
 
projectionList() - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.ProjectionList
 
ProjectionQuery - net.oschina.durcframework.easymybatis.query.projection中的类
聚合查询
ProjectionQuery() - 类 的构造器net.oschina.durcframework.easymybatis.query.projection.ProjectionQuery
 
Projections - net.oschina.durcframework.easymybatis.query.projection中的类
聚合列工厂类
Projections() - 类 的构造器net.oschina.durcframework.easymybatis.query.projection.Projections
 
ProjectionType - net.oschina.durcframework.easymybatis.query.projection中的枚举
 

Q

Query - net.oschina.durcframework.easymybatis.query中的类
查询类 根据主键查询: User user = dao.get(1); 查询姓名为张三的用户: User user = dao.getByProperty("username","张三"); 查询姓名为张三的用户返回列表: List users = dao.listByProperty("username","张三"); 查询姓名为张三,并且年龄为22岁的用户: Query query = new Query().eq("username","张三").eq("age",22); List users = dao.find(query); 查询年龄为10,20,30的用户: Query query = new Query().in("age",Arrays.asList(10,20,30)); List users = dao.find(query); 查询注册日期大于2017-11-11的用户: Date regDate = ...
Query() - 类 的构造器net.oschina.durcframework.easymybatis.query.Query
 
query(Query) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
query(Query, Class<T>) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
query(SchDao<Entity>, Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.QueryUtils
分页查询
query(SchDao<Entity>, BaseParam) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.QueryUtils
分页查询
query(SchDao<Entity>, Query) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.QueryUtils
分页查询
query(SchDao<Entity>, Query, Class<T>) - 类 中的静态方法net.oschina.durcframework.easymybatis.util.QueryUtils
分页查询
Queryable - net.oschina.durcframework.easymybatis.query中的接口
默认实现类:component.dao.query.Query
QueryBuilder - net.oschina.durcframework.easymybatis.query.expression.builder中的类
已过时。
QueryBuilder() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.QueryBuilder
已过时。
 
QueryBuilder(boolean) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.QueryBuilder
已过时。
 
QueryUtils - net.oschina.durcframework.easymybatis.util中的类
查询工具
QueryUtils() - 类 的构造器net.oschina.durcframework.easymybatis.util.QueryUtils
 

R

ReflectionUtils - net.oschina.durcframework.easymybatis.ext.code.util中的类
方法类
ReflectionUtils() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
 
RIGHT_JOIN - 类 中的静态变量net.oschina.durcframework.easymybatis.SqlConsts
 

S

save(Entity) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SaveDao
新增,新增所有字段
save(Entity) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
saveBatch(List<Entity>) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SaveDao
批量添加,只支持mysql,sqlserver2008及以上数据库.
saveBatch(List<Entity>) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
saveBatchWithColumns(List<Column>, List<Entity>) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SaveDao
批量添加指定字段,只支持mysql,sqlserver2008及以上数据库.
saveBatchWithColumns(List<Column>, List<Entity>) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
SaveDao<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
saveIgnoreNull(Entity) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SaveDao
新增(忽略null数据)
saveIgnoreNull(Entity) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
saveMulti(List<Entity>) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SaveDao
批量添加,兼容更多的数据库版本.
saveMulti(List<Entity>) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
saveMultiWithColumns(List<Column>, List<Entity>) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.SaveDao
批量添加指定字段,兼容更多的数据库版本.
saveMultiWithColumns(List<Column>, List<Entity>) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
Sch<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
SchDao<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
SchPageableParam - net.oschina.durcframework.easymybatis.query.param中的接口
 
SchPageSort - net.oschina.durcframework.easymybatis.query.param中的接口
 
SchParam - net.oschina.durcframework.easymybatis.query.param中的接口
 
SchSortableParam - net.oschina.durcframework.easymybatis.query.param中的接口
 
setAlias(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Column
 
setAlias(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.Projection
 
setBasePackage(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.SqlSessionFactoryBeanExt
 
setCamel2underline(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
驼峰转换下划线,如果配置了true,则java字段映射成数据库字段将自动转成下划线形式
setClassName(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
setClassSimpleName(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
setColumn(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
setColumn(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
setColumnDefinitions(List<ColumnDefinition>) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
setColumnName(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setColumnName(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Column
 
setColumnName(String) - 类 中的方法net.oschina.durcframework.easymybatis.support.DateFillUpdate
 
setColumns(List<String>) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
 
setComment(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setComment(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
setCommonSqlClasspath(String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
setConfig(EasymybatisConfig) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
setConfig(EasymybatisConfig) - 类 中的方法net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
 
setConfig(EasymybatisConfig) - 类 中的方法net.oschina.durcframework.easymybatis.ext.SqlSessionFactoryBeanExt
 
setCountExpression(String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
setDao(Dao) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
setDataSource(DataSource) - 类 中的方法net.oschina.durcframework.easymybatis.ext.SqlSessionFactoryBeanExt
 
setDbName(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
 
setEnum(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setEqual(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
setEqual(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
setExpr(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.Projection
 
setFieldValue(Object, String, Object) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
直接设置对象属性值, 忽略 private/protected 修饰符, 也不经过 setter
setFills(List<T>) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
设置字段填充
setFills(List<FillHandler<?>>) - 类 中的方法net.oschina.durcframework.easymybatis.ExternalConfigBean
 
setFillType(FillType) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setFullType(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setGlobalVmLocation(String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
setGlobalVmLocation(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
setIsIdentity(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setIsLogicDelete(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setIsPk(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setIsUuid(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setIsVersion(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setJavaFieldName(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setJoint(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
setJoint(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.SqlExpression
 
setJoint(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
setList(List<Entity>) - 接口 中的方法net.oschina.durcframework.easymybatis.PageResult
设置结果集
setList(List<Entity>) - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
setLogicDeleteColumn(ColumnDefinition) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
setLogicDeleteValue(String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
setLogicDeleteValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setLogicNotDeleteValue(String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
setLogicNotDeleteValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setMapperClass(Class<?>) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
setMapperExecutorPoolSize(int) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
setMapperExecutorPoolSize(int) - 类 中的方法net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
 
setMapperLocations(Resource[]) - 类 中的方法net.oschina.durcframework.easymybatis.ext.SqlSessionFactoryBeanExt
 
setMapperSaveDir(String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
将mapper文件保存到指定文件夹中
因为easymybatis是直接将mapper内容注入到内存当中,开发人员无感知,并且不知道mapper内容是什么样子
这个功能就是让开发人员能够查看到对应的mapper内容,方便定位和排查问题。
setNamespace(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
setNonNullParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 
setNullParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 
setOrder(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
setOrder(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
setPackageName(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
setPageCount(int) - 接口 中的方法net.oschina.durcframework.easymybatis.PageResult
设置总页数
setPageCount(int) - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
setPageIndex(int) - 接口 中的方法net.oschina.durcframework.easymybatis.PageResult
设置当前页索引
setPageIndex(int) - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
setPageIndex(int) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageParam
 
setPageIndex(int) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
setPageSize(int) - 接口 中的方法net.oschina.durcframework.easymybatis.PageResult
设置每页记录数
setPageSize(int) - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
setPageSize(int) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageParam
 
setPageSize(int) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
setParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 
setParameterDefault(PreparedStatement, int, T, JdbcType) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
setParameter默认行为
setParameterValue(PreparedStatement, int, T, JdbcType) - 类 中的方法net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 
setPkColumn(ColumnDefinition) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
setProjections(List<Projection>) - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.ProjectionList
 
setQueryAll(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
查询全部
setSchema(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
setSort(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
setSort(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
setSql(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.SqlExpression
 
setStart(int) - 接口 中的方法net.oschina.durcframework.easymybatis.PageResult
设置第一条记录起始位置
setStart(int) - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
setTableDefinition(TableDefinition) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
setTableName(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
setTemplateClasspath(String) - 类 中的方法net.oschina.durcframework.easymybatis.EasymybatisConfig
 
setTemplateLocation(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
 
setTotal(long) - 接口 中的方法net.oschina.durcframework.easymybatis.PageResult
设置记录总数
setTotal(long) - 类 中的方法net.oschina.durcframework.easymybatis.PageSupport
 
setTransient(boolean) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setType(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setTypeHandler(String) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
 
setValue(Collection<?>) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ListExpression
 
setValue(Object) - 类 中的方法net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
setVersionColumn(ColumnDefinition) - 类 中的方法net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
Sort - net.oschina.durcframework.easymybatis.query中的枚举
排序方式
Sortable - net.oschina.durcframework.easymybatis.query中的接口
排序支持
SortParam - net.oschina.durcframework.easymybatis.query.param中的类
排序查询参数
SortParam() - 类 的构造器net.oschina.durcframework.easymybatis.query.param.SortParam
 
sql(String) - 类 中的方法net.oschina.durcframework.easymybatis.query.Query
添加自定义sql条件
SqlConsts - net.oschina.durcframework.easymybatis中的类
SQL关键字常量类
SqlConsts() - 类 的构造器net.oschina.durcframework.easymybatis.SqlConsts
 
SQLContext - net.oschina.durcframework.easymybatis.ext.code.generator中的类
SQL上下文,这里可以取到表,字段信息
最终会把SQL上下文信息放到velocity中
SQLContext(TableDefinition) - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
 
SqlExpression - net.oschina.durcframework.easymybatis.query.expression中的类
拼接SQL语句
SqlExpression(String) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.SqlExpression
 
SqlExpression(String, String) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.SqlExpression
 
SqlSessionFactoryBeanExt - net.oschina.durcframework.easymybatis.ext中的类
SqlSessionFactoryBean扩展
SqlSessionFactoryBeanExt() - 类 的构造器net.oschina.durcframework.easymybatis.ext.SqlSessionFactoryBeanExt
 
storeMapperFile(Resource[]) - 类 中的方法net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
 
sum(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数总和,sum("age") ==> sum(age)
sum(String, String) - 类 中的静态方法net.oschina.durcframework.easymybatis.query.projection.Projections
聚合函数总和,sum("age","sumAge") ==> sum(age) AS sumAge

T

TableDefinition - net.oschina.durcframework.easymybatis.ext.code.generator中的类
数据库表定义,从这里可以获取表名,字段信息
TableDefinition() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
TableDefinition(String) - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
 
TableSelector - net.oschina.durcframework.easymybatis.ext.code.generator中的类
 
TableSelector(Class<?>, EasymybatisConfig) - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.generator.TableSelector
 
toQuery() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.BaseParam
 
toQuery() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageParam
 
toQuery() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.PageSortParam
 
toQuery() - 类 中的方法net.oschina.durcframework.easymybatis.query.param.SortParam
 
toString() - 类 中的方法net.oschina.durcframework.easymybatis.query.projection.Projection
 
TypeHandlerAdapter<T> - net.oschina.durcframework.easymybatis.handler中的类
 
TypeHandlerAdapter() - 类 的构造器net.oschina.durcframework.easymybatis.handler.TypeHandlerAdapter
 

U

UNDERLINE - 类 中的静态变量net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
 
underlineToCamel(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
下划线转驼峰
update(Entity) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.UpdateDao
修改,修改所有字段
update(Entity) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
UpdateDao<Entity> - net.oschina.durcframework.easymybatis.dao中的接口
 
updateIgnoreNull(Entity) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.UpdateDao
根据主键更新不为null的字段
updateIgnoreNull(Entity) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
updateIgnoreNullByExpression(Entity, Expressional) - 接口 中的方法net.oschina.durcframework.easymybatis.dao.UpdateDao
根据条件更新不为null的字段
updateIgnoreNullByExpression(Entity, Expressional) - 类 中的方法net.oschina.durcframework.easymybatis.support.CrudService
 
upperFirstLetter(String) - 类 中的静态方法net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
将第一个字母转换成大写

V

ValueConvert<T> - net.oschina.durcframework.easymybatis.query.expression中的接口
 
ValueExpression - net.oschina.durcframework.easymybatis.query.expression中的类
值查询
ValueExpression(String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
ValueExpression(String, String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
ValueExpression(String, String, String, Object) - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.ValueExpression
 
ValueExpressionFactory - net.oschina.durcframework.easymybatis.query.expression.builder.factory中的类
 
ValueExpressionFactory() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.factory.ValueExpressionFactory
 
ValueExpressionGetter - net.oschina.durcframework.easymybatis.query.expression.builder中的类
已过时。
ValueExpressionGetter() - 类 的构造器net.oschina.durcframework.easymybatis.query.expression.builder.ValueExpressionGetter
已过时。
 
ValueField - net.oschina.durcframework.easymybatis.query.annotation中的注释类型
已过时。
valueOf(String) - 枚举 中的静态方法net.oschina.durcframework.easymybatis.DbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.oschina.durcframework.easymybatis.handler.FillType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.Joint
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.Operator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.projection.ProjectionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.Sort
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.oschina.durcframework.easymybatis.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.oschina.durcframework.easymybatis.handler.FillType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.Joint
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.Operator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.projection.ProjectionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.oschina.durcframework.easymybatis.query.Sort
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VelocityUtil - net.oschina.durcframework.easymybatis.ext.code.util中的类
Velocity工具类,根据模板内容生成文件
VelocityUtil() - 类 的构造器net.oschina.durcframework.easymybatis.ext.code.util.VelocityUtil
 

X

XmlFormatter - net.oschina.durcframework.easymybatis.util中的类
xml格式化工具.
XmlFormatter() - 类 的构造器net.oschina.durcframework.easymybatis.util.XmlFormatter
 
A B C D E F G I J L M N O P Q R S T U V X 

Copyright © 2018. All Rights Reserved.