public class Where extends Object
Description: ep:
Where.where().build();
Where.where().and(EntityProperties.id.eq(value)).build();
Where.where().orderBy(EntityProperties.id.desc()).build();
Where.where().limit(20).build();
Where.where().limit(0,20).build();
Property.isNull()
Property.isNotNull()
Property.equal(Object) }
...
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Where.AndOr |
static class |
Where.Builder |
static class |
Where.ConditionWrapper |
static class |
Where.Limit |
| 构造器和说明 |
|---|
Where() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Where.ConditionWrapper> |
getConditions() |
String |
getEnd() |
Where.Limit |
getLimit() |
OrderBy |
getOrderBy() |
boolean |
isDistinct() |
static Where.Builder |
where() |
public static Where.Builder where()
public List<Where.ConditionWrapper> getConditions()
public OrderBy getOrderBy()
public String getEnd()
public Where.Limit getLimit()
public boolean isDistinct()
Copyright © 2019. All rights reserved.