public class Where extends Object implements WherePermissible<Where>
| Constructor and Description |
|---|
Where() |
Where(WhereConjunction rootConjunction) |
| Modifier and Type | Method and Description |
|---|---|
WhereConjunction |
getRootConjunction() |
Set<WherePermit> |
getTargetSet() |
static Where |
instance(WhereConjunction rootConjunction) |
void |
setRootConjunction(WhereConjunction rootConjunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic Where()
public Where(WhereConjunction rootConjunction)
public static Where instance(WhereConjunction rootConjunction)
public Set<WherePermit> getTargetSet() throws Exception
getTargetSet in interface WherePermissible<Where>Exceptionpublic WhereConjunction getRootConjunction()
public void setRootConjunction(WhereConjunction rootConjunction)
Copyright © 2019. All rights reserved.