|
|||||||||
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.ExistsCriteria
SelectionCriteria for [not] exists(sub query)
Constructor Summary | |
(package private) |
ExistsCriteria(Query subQuery,
boolean negative)
Constructor for ExistsCriteria. |
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 |
ExistsCriteria(Query subQuery, boolean negative)
Method 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 |