public class WhereCollector<E> extends CriteriaCollector<E>
| Constructor and Description |
|---|
WhereCollector() |
WhereCollector(String entityPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(String operator,
E... param) |
void |
addElement(String field,
String operator,
E... param) |
Enumeration<WhereHolder<E>> |
getElements() |
String |
getEntityPath() |
String |
getField() |
void |
setEntityPath(String entityPath) |
void |
setField(String field) |
public WhereCollector()
public WhereCollector(String entityPath)
public Enumeration<WhereHolder<E>> getElements()
public String getEntityPath()
public void setEntityPath(String entityPath)
public String getField()
public void setField(String field)
Copyright © 2015. All rights reserved.