|
|||||||||
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.ComposedExpression
org.neodatis.odb.core.query.criteria.And
public class And
Field Summary |
---|
Fields inherited from class org.neodatis.odb.core.query.criteria.ComposedExpression |
---|
criteria |
Constructor Summary | |
---|---|
And()
|
Method Summary | |
---|---|
boolean |
canUseIndex()
|
boolean |
match(java.lang.Object object)
To check if an object matches this criterion |
java.lang.String |
toString()
|
Methods inherited from class org.neodatis.odb.core.query.criteria.ComposedExpression |
---|
add, getAllInvolvedFields, getCriterion, getNbCriteria, getValues, isEmpty, ready, setQuery |
Methods inherited from class org.neodatis.odb.core.query.criteria.AbstractExpression |
---|
getQuery |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public And()
Method Detail |
---|
public boolean match(java.lang.Object object)
ICriterion
public java.lang.String toString()
toString
in class java.lang.Object
public boolean canUseIndex()
canUseIndex
in interface ICriterion
canUseIndex
in class AbstractExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |