|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.query.SelectionCriteria | +--ojb.broker.query.InCriteria
SelectionCriteria for 'in (a,b,c..)'
Constructor Summary | |
(package private) |
InCriteria(java.lang.String anAttribute,
java.lang.Object values,
boolean negative)
Constructor for InCriteria. |
Method Summary | |
java.lang.String |
getClause()
Gets the clause. |
Methods inherited from class ojb.broker.query.SelectionCriteria |
bind, getAttribute, getO, getValue, isBound, isNegative, setBound, setO, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
InCriteria(java.lang.String anAttribute, java.lang.Object values, boolean negative)
anAttribute
- values
- , the Collection of valuesMethod Detail |
public java.lang.String getClause()
getClause
in class SelectionCriteria
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |