|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.core.query.criteria.AbstractExpression
org.neodatis.odb.core.query.criteria.Not
public class Not
Constructor Summary | |
---|---|
Not(ICriterion criterion)
|
Method Summary | |
---|---|
IOdbList<java.lang.String> |
getAllInvolvedFields()
to be able to optimize query execution. |
AttributeValuesMap |
getValues()
|
boolean |
match(java.lang.Object object)
To check if an object matches this criterion |
void |
ready()
a method to explicitly indicate that the criteria is ready. |
java.lang.String |
toString()
|
Methods inherited from class org.neodatis.odb.core.query.criteria.AbstractExpression |
---|
canUseIndex, getQuery, setQuery |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Not(ICriterion criterion)
Method Detail |
---|
public boolean match(java.lang.Object object)
ICriterion
public java.lang.String toString()
toString
in class java.lang.Object
public IOdbList<java.lang.String> getAllInvolvedFields()
ICriterion
public AttributeValuesMap getValues()
public void ready()
ICriterion
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |