|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
Interface specification for Field of query objects.
Method Summary | |
---|---|
Field |
field(java.lang.String name)
The method for field object creation of query objects. |
InCondition |
in()
In. |
Condition |
isNotNull()
Checks if is not null. |
Condition |
isNull()
Checks if is null. |
InCondition |
notIn()
Not in. |
Methods inherited from interface org.castor.cpa.query.QueryObject |
---|
toString |
Method Detail |
---|
Field field(java.lang.String name)
name
- the String name
InCondition in()
InCondition notIn()
Condition isNull()
Condition isNotNull()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |