public class NotEqualCondition<T> extends SingleParameterCondition<T>
Modifier and Type | Field and Description |
---|---|
static String |
NOT_EQUAL
Constant
NOT_EQUAL="<>" |
Constructor and Description |
---|
NotEqualCondition(Selector selector,
Parameter<T> parameter)
Constructor for NotEqualCondition.
|
createQueryFragment
getParameters, getSelector
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuilder, getValueParameters
public static final String NOT_EQUAL
NOT_EQUAL="<>"
Copyright © 2011–2019. All rights reserved.