net.sf.minuteProject.model.data.criteria.collector
Class WhereCollector<E>
java.lang.Object
net.sf.minuteProject.model.data.criteria.collector.CriteriaCollector<E>
net.sf.minuteProject.model.data.criteria.collector.WhereCollector<E>
- Direct Known Subclasses:
- DateWhereCollector, WhereDomainObjectCollector, WhereFieldCollector
public class WhereCollector<E>
- extends CriteriaCollector<E>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhereCollector
public WhereCollector()
WhereCollector
public WhereCollector(String entityPath)
addElement
public void addElement(String operator,
E... param)
addElement
public void addElement(String field,
String operator,
E... param)
getElements
public Enumeration<WhereHolder<E>> getElements()
getEntityPath
public String getEntityPath()
setEntityPath
public void setEntityPath(String entityPath)
getField
public String getField()
setField
public void setField(String field)
Copyright © 2013. All Rights Reserved.