跳过导航链接
A B C D E F G I L M N P R S T U V W Y 

A

AbstractBatchSaveDQI<E,D extends AbstractDAO<E>> - net.guerlab.commons.abstractslayout中的类
基础数据查询接口
AbstractBatchSaveDQI() - 类 的构造器net.guerlab.commons.abstractslayout.AbstractBatchSaveDQI
 
AbstractDAO<T> - net.guerlab.commons.abstractslayout中的接口
基础数据对象访问接口
AbstractDQI<E,D extends AbstractDAO<E>> - net.guerlab.commons.abstractslayout中的类
基础数据查询接口
AbstractDQI() - 类 的构造器net.guerlab.commons.abstractslayout.AbstractDQI
 
AbstractMappingDQI<E,D extends AbstractDAO<E>> - net.guerlab.commons.abstractslayout中的类
基础数据查询接口
AbstractMappingDQI() - 类 的构造器net.guerlab.commons.abstractslayout.AbstractMappingDQI
 
AbstractNoUpdateDQI<E,D extends AbstractDAO<E>> - net.guerlab.commons.abstractslayout中的类
基础数据查询接口
AbstractNoUpdateDQI() - 类 的构造器net.guerlab.commons.abstractslayout.AbstractNoUpdateDQI
 
AbstractReadOnlyDQI<E,D extends AbstractDAO<E>> - net.guerlab.commons.abstractslayout中的类
基础数据查询接口
AbstractReadOnlyDQI() - 类 的构造器net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
 
AbstractSaveDQI<E,D extends AbstractDAO<E>> - net.guerlab.commons.abstractslayout中的类
基础数据查询接口
AbstractSaveDQI() - 类 的构造器net.guerlab.commons.abstractslayout.AbstractSaveDQI
 
AbstractSearchParams - net.guerlab.commons.searchparams中的类
抽象参数列表对象
AbstractSearchParams() - 类 的构造器net.guerlab.commons.searchparams.AbstractSearchParams
 
AbstractUpdateDQI<E,D extends AbstractDAO<E>> - net.guerlab.commons.abstractslayout中的类
基础数据查询接口
AbstractUpdateDQI() - 类 的构造器net.guerlab.commons.abstractslayout.AbstractUpdateDQI
 
