|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Constraint
A constaint on the search results.
This corresponds to constraints in a WHERE-clause in SQL SELECT-syntax.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares this constraint to the specified object. |
int |
getBasicSupportLevel()
Tests if this constraint is supported by the basic queryhandler. |
int |
hashCode()
|
boolean |
isInverse()
Tests if the condition must be inverted. |
void |
setUnmodifiable()
|
| Method Detail |
|---|
boolean isInverse()
Tests if the condition must be inverted.
This corresponds to the use of NOT in a WHERE-clause in SQL SELECT-syntax.
int getBasicSupportLevel()
boolean equals(Object obj)
true if and only if the argument is a non-null
Constraint object representing the same constraint(s).
equals in class Objectobj - The object to compare with.
true if the objects are equal,
false otherwise.int hashCode()
hashCode in class Objectvoid setUnmodifiable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||