跳过导航链接
A B C D G I J M O P R S T U X 

A

addBackQuote(String) - 类 中的静态方法xyz.redrain.parse.ParseUtil
加上反引号

B

BaseMapper<T> - xyz.redrain中的接口
Created by RedRain on 2018/11/16.

C

Column - xyz.redrain.anntation中的注释类型
Created by RedRain on 2018/11/16.
countByParams(T) - 接口 中的方法xyz.redrain.BaseMapper
count(*) 通过参数查询数据条数
countByParams(Object) - 类 中的方法xyz.redrain.helper.SelectHelper
 

D

DeleteConditionNoExistException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
DeleteConditionNoExistException() - 异常错误 的构造器xyz.redrain.exception.DeleteConditionNoExistException
 
DeleteConditionNoExistException(String) - 异常错误 的构造器xyz.redrain.exception.DeleteConditionNoExistException
 
DeleteHelper - xyz.redrain.helper中的类
删除 Created by RedRain on 2018/11/21.
DeleteHelper() - 类 的构造器xyz.redrain.helper.DeleteHelper
 
deleteObjById(T) - 接口 中的方法xyz.redrain.BaseMapper
通过参数里的Id删除数据
deleteObjById(Object) - 类 中的方法xyz.redrain.helper.DeleteHelper
通过ID删除数据
deleteObjByParams(T) - 接口 中的方法xyz.redrain.BaseMapper
通过参数删除数据
deleteObjByParams(Object) - 类 中的方法xyz.redrain.helper.DeleteHelper
 
delNullProperty(ObjectEntity) - 类 中的静态方法xyz.redrain.parse.ObjectParse
 
DuplicatePrimaryKeyException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
DuplicatePrimaryKeyException() - 异常错误 的构造器xyz.redrain.exception.DuplicatePrimaryKeyException
 
DuplicatePrimaryKeyException(String) - 异常错误 的构造器xyz.redrain.exception.DuplicatePrimaryKeyException
 

G

getColumnName() - 类 中的方法xyz.redrain.parse.PropertyEntity
 
getEqualParams(PropertyEntity, String) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
getEqualParams(PropertyEntity) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
getInsertSql(Object, boolean) - 类 中的方法xyz.redrain.helper.InsertHelper
 
getJavaType() - 类 中的方法xyz.redrain.parse.PropertyEntity
 
getJdbcParams(ObjectEntity) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
getJdbcParamsAndAlias(ObjectEntity) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
getJdbcType() - 类 中的方法xyz.redrain.parse.PropertyEntity
 
getObjectEntity(Object) - 类 中的静态方法xyz.redrain.parse.ObjectParse
 
getProperty(String, String) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
getProperty(String, Supplier<String>) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
getPropertyEntities() - 类 中的方法xyz.redrain.parse.ObjectEntity
 
getPropertyName() - 类 中的方法xyz.redrain.parse.PropertyEntity
 
getPropertyValue() - 类 中的方法xyz.redrain.parse.PropertyEntity
 
getSqlParams(ObjectEntity) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
getTableName() - 类 中的方法xyz.redrain.parse.ObjectEntity
 

I

Id - xyz.redrain.anntation中的注释类型
Created by RedRain on 2018/11/16.
Ignore - xyz.redrain.anntation中的注释类型
Created by RedRain on 2018/11/16.
Indices - xyz.redrain.anntation中的注释类型
已过时。
InsertHelper - xyz.redrain.helper中的类
Created by RedRain on 2018/11/16.
InsertHelper() - 类 的构造器xyz.redrain.helper.InsertHelper
 
insertObj(T) - 接口 中的方法xyz.redrain.BaseMapper
插入数据
insertObj(Object) - 类 中的方法xyz.redrain.helper.InsertHelper
 
insertObjSelective(T) - 接口 中的方法xyz.redrain.BaseMapper
插入数据(去除为NULL的属性)
insertObjSelective(Object) - 类 中的方法xyz.redrain.helper.InsertHelper
 
InsertValuesNoExistException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
InsertValuesNoExistException() - 异常错误 的构造器xyz.redrain.exception.InsertValuesNoExistException
 
InsertValuesNoExistException(String) - 异常错误 的构造器xyz.redrain.exception.InsertValuesNoExistException
 
isId() - 类 中的方法xyz.redrain.parse.PropertyEntity
 
isPropertyUseUnderlineStitching() - 类 中的方法xyz.redrain.parse.ObjectEntity
 
isTableUseUnderlineStitching() - 类 中的方法xyz.redrain.parse.ObjectEntity
 
isUpdateSetNullFlag() - 类 中的方法xyz.redrain.parse.PropertyEntity
 

J

JavaType - xyz.redrain.anntation中的注释类型
Created by RedRain on 2018/11/16.

M

Mapper - xyz.redrain.anntation中的注释类型
Created by RedRain on 2018/11/16.

O

ObjectEntity - xyz.redrain.parse中的类
Created by RedRain on 2018/11/16.
ObjectEntity() - 类 的构造器xyz.redrain.parse.ObjectEntity
 
ObjectParse - xyz.redrain.parse中的类
Created by RedRain on 2018/11/16.
Order - xyz.redrain.anntation中的注释类型
已过时。

P

PageParamIsNullException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
PageParamIsNullException() - 异常错误 的构造器xyz.redrain.exception.PageParamIsNullException
 
PageParamIsNullException(String) - 异常错误 的构造器xyz.redrain.exception.PageParamIsNullException
 
