|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRestriction
Instances implementing this interface provide methods to compose the corrects operations for each provide
Method Summary | |
---|---|
ICriterion |
and(ICriterion left,
ICriterion right)
Apply an "add" constraint to the two criterion |
ICriterion |
eq(java.lang.String field,
java.lang.String value)
Apply an "equal" constraint to the field, ignoring case |
ICriterion |
eq(java.lang.String field,
java.lang.String value,
boolean ignoreCase)
Apply an "equal" constraint to the field, taking into consideration ignore case |
ICriterion |
ne(java.lang.String field,
java.lang.String value)
Apply an "not equal" constraint to the field ignoring case |
ICriterion |
ne(java.lang.String field,
java.lang.String value,
boolean ignoreCase)
Apply an "not equal" constraint to the field, taking into consideration ignore case |
Method Detail |
---|
ICriterion and(ICriterion left, ICriterion right)
left
- Will not be null
right
- Will not be null
ICriterion eq(java.lang.String field, java.lang.String value)
field
- Will not be null
value
- May be null
ICriterion ne(java.lang.String field, java.lang.String value)
field
- Will not be null
value
- May be null
ICriterion eq(java.lang.String field, java.lang.String value, boolean ignoreCase)
field
- Will not be null
value
- May be null
ignoreCase
-
ICriterion ne(java.lang.String field, java.lang.String value, boolean ignoreCase)
field
- Will not be null
value
- May be null
ignoreCase
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |