| 程序包 | 说明 |
|---|---|
| com.xphsc.easyjdbc | |
| com.xphsc.easyjdbc.core | |
| com.xphsc.easyjdbc.core.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
Example |
EasyJdbcTemplate.example(Class<?> persistentClass) |
Example |
EasyJdbcOperations.example(Class<?> persistentClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
EasyJdbcTemplate.countByExample(Example example)
已过时。
|
<T> List<T> |
EasyJdbcTemplate.findByExample(Example example)
已过时。
|
<T> PageInfo<T> |
EasyJdbcTemplate.findByPage(Example example)
已过时。
|
<T> T |
EasyJdbcTemplate.getByExample(Example example)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Example |
SimpleJdbcDao.example() |
Example |
EasyJdbcDao.example() |
| 限定符和类型 | 方法和说明 |
|---|---|
Example |
Example.entityClass(Class<?> entityClass)
entityClass for query
|
<T> Example |
Example.excludePropertys(LambdaFunction<T,Object>... excludePropertys)
Exclude query attributes Propertys
|
Example |
Example.excludePropertys(String... excludePropertys)
Exclude query attributes Propertys
|
<T> Example |
Example.groupByClause(LambdaFunction<T,Object>... groupBys)
Grouping for query
|
Example |
Example.groupByClause(String... groupBys)
Grouping for query
|
Example |
Example.isDistinct(boolean distinct)
Distinct for query
|
<T,S> Example |
Example.mapping(LambdaFunction<T,Object> property,
LambdaFunction<S,Object> field)
Properties <--> Class Field Mapping
|
<T> Example |
Example.mapping(LambdaFunction<T,Object> property,
String field)
Properties <--> Class Field Mapping
|
Example |
Example.mapping(String property,
String field)
Properties <--> Class Field Mapping
|
Example |
Example.offsetPage(int offset,
int limit)
paging for query
|
Example |
Example.orderByClause(Sorts sorts)
order for query
|
Example |
Example.pageInfo(int pageNum,
int pageSize)
paging for query
|
<T> Example |
Example.selectPropertys(Aggregation aggregation,
LambdaFunction<T,Object>... propertys)
select aggregation query attributes Propertys
|
Example |
Example.selectPropertys(Aggregation aggregation,
String... propertys)
select aggregation query attributes Propertys
|
<T> Example |
Example.selectPropertys(LambdaFunction<T,Object>... propertys)
select query attributes Propertys
|
Example |
Example.selectPropertys(String... propertys)
select query attributes Propertys
|
Copyright © 2020. All rights reserved.