Package org.apache.openjpa.kernel.exps
Interface Expression
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Exp
,WhenCondition
,WhenCondition
,WhenScalar
,WhenScalar
public interface Expression extends java.io.Serializable
Interface for a set of conditions that must be met for the query to be true.- Author:
- Abe White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
acceptVisit(ExpressionVisitor visitor)
Accept a visit from a tree visitor.
-
-
-
Method Detail
-
acceptVisit
void acceptVisit(ExpressionVisitor visitor)
Accept a visit from a tree visitor.
-
-