public class AbstractDomainObjectWhere extends Object
| Modifier and Type | Field and Description |
|---|---|
protected WhereDomainObjectCollector |
wdoc |
| Constructor and Description |
|---|
AbstractDomainObjectWhere(String beanPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
and(WhereFieldCollector wfc) |
String |
getBeanPath() |
WhereDomainObjectCollector |
getWdoc() |
void |
or(WhereFieldCollector wfc) |
String |
popWhereCriteria() |
void |
setBeanPath(String beanPath) |
void |
setWdoc(WhereDomainObjectCollector wdoc) |
protected WhereDomainObjectCollector wdoc
public AbstractDomainObjectWhere(String beanPath)
public String getBeanPath()
public void setBeanPath(String beanPath)
public WhereDomainObjectCollector getWdoc()
public void setWdoc(WhereDomainObjectCollector wdoc)
public String popWhereCriteria()
public void or(WhereFieldCollector wfc)
public void and(WhereFieldCollector wfc)
Copyright © 2015. All rights reserved.