LambdaQuery<T> |
LambdaQuery.andBetween(LambdaQuery.Property<T,?> property,
Object value1,
Object value2) |
LambdaQuery<T> |
LambdaQuery.andEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.andGreat(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.andGreatEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.andIn(LambdaQuery.Property<T,?> property,
Collection<?> value) |
LambdaQuery<T> |
LambdaQuery.andIn(LambdaQuery.Property<T,?> property,
StrongValue value)
具有过滤空值功能的IN语句判断
|
LambdaQuery<T> |
LambdaQuery.andIsNotNull(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.andIsNull(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.andLess(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.andLessEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.andLike(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.andNotBetween(LambdaQuery.Property<T,?> property,
Object value1,
Object value2) |
LambdaQuery<T> |
LambdaQuery.andNotEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.andNotIn(LambdaQuery.Property<T,?> property,
Collection<?> value) |
LambdaQuery<T> |
LambdaQuery.andNotIn(LambdaQuery.Property<T,?> property,
StrongValue value)
具有过滤空值功能的NOT IN语句判断
|
LambdaQuery<T> |
LambdaQuery.andNotLike(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.asc(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.desc(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.groupBy(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.orBetween(LambdaQuery.Property<T,?> property,
Object value1,
Object value2) |
LambdaQuery<T> |
LambdaQuery.orderBy(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.orEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.orGreat(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.orGreatEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.orIn(LambdaQuery.Property<T,?> property,
Collection<?> value) |
LambdaQuery<T> |
LambdaQuery.orIn(LambdaQuery.Property<T,?> property,
Optional value) |
LambdaQuery<T> |
LambdaQuery.orIn(LambdaQuery.Property<T,?> property,
StrongValue value) |
LambdaQuery<T> |
LambdaQuery.orIsNotNull(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.orIsNull(LambdaQuery.Property<T,?> property) |
LambdaQuery<T> |
LambdaQuery.orLess(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.orLessEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.orLike(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.orNotBetween(LambdaQuery.Property<T,?> property,
Object value1,
Object value2) |
LambdaQuery<T> |
LambdaQuery.orNotEq(LambdaQuery.Property<T,?> property,
Object value) |
LambdaQuery<T> |
LambdaQuery.orNotIn(LambdaQuery.Property<T,?> property,
Collection<?> value) |
LambdaQuery<T> |
LambdaQuery.orNotIn(LambdaQuery.Property<T,?> property,
Optional value) |
LambdaQuery<T> |
LambdaQuery.orNotIn(LambdaQuery.Property<T,?> property,
StrongValue value) |
LambdaQuery<T> |
LambdaQuery.orNotLike(LambdaQuery.Property<T,?> property,
Object value) |
PageResult<T> |
LambdaQuery.page(long pageNumber,
long pageSize,
LambdaQuery.Property<T,?>... cols) |
List<T> |
LambdaQuery.select(LambdaQuery.Property<T,?>... cols) |