addAll(Collection<E>, Collection<E>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
添加全部元素至输出集合
addAll(Collection<E>, Collection<E>, boolean) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
添加全部元素至输出集合
addAll(E[], Collection<E>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
添加全部元素至输出集合
addAll(E[], Collection<E>, boolean) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
添加全部元素至输出集合
addHandler(Type, SearchParamsHandler) - 类 中的方法net.guerlab.commons.searchparams.SearchParamsParseConfig
添加处理器对象
allGreaterOrEqualZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于等于0
allGreaterZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于0
anyGreaterOrEqualZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于等于0
anyGreaterZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于0
ApplicationError - net.guerlab.commons.abstractslayout中的异常错误
应用基础异常
ApplicationError() - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(int) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(String, Throwable, boolean, boolean) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(String, Throwable, boolean, boolean, int) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(String, Throwable) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(String, Throwable, int) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(String) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(String, int) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(Throwable) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
ApplicationError(Throwable, int) - 异常错误 的构造器net.guerlab.commons.abstractslayout.ApplicationError
构造一个应用基础异常
AuthCodeHelper - net.guerlab.commons.encrypt中的类
混淆加密工具类

B

batchSave(List<E>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractBatchSaveDQI
批量保存对象
batchSave(List<E>, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractBatchSaveDQI
批量保存对象
batchSave(List<T>) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
批量添加数据对象
batchSave(List<E>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractMappingDQI
批量保存对象
batchSave(List<E>, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractMappingDQI
批量保存对象
batchSaveCheck(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractMappingDQI
保存前检查
BigDecimalHandler - net.guerlab.commons.searchparams.handler中的类
BigDecimal处理
BigDecimalHandler() - 类 的构造器net.guerlab.commons.searchparams.handler.BigDecimalHandler
 
build(Class<T>) - 类 中的静态方法net.guerlab.commons.searchparams.AbstractSearchParams
构造一个搜索参数对象
buildByFindAll(Class<T>) - 类 中的静态方法net.guerlab.commons.searchparams.AbstractSearchParams
构造一个搜索参数对象,并设置查询全部
buildByFindAllAndLock(Class<T>) - 类 中的静态方法net.guerlab.commons.searchparams.AbstractSearchParams
构造一个搜索参数对象,使用悲观锁并设置查询全部
buildByLock(Class<T>) - 类 中的静态方法net.guerlab.commons.searchparams.AbstractSearchParams
构造一个搜索参数对象,并使用悲观锁

C

CHAR_LIST - 类 中的静态变量net.guerlab.commons.random.RandomUtil
默认随机字符集合
CharHandler - net.guerlab.commons.searchparams.handler中的类
String 处理
CharHandler() - 类 的构造器net.guerlab.commons.searchparams.handler.CharHandler
 
CollectionConversionHandle<I,O> - net.guerlab.commons.collection中的接口
集合转换处理接口类
CollectionFilterHandle<E> - net.guerlab.commons.collection中的接口
集合过滤处理接口
CollectionHandler - net.guerlab.commons.searchparams.handler中的类
集合处理
CollectionHandler() - 类 的构造器net.guerlab.commons.searchparams.handler.CollectionHandler
 
CollectionHelper - net.guerlab.commons.collection中的类
集合助手类
conversion(I) - 接口 中的方法net.guerlab.commons.collection.CollectionConversionHandle
转换处理
conversion(I[], Collection<O>, CollectionConversionHandle<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
集合元素类型转换
conversion(Collection<I>, Collection<O>, CollectionConversionHandle<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
集合元素类型转换
copy(Collection<E>, Collection<E>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
集合拷贝
copy(Collection<E>, Collection<E>, boolean) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
集合拷贝
copy(E[], Collection<E>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
集合拷贝
copy(E[], Collection<E>, boolean) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
集合拷贝

D

dao - 类 中的变量net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
基础数据对象访问接口对象
DBPaging - net.guerlab.commons.dbpaging中的类
分页对象
DBPagingHelper - net.guerlab.commons.dbpaging中的类
分页助手
decode(String, String) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
解密
decode(String, String, int) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
解密
DEFAULT_KEY_LENGTH - 类 中的静态变量net.guerlab.commons.encrypt.AuthCodeHelper
默认随机秘钥长度
DEFAULT_MSG - 异常错误 中的静态变量net.guerlab.commons.abstractslayout.ApplicationError
默认错误信息
DefaultHandler - net.guerlab.commons.searchparams.handler中的类
默认处理
DefaultHandler() - 类 的构造器net.guerlab.commons.searchparams.handler.DefaultHandler
 
delete(T) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
删除数据对象
delete(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractDQI
删除对象
delete(E, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractDQI
删除对象
delete(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractMappingDQI
删除对象
delete(E, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractMappingDQI
删除对象
delete(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractNoUpdateDQI
删除对象
delete(E, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractNoUpdateDQI
删除对象
deleteCheck(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractDQI
删除前检查
deleteCheck(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractMappingDQI
删除前检查
deleteCheck(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractNoUpdateDQI
删除前检查
deleteList(List<T>) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
批量删除数据对象
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.LocalDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.LocalDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.LocalTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.MonthDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.YearDeserializer
 

E

encode(String, String, long) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
加密
encode(String, String, long, int) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
加密
encode(byte[], String) - 类 中的静态方法net.guerlab.commons.encrypt.RC4Helper
使用默认编码进行编码
encode(byte[], String, String) - 类 中的静态方法net.guerlab.commons.encrypt.RC4Helper
使用指定编码进行编码
exists(Collection<E>, CollectionFilterHandle<E>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
检查某一集合内是否包含输出元素

F

FieldHelper - net.guerlab.commons.field中的类
类字段助手
FieldNecessity - net.guerlab.commons.annotation中的注释类型
参数注入注解,字段必要性检查
FieldNecessityType - net.guerlab.commons.annotation中的枚举
字段必要性检查选项
filter(E) - 接口 中的方法net.guerlab.commons.collection.CollectionFilterHandle
过滤元素
filter(Collection<E>, CollectionFilterHandle<E>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
过滤输出元素
findCount(Map<String, ? extends Object>) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
根据参数列表查询总数
findCount(AbstractSearchParams) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
查询对象实体数量
findCount(AbstractSearchParams, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
查询对象实体数量
findList(Map<String, ? extends Object>) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
根据参数列表查询多个数据对象
findList(AbstractSearchParams) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
查询一组对象实体
findList(AbstractSearchParams, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
查询一组对象实体
findOne(Map<String, ? extends Object>) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
根据参数列表查询单个数据对象
findOne(AbstractSearchParams) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
查询一个对象实体
findOne(AbstractSearchParams, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractReadOnlyDQI
查询一个对象实体
format - 枚举 中的变量net.guerlab.commons.time.Formats
时间格式内容
format(Date) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成全时间格式
format(LocalDateTime) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成全时间格式
formatDate(LocalDateTime) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成只包含日期格式
formatDate(Date) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成只包含日期格式
Formats - net.guerlab.commons.time中的枚举
时间格式类型

G

get(Object, String) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
读取属性值
getBegin() - 类 中的方法net.guerlab.commons.dbpaging.DBPaging
获取开始位置
getEnd() - 类 中的方法net.guerlab.commons.dbpaging.DBPaging
获取结束位置
getErrorCode() - 异常错误 中的方法net.guerlab.commons.abstractslayout.ApplicationError
返回错误码
getFileds(Class<?>) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
根据类对象获取字段列表
getFiledsWithFilter(Class<?>, Predicate<Field>...) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
获取过滤后的字段列表
getFiledsWithFilter(Class<?>) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
使用默认过滤器过滤后的字段列表
getFormat() - 枚举 中的方法net.guerlab.commons.time.Formats
获取时间格式内容
getGlobalInstance() - 类 中的静态方法net.guerlab.commons.searchparams.SearchParamsParseConfig
获取全局实例
getGlobalPageSize() - 类 中的静态方法net.guerlab.commons.dbpaging.DBPagingHelper
获取全局分页尺寸
getHandler(Type) - 类 中的方法net.guerlab.commons.searchparams.SearchParamsParseConfig
获取处理器对象
getImage(int, int, int, int) - 类 中的方法net.guerlab.commons.random.SecurityCode
获取验证码图片
getLength() - 枚举 中的方法net.guerlab.commons.time.Formats
获取时间格式内容长度
getPage() - 类 中的方法net.guerlab.commons.dbpaging.DBPaging
获取页面ID
getPageId() - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
获取分页ID
getPageSize() - 类 中的方法net.guerlab.commons.dbpaging.DBPaging
获取页面内容数量
getPageSize() - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
获取分页内容数量
getString() - 类 中的方法net.guerlab.commons.random.SecurityCode
获取验证码内容,需要先调用getImage()方法获取验证码
greaterOrEqualZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于等于0
greaterZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于0
gtZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于0

I

INSTANCE - 类 中的静态变量net.guerlab.commons.searchparams.handler.DefaultHandler
默认处理实例
isEquals(Byte, Byte) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(Character, Character) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(Short, Short) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(Integer, Integer) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(Long, Long) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(Float, Float) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(Double, Double) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(BigInteger, BigInteger) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isEquals(BigDecimal, BigDecimal) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isJson(Class<?>) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
判断是否为json类
isNumberClass(Class<?>) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
判断某个类型是否为数值类
isSameDate(Date, Date) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
判断2个时间对象是否为同一天

L

length - 枚举 中的变量net.guerlab.commons.time.Formats
时间格式内容长度
LocalDateDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
日期反序列化处理
LocalDateDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.LocalDateDeserializer
 
LocalDateSerializer - net.guerlab.commons.time.jackson.serializer中的类
日期序列化处理
LocalDateSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.LocalDateSerializer
 
LocalDateTimeDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
日期时间反序列化处理
LocalDateTimeDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.LocalDateTimeDeserializer
 
LocalDateTimeSerializer - net.guerlab.commons.time.jackson.serializer中的类
日期时间序列化处理
LocalDateTimeSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.LocalDateTimeSerializer
 
LocalTimeDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
时间反序列化处理
LocalTimeDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.LocalTimeDeserializer
 
LocalTimeSerializer - net.guerlab.commons.time.jackson.serializer中的类
时间序列化处理
LocalTimeSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.LocalTimeSerializer
 
ltZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否小于等于0

M

MonthDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
月份反序列化处理
MonthDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.MonthDeserializer
 
MonthSerializer - net.guerlab.commons.time.jackson.serializer中的类
月份序列化处理
MonthSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.MonthSerializer
 

N

net.guerlab.commons.abstractslayout - 程序包 net.guerlab.commons.abstractslayout
抽象层,依赖选项 org.springframework:spring-beans:4.3.7.RELEASE+
net.guerlab.commons.annotation - 程序包 net.guerlab.commons.annotation
通用注解包
net.guerlab.commons.collection - 程序包 net.guerlab.commons.collection
集合操作包
net.guerlab.commons.dbpaging - 程序包 net.guerlab.commons.dbpaging
轻量级数据库分业包
net.guerlab.commons.encrypt - 程序包 net.guerlab.commons.encrypt
加密处理包
net.guerlab.commons.field - 程序包 net.guerlab.commons.field
属性处理
net.guerlab.commons.number - 程序包 net.guerlab.commons.number
数学扩展,增强数字比较
net.guerlab.commons.random - 程序包 net.guerlab.commons.random
随机数扩展
net.guerlab.commons.searchparams - 程序包 net.guerlab.commons.searchparams
SearchParams相关,提供轻量级的搜索参数对象及对象的数据处理
net.guerlab.commons.searchparams.handler - 程序包 net.guerlab.commons.searchparams.handler
默认处理类
net.guerlab.commons.time - 程序包 net.guerlab.commons.time
时间处理扩展
net.guerlab.commons.time.jackson.deserializer - 程序包 net.guerlab.commons.time.jackson.deserializer
 
net.guerlab.commons.time.jackson.serializer - 程序包 net.guerlab.commons.time.jackson.serializer
 
nextBoolean() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机布尔值
nextColor(int, int) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
随机色
nextColor(int) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
随机色
nextColor() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
随机色
nextDouble() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机双精度浮点数
nextFloat() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机单精度浮点数
nextInt() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个随机int数
nextInt(int) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个不大于n的随机int数
nextLong() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个随机long
nextLong(long) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个随机long
nextPaging() - 类 中的方法net.guerlab.commons.dbpaging.DBPaging
获取下一页分页对象
nextString(int) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
随机字符串,取值范围(a-zA-Z0-9)
nextString(int, char[]) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
自定义取值范围的随机字符串
NumberHandler - net.guerlab.commons.searchparams.handler中的类
Double处理
NumberHandler() - 类 的构造器net.guerlab.commons.searchparams.handler.NumberHandler
 
NumberHelper - net.guerlab.commons.number中的类
数值助手

P

PAGE_BEGIN - 类 中的静态变量net.guerlab.commons.dbpaging.DBPagingHelper
分类指针开始位置 KEY
PAGE_END - 类 中的静态变量net.guerlab.commons.dbpaging.DBPagingHelper
分类指针结束位置 KEY
PAGE_ID - 类 中的静态变量net.guerlab.commons.searchparams.AbstractSearchParams
分页ID字段名称
PAGE_LIMIT - 类 中的静态变量net.guerlab.commons.dbpaging.DBPagingHelper
分类指针最长距离 KEY
PAGE_PAGE - 类 中的静态变量net.guerlab.commons.dbpaging.DBPagingHelper
页面ID KEY
PAGE_SIZE - 类 中的静态变量net.guerlab.commons.searchparams.AbstractSearchParams
分页内容数量字段名称
pageId - 类 中的变量net.guerlab.commons.searchparams.AbstractSearchParams
分页ID
pageSet(long, long) - 类 中的静态方法net.guerlab.commons.dbpaging.DBPagingHelper
获取分页对象
pageSet(long, long, Map<String, Object>) - 类 中的静态方法net.guerlab.commons.dbpaging.DBPagingHelper
填充参数列表
pageSize - 类 中的变量net.guerlab.commons.searchparams.AbstractSearchParams
分页内容数量
parse(String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过时间字符串解析生成日期对象
parseLocalDateTime(String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过时间字符串解析生成日期对象
PESSIMISTIC_LOCK - 类 中的静态变量net.guerlab.commons.searchparams.AbstractSearchParams
悲观锁字段名
pessimisticLock - 类 中的变量net.guerlab.commons.searchparams.AbstractSearchParams
是否使用悲观锁
prevPaging() - 类 中的方法net.guerlab.commons.dbpaging.DBPaging
获取上一页分页对象
put(Object, String, Object) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
设置属性

R

RandomUtil - net.guerlab.commons.random中的类
随机类
RC4Helper - net.guerlab.commons.encrypt中的类
RC4算法助手
read(Object, String) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
读取属性值

S

save(T) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
添加数据对象
save(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractSaveDQI
保存对象
save(E, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractSaveDQI
保存对象
saveCheck(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractBatchSaveDQI
保存前检查
saveCheck(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractSaveDQI
保存前检查
SearchParamsHandler - net.guerlab.commons.searchparams中的接口
搜索参数处理
SearchParamsHelper - net.guerlab.commons.searchparams中的类
搜索参数对象助手
SearchParamsParseConfig - net.guerlab.commons.searchparams中的类
SearchParams类解析配置
SearchParamsParseConfig() - 类 的构造器net.guerlab.commons.searchparams.SearchParamsParseConfig
实例化SearchParams类解析配置
SecurityCode - net.guerlab.commons.random中的类
验证码生成类
SecurityCode() - 类 的构造器net.guerlab.commons.random.SecurityCode
 
serialize(LocalDate, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.LocalDateSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.LocalDateTimeSerializer
 
serialize(LocalTime, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.LocalTimeSerializer
 
serialize(Month, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.MonthSerializer
 
serialize(Year, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.YearSerializer
 
setDefaultHandler(SearchParamsHandler) - 类 中的方法net.guerlab.commons.searchparams.SearchParamsParseConfig
设置默认处理器对象
setFindAll() - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
设置查询数量为全部数据
setFindOne() - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
设置查询数量为一条
setGlobalPageSize(int) - 类 中的静态方法net.guerlab.commons.dbpaging.DBPagingHelper
设置全局分页尺寸
setPageId(int) - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
设置分页ID
setPageSize(int) - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
设置分页内容数量
setValue(Map<String, Object>, String, Object, ValueCheck) - 类 中的方法net.guerlab.commons.searchparams.handler.BigDecimalHandler
 
setValue(Map<String, Object>, String, Object, ValueCheck) - 类 中的方法net.guerlab.commons.searchparams.handler.CharHandler
 
setValue(Map<String, Object>, String, Object, ValueCheck) - 类 中的方法net.guerlab.commons.searchparams.handler.CollectionHandler
 
setValue(Map<String, Object>, String, Object, ValueCheck) - 类 中的方法net.guerlab.commons.searchparams.handler.DefaultHandler
 
setValue(Map<String, Object>, String, Object, ValueCheck) - 类 中的方法net.guerlab.commons.searchparams.handler.NumberHandler
 
setValue(Map<String, Object>, String, Object, ValueCheck) - 类 中的方法net.guerlab.commons.searchparams.handler.StringHandler
 
setValue(Map<String, Object>, String, Object, ValueCheck) - 接口 中的方法net.guerlab.commons.searchparams.SearchParamsHandler
设置参数值
StringHandler - net.guerlab.commons.searchparams.handler中的类
String 处理
StringHandler() - 类 的构造器net.guerlab.commons.searchparams.handler.StringHandler
 

T

TimeHelper - net.guerlab.commons.time中的类
时间助手类,使用标准"yyyy-MM-dd HH:mm:ss"格式和"yyyy-MM-dd"短标记格式
toList(T[]) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
返回过了空值后的新list
toList(Collection<T>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
返回过了空值后的新list
toMap() - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
将参数列表对象转换为map对象
toMap(AbstractSearchParams) - 类 中的静态方法net.guerlab.commons.searchparams.SearchParamsHelper
将参数列表对象转换为map对象
toMap(AbstractSearchParams, SearchParamsParseConfig) - 类 中的静态方法net.guerlab.commons.searchparams.SearchParamsHelper
将参数列表对象转换为map对象
toSet(T[]) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
返回过了空值后的新set
toSet(Collection<T>) - 类 中的静态方法net.guerlab.commons.collection.CollectionHelper
返回过了空值后的新set
toString() - 类 中的方法net.guerlab.commons.dbpaging.DBPaging
 
toString() - 枚举 中的方法net.guerlab.commons.time.Formats
 

U

update(T) - 接口 中的方法net.guerlab.commons.abstractslayout.AbstractDAO
更新数据对象
update(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractUpdateDQI
更新对象
update(E, Consumer<Exception>) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractUpdateDQI
更新对象
updateCheck(E) - 类 中的方法net.guerlab.commons.abstractslayout.AbstractUpdateDQI
更新前检查

V

ValueCheck - net.guerlab.commons.annotation中的注释类型
参数注入注解,参数值检查
ValueCheckType - net.guerlab.commons.annotation中的枚举
字段必要性检查选项
valueCopy(Object, Object) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
复制对象属性值
valueOf(String) - 枚举 中的静态方法net.guerlab.commons.annotation.FieldNecessityType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.guerlab.commons.annotation.ValueCheckType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.guerlab.commons.time.Formats
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.guerlab.commons.annotation.FieldNecessityType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.guerlab.commons.annotation.ValueCheckType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.guerlab.commons.time.Formats
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

withoutPessimisticLock() - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
不使用悲观锁
withPessimisticLock() - 类 中的方法net.guerlab.commons.searchparams.AbstractSearchParams
使用悲观锁
write(Object, String, Object) - 类 中的静态方法net.guerlab.commons.field.FieldHelper
设置属性

Y

YearDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
年份反序列化处理
YearDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.YearDeserializer
 
YearSerializer - net.guerlab.commons.time.jackson.serializer中的类
年份序列化处理
YearSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.YearSerializer
 
A B C D E F G I L M N P R S T U V W Y 
跳过导航链接

Copyright © 2017. All rights reserved.