| 程序包 | 说明 |
|---|---|
| com.xphsc.easyjdbc.core | |
| com.xphsc.easyjdbc.core.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> PageInfo<T> |
SimpleJdbcDao.findAll(PageInfo pageInfo,
Sorts sort) |
<T> PageInfo<T> |
EasyJdbcDao.findAll(PageInfo pageInfo,
Sorts sort)
All queries are based on paging and sorting objects
|
<T> List<T> |
SimpleJdbcDao.findAll(Sorts sort) |
<T> List<T> |
EasyJdbcDao.findAll(Sorts sort)
Query all by sorting object
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Sorts |
AbstractExample.orderByClause |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Sorts |
Sorts.sort(Sorts.Direction direction,
LambdaFunction<T,Object> property) |
| 限定符和类型 | 方法和说明 |
|---|---|
Example |
Example.orderByClause(Sorts sorts)
order for query
|
T |
AbstractExample.orderByClause(Sorts sorts) |
Copyright © 2020. All rights reserved.