| 程序包 | 说明 |
|---|---|
| com.xphsc.easyjdbc.core.entity | |
| com.xphsc.easyjdbc.core.lambda |
| 限定符和类型 | 方法和说明 |
|---|---|
<T,S> Aggregation.Aggregate |
Aggregation.Aggregate.aggregate(AggregateType type,
LambdaFunction<T,Object> property,
LambdaFunction<S,Object> asProperty) |
<T,S> Aggregation.Aggregate |
Aggregation.Aggregate.aggregate(AggregateType type,
LambdaFunction<T,Object> property,
LambdaFunction<S,Object> asProperty) |
<T> Aggregation.Aggregate |
Aggregation.Aggregate.aggregate(AggregateType type,
LambdaFunction<T,Object> property,
String asProperty) |
<T,S> Aggregation |
Aggregation.aggregation(AggregateType aggregateType,
LambdaFunction<T,Object> property,
LambdaFunction<S,Object> asProperty) |
<T,S> Aggregation |
Aggregation.aggregation(AggregateType aggregateType,
LambdaFunction<T,Object> property,
LambdaFunction<S,Object> asProperty) |
<T> Aggregation |
Aggregation.aggregation(AggregateType aggregateType,
LambdaFunction<T,Object> property,
String asProperty) |
<T> Example.Criteria |
Example.GeneratedCriteria.andBetween(LambdaFunction<T,Object> property,
Object value1,
Object value2) |
<T> Example.Criteria |
Example.GeneratedCriteria.andEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andGreaterThan(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andGreaterThanOrEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andIn(LambdaFunction<T,Object> property,
Iterable values) |
<T> Example.Criteria |
Example.GeneratedCriteria.andIsNotNull(LambdaFunction<T,Object> property) |
<T> Example.Criteria |
Example.GeneratedCriteria.andIsNull(LambdaFunction<T,Object> property) |
<T> Example.Criteria |
Example.GeneratedCriteria.andLessThan(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andLessThanOrEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andLike(LambdaFunction<T,Object> property,
String value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andLike(LambdaFunction<T,Object> property,
String value,
LikeType likeType) |
<T> Example.Criteria |
Example.GeneratedCriteria.andNotBetween(LambdaFunction<T,Object> property,
Object value1,
Object value2) |
<T> Example.Criteria |
Example.GeneratedCriteria.andNotEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andNotIn(LambdaFunction<T,Object> property,
Iterable values) |
<T> Example.Criteria |
Example.GeneratedCriteria.andNotLike(LambdaFunction<T,Object> property,
String value) |
<T> Example.Criteria |
Example.GeneratedCriteria.andNotLike(LambdaFunction<T,Object> property,
String value,
LikeType likeType) |
<T> Example |
Example.excludePropertys(LambdaFunction<T,Object>... excludePropertys)
Exclude query attributes Propertys
|
<T> Example |
Example.groupByClause(LambdaFunction<T,Object>... groupBys)
Grouping for query
|
<T,S> Example |
Example.mapping(LambdaFunction<T,Object> property,
LambdaFunction<S,Object> field)
Properties <--> Class Field Mapping
|
<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
|
<T> Example.Criteria |
Example.GeneratedCriteria.orBetween(LambdaFunction<T,Object> property,
Object value1,
Object value2) |
<T> Sorts.Order |
Sorts.Order.order(Sorts.Direction direction,
LambdaFunction<T,Object> property) |
<T> Example.Criteria |
Example.GeneratedCriteria.orEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orGreaterThan(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orGreaterThanOrEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orIn(LambdaFunction<T,Object> property,
Iterable values) |
<T> Example.Criteria |
Example.GeneratedCriteria.orIsNotNull(LambdaFunction<T,Object> property) |
<T> Example.Criteria |
Example.GeneratedCriteria.orIsNull(LambdaFunction<T,Object> property) |
<T> Example.Criteria |
Example.GeneratedCriteria.orLessThan(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orLessThanOrEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orLike(LambdaFunction<T,Object> property,
String value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orLike(LambdaFunction<T,Object> property,
String value,
LikeType likeType) |
<T> Example.Criteria |
Example.GeneratedCriteria.orNotBetween(LambdaFunction<T,Object> property,
Object value1,
Object value2) |
<T> Example.Criteria |
Example.GeneratedCriteria.orNotEqualTo(LambdaFunction<T,Object> property,
Object value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orNotIn(LambdaFunction<T,Object> property,
Iterable values) |
<T> Example.Criteria |
Example.GeneratedCriteria.orNotLike(LambdaFunction<T,Object> property,
String value) |
<T> Example.Criteria |
Example.GeneratedCriteria.orNotLike(LambdaFunction<T,Object> property,
String value,
LikeType likeType) |
<T> Example |
Example.selectPropertys(Aggregation aggregation,
LambdaFunction<T,Object>... propertys)
select aggregation query attributes Propertys
|
<T> Example |
Example.selectPropertys(LambdaFunction<T,Object>... propertys)
select query attributes Propertys
|
<T> Sorts |
Sorts.sort(Sorts.Direction direction,
LambdaFunction<T,Object> property) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<String> |
Reflections.fieldNameForLambdaFunction(LambdaFunction... fn) |
static String |
Reflections.fieldNameForLambdaFunction(LambdaFunction fn) |
Copyright © 2020. All rights reserved.