|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.core.query.criteria.AbstractCriterion
org.neodatis.odb.impl.core.query.criteria.IsNullCriterion
public class IsNullCriterion
Field Summary |
---|
Fields inherited from class org.neodatis.odb.core.query.criteria.AbstractCriterion |
---|
attributeName |
Constructor Summary | |
---|---|
IsNullCriterion(java.lang.String attributeName)
|
Method Summary | |
---|---|
AttributeValuesMap |
getValues()
|
boolean |
match(java.lang.Object valueToMatch)
To check if an object matches this criterion |
void |
ready()
a method to explicitly indicate that the criteria is ready. |
Methods inherited from class org.neodatis.odb.core.query.criteria.AbstractCriterion |
---|
and, canUseIndex, getAllInvolvedFields, getAttributeName, getQuery, match, match, not, or, setAttributeName, setQuery |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IsNullCriterion(java.lang.String attributeName)
Method Detail |
---|
public boolean match(java.lang.Object valueToMatch)
ICriterion
match
in interface ICriterion
match
in class AbstractCriterion
public AttributeValuesMap getValues()
public void ready()
ICriterion
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |