|
|||||||||
| Home >> All >> org >> roller >> business >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.roller.business.persistence
Interface Condition

- All Known Implementing Classes:
- BooleanCondition, FieldCondition
- public interface Condition
A condition is a where clause expression and may be made up, recursively, or other where clause expressions. A condition knows how to emit a string represtation of itself and how to treat a visitor.
| Method Summary | |
void |
acceptVisitor(ConditionVisitor cv)
|
| Method Detail |
acceptVisitor
public void acceptVisitor(ConditionVisitor cv)
|
|||||||||
| Home >> All >> org >> roller >> business >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC