跳过导航链接
A B E G K O P Q S T 

A

and(Predicate...) - 接口 中的方法org.huiche.data.query.Query
用and组合多个条件,等同predicates
and(Predicate...) - 接口 中的方法org.huiche.data.query.Query
用and组合多个条件,等同predicates

B

BaseEntity<T extends BaseEntity> - org.huiche.data.entity中的类
基础实体类,提供Long类型主键,主要是用作快速开发,所以写死Long类型,需要其他类型主键时,建议增加一个字段,用作取数据时的主键使用
BaseEntity<T extends BaseEntity> - org.huiche.data.entity中的类
基础实体类,提供Long类型主键,主要是用作快速开发,所以写死Long类型,需要其他类型主键时,建议增加一个字段,用作取数据时的主键使用
BaseEntity() - 类 的构造器org.huiche.data.entity.BaseEntity
 
BaseEntity() - 类 的构造器org.huiche.data.entity.BaseEntity
 

E

excludeColumn(RelationalPath<T>, Expression...) - 接口 中的静态方法org.huiche.data.query.Query
扩展增加dto继承
excludeColumn(RelationalPath<T>, Expression...) - 接口 中的静态方法org.huiche.data.query.Query
扩展增加dto继承
extendBean(Class<DTO>, RelationalPath<T>, Expression...) - 接口 中的静态方法org.huiche.data.query.Query
获取继承bean的dto
extendBean(Class<DTO>, RelationalPath<T>, Expression...) - 接口 中的静态方法org.huiche.data.query.Query
获取继承bean的dto
extendColumn(RelationalPath<T>, Expression...) - 接口 中的静态方法org.huiche.data.query.Query
扩展增加dto继承
extendColumn(RelationalPath<T>, Expression...) - 接口 中的静态方法org.huiche.data.query.Query
扩展增加dto继承

G

get() - 接口 中的方法org.huiche.data.search.Search
获取检索条件
get() - 接口 中的方法org.huiche.data.search.Search
获取检索条件
getId() - 类 中的方法org.huiche.data.entity.BaseEntity
 
getId() - 类 中的方法org.huiche.data.entity.BaseEntity
 
getOffset() - 类 中的方法org.huiche.data.page.PageRequest
 
getOffset() - 类 中的方法org.huiche.data.page.PageRequest
 
getOrder() - 类 中的方法org.huiche.data.page.PageRequest
 
getOrder() - 类 中的方法org.huiche.data.page.PageRequest
 
getPage() - 类 中的方法org.huiche.data.page.PageRequest
 
getPage() - 类 中的方法org.huiche.data.page.PageRequest
 
getRows() - 类 中的方法org.huiche.data.page.PageRequest
 
getRows() - 类 中的方法org.huiche.data.page.PageRequest
 
getRows() - 类 中的方法org.huiche.data.page.PageResponse
 
getRows() - 类 中的方法org.huiche.data.page.PageResponse
 
getSort() - 类 中的方法org.huiche.data.page.PageRequest
 
getSort() - 类 中的方法org.huiche.data.page.PageRequest
 
getTotal() - 类 中的方法org.huiche.data.page.PageResponse
 
getTotal() - 类 中的方法org.huiche.data.page.PageResponse
 

K

keyword(String, StringExpression...) - 接口 中的方法org.huiche.data.query.Query
关键字
keyword(String, StringExpression...) - 接口 中的方法org.huiche.data.query.Query
关键字

O

or(Predicate...) - 接口 中的方法org.huiche.data.query.Query
or
or(Predicate...) - 接口 中的方法org.huiche.data.query.Query
or
org.huiche.data.entity - 程序包 org.huiche.data.entity
内置基本实体类包
org.huiche.data.page - 程序包 org.huiche.data.page
分页查询用到的请求和响应类包
org.huiche.data.query - 程序包 org.huiche.data.query
数据查询接口包
org.huiche.data.search - 程序包 org.huiche.data.search
自定义筛选接口包

P

PageRequest - org.huiche.data.page中的类
分页请求,提供第几页,每页多少记录,排序字段,顺序等参数
PageRequest - org.huiche.data.page中的类
分页请求,提供第几页,每页多少记录,排序字段,顺序等参数
PageRequest() - 类 的构造器org.huiche.data.page.PageRequest
 
PageRequest(Integer) - 类 的构造器org.huiche.data.page.PageRequest
 
PageRequest(Integer, Integer) - 类 的构造器org.huiche.data.page.PageRequest
 
PageRequest(Integer, Integer, String, String) - 类 的构造器org.huiche.data.page.PageRequest
 
PageRequest() - 类 的构造器org.huiche.data.page.PageRequest
 
PageRequest(Integer) - 类 的构造器org.huiche.data.page.PageRequest
 
PageRequest(Integer, Integer) - 类 的构造器org.huiche.data.page.PageRequest
 
PageRequest(Integer, Integer, String, String) - 类 的构造器org.huiche.data.page.PageRequest
 
PageResponse<T> - org.huiche.data.page中的类
页面响应,提供总的记录条数和当前页数据List
PageResponse<T> - org.huiche.data.page中的类
页面响应,提供总的记录条数和当前页数据List
PageResponse() - 类 的构造器org.huiche.data.page.PageResponse
 
PageResponse() - 类 的构造器org.huiche.data.page.PageResponse
 
predicate(boolean, Supplier<Predicate>) - 接口 中的方法org.huiche.data.query.Query
如果ok为true,则返回条件,否则返回null
predicate(T, Function<T, Predicate>) - 接口 中的方法org.huiche.data.query.Query
如果val不是空,则返回对值进行的匹配条件,否则返回null
predicate(T, Supplier<Predicate>) - 接口 中的方法org.huiche.data.query.Query
如果val不是空,则返回条件,否则返回null
predicate(Supplier<Predicate>) - 接口 中的方法org.huiche.data.query.Query
条件提供者
predicate(boolean, Supplier<Predicate>) - 接口 中的方法org.huiche.data.query.Query
如果ok为true,则返回条件,否则返回null
predicate(T, Function<T, Predicate>) - 接口 中的方法org.huiche.data.query.Query
如果val不是空,则返回对值进行的匹配条件,否则返回null
predicate(T, Supplier<Predicate>) - 接口 中的方法org.huiche.data.query.Query
如果val不是空,则返回条件,否则返回null
predicate(Supplier<Predicate>) - 接口 中的方法org.huiche.data.query.Query
条件提供者
predicates(Predicate...) - 接口 中的方法org.huiche.data.query.Query
用and组合多个条件
predicates(Predicate...) - 接口 中的方法org.huiche.data.query.Query
用and组合多个条件

Q

Query - org.huiche.data.query中的接口
基础查询接口,提供条件拼接和查询列扩展/排除的默认方法
Query - org.huiche.data.query中的接口
基础查询接口,提供条件拼接和查询列扩展/排除的默认方法

S

Search - org.huiche.data.search中的接口
筛选接口,用于前端传递的自定义筛选
Search - org.huiche.data.search中的接口
筛选接口,用于前端传递的自定义筛选
setId(Long) - 类 中的方法org.huiche.data.entity.BaseEntity
 
setId(Long) - 类 中的方法org.huiche.data.entity.BaseEntity
 
setOrder(String) - 类 中的方法org.huiche.data.page.PageRequest
 
setOrder(String) - 类 中的方法org.huiche.data.page.PageRequest
 
setPage(Integer) - 类 中的方法org.huiche.data.page.PageRequest
 
setPage(Integer) - 类 中的方法org.huiche.data.page.PageRequest
 
setRows(Integer) - 类 中的方法org.huiche.data.page.PageRequest
 
setRows(Integer) - 类 中的方法org.huiche.data.page.PageRequest
 
setRows(List<T>) - 类 中的方法org.huiche.data.page.PageResponse
 
setRows(List<T>) - 类 中的方法org.huiche.data.page.PageResponse
 
setSort(String) - 类 中的方法org.huiche.data.page.PageRequest
 
setSort(String) - 类 中的方法org.huiche.data.page.PageRequest
 
setTotal(Long) - 类 中的方法org.huiche.data.page.PageResponse
 
setTotal(Long) - 类 中的方法org.huiche.data.page.PageResponse
 

T

toString() - 类 中的方法org.huiche.data.entity.BaseEntity
 
toString() - 类 中的方法org.huiche.data.entity.BaseEntity
 
toString() - 类 中的方法org.huiche.data.page.PageRequest
 
toString() - 类 中的方法org.huiche.data.page.PageRequest
 
A B E G K O P Q S T 
跳过导航链接

Copyright © 2021. All rights reserved.