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