public class Where extends Object implements Serializable
| Constructor and Description |
|---|
Where() |
Where(WhereConjunction rootConjunction) |
| Modifier and Type | Method and Description |
|---|---|
WhereConjunction |
getRootConjunction() |
static Where |
instance(WhereConjunction rootConjunction) |
void |
setRootConjunction(WhereConjunction rootConjunction) |
void |
validate(WherePermit... permits) |
public Where()
public Where(WhereConjunction rootConjunction)
public static Where instance(WhereConjunction rootConjunction)
public void validate(WherePermit... permits)
public WhereConjunction getRootConjunction()
public void setRootConjunction(WhereConjunction rootConjunction)
Copyright © 2017. All rights reserved.