ParamIsNullException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
ParamIsNullException() - 异常错误 的构造器xyz.redrain.exception.ParamIsNullException
 
ParamIsNullException(String) - 异常错误 的构造器xyz.redrain.exception.ParamIsNullException
 
ParseUtil - xyz.redrain.parse中的类
Created by RedRain on 2018/11/16.
ParseUtil() - 类 的构造器xyz.redrain.parse.ParseUtil
 
PrimaryKeyNoExistException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
PrimaryKeyNoExistException() - 异常错误 的构造器xyz.redrain.exception.PrimaryKeyNoExistException
 
PrimaryKeyNoExistException(String) - 异常错误 的构造器xyz.redrain.exception.PrimaryKeyNoExistException
 
PropertyEntity - xyz.redrain.parse中的类
Created by RedRain on 2018/11/16.
PropertyEntity() - 类 的构造器xyz.redrain.parse.PropertyEntity
 

R

removeBackQuote(String) - 类 中的静态方法xyz.redrain.parse.ParseUtil
去掉反引号

S

SelectConditionNoExistException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
SelectConditionNoExistException() - 异常错误 的构造器xyz.redrain.exception.SelectConditionNoExistException
 
SelectConditionNoExistException(String) - 异常错误 的构造器xyz.redrain.exception.SelectConditionNoExistException
 
SelectHelper - xyz.redrain.helper中的类
Created by RedRain on 2018/11/21.
SelectHelper() - 类 的构造器xyz.redrain.helper.SelectHelper
 
selectListByParams(T) - 接口 中的方法xyz.redrain.BaseMapper
通过参数批量查询数据
selectListByParams(Object) - 类 中的方法xyz.redrain.helper.SelectHelper
 
selectListByParamsPages(T, Integer, Integer) - 接口 中的方法xyz.redrain.BaseMapper
通过参数分页查询数据 limit {offset},{limit} 当offset为NULL时 limit {limit}
selectListByParamsPages(Map<String, Object>) - 类 中的方法xyz.redrain.helper.SelectHelper
 
selectObjById(T) - 接口 中的方法xyz.redrain.BaseMapper
通过参数里的Id查询数据
selectObjById(Object) - 类 中的方法xyz.redrain.helper.SelectHelper
 
selectObjByParams(T) - 接口 中的方法xyz.redrain.BaseMapper
通过参数查询数据
selectObjByParams(Object) - 类 中的方法xyz.redrain.helper.SelectHelper
 
setColumnName(String) - 类 中的方法xyz.redrain.parse.PropertyEntity
 
setId(boolean) - 类 中的方法xyz.redrain.parse.PropertyEntity
 
setJavaType(String) - 类 中的方法xyz.redrain.parse.PropertyEntity
 
setJdbcType(String) - 类 中的方法xyz.redrain.parse.PropertyEntity
 
setPropertyEntities(List<PropertyEntity>) - 类 中的方法xyz.redrain.parse.ObjectEntity
 
setPropertyName(String) - 类 中的方法xyz.redrain.parse.PropertyEntity
 
setPropertyUseUnderlineStitching(boolean) - 类 中的方法xyz.redrain.parse.ObjectEntity
 
setPropertyValue(Object) - 类 中的方法xyz.redrain.parse.PropertyEntity
 
setTableName(String) - 类 中的方法xyz.redrain.parse.ObjectEntity
 
setTableUseUnderlineStitching(boolean) - 类 中的方法xyz.redrain.parse.ObjectEntity
 
setUpdateSetNullFlag(boolean) - 类 中的方法xyz.redrain.parse.PropertyEntity
 

T

Table - xyz.redrain.anntation中的注释类型
Created by RedRain on 2018/11/16.
toUpperCase(String) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 

U

underlineStitching(String) - 类 中的静态方法xyz.redrain.parse.ParseUtil
 
UpdateHelper - xyz.redrain.helper中的类
Created by RedRain on 2018/11/19.
UpdateHelper() - 类 的构造器xyz.redrain.helper.UpdateHelper
 
updateObjById(T) - 接口 中的方法xyz.redrain.BaseMapper
通过参数里的Id更新数据
updateObjById(Object) - 类 中的方法xyz.redrain.helper.UpdateHelper
 
updateObjSelectiveById(T) - 接口 中的方法xyz.redrain.BaseMapper
通过参数里的Id更新数据(去除为NULL的属性)
updateObjSelectiveById(Object) - 类 中的方法xyz.redrain.helper.UpdateHelper
 
UpdateSetNull - xyz.redrain.anntation中的注释类型
Created by RedRain on 2019/1/7.
UpdateSetValueNoExistException - xyz.redrain.exception中的异常错误
Created by RedRain on 2020/6/21.
UpdateSetValueNoExistException() - 异常错误 的构造器xyz.redrain.exception.UpdateSetValueNoExistException
 
UpdateSetValueNoExistException(String) - 异常错误 的构造器xyz.redrain.exception.UpdateSetValueNoExistException
 

X

xyz.redrain - 程序包 xyz.redrain
 
xyz.redrain.anntation - 程序包 xyz.redrain.anntation
 
xyz.redrain.exception - 程序包 xyz.redrain.exception
 
xyz.redrain.helper - 程序包 xyz.redrain.helper
 
xyz.redrain.parse - 程序包 xyz.redrain.parse
 
A B C D G I J M O P R S T U X 
跳过导航链接

Copyright © 2021. All rights reserved.