public class DistinctResult extends Object implements AggregateResult
DistinctResult()
<T extends Pojo>Cursor<T>
getCursor()
Key<?>
getKey()
String[]
getValues()
void
setKey(Key<?> key)
setValues(String[] values)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DistinctResult()
public String[] getValues()
public void setValues(String[] values)
public Key<?> getKey()
public void setKey(Key<?> key)
public <T extends Pojo> Cursor<T> getCursor()
Copyright © 2015. All rights reserved.