Package org.apache.openjpa.kernel.exps
Interface Expression
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Exp
,WhenCondition
,WhenCondition
,WhenScalar
,WhenScalar
Interface for a set of conditions that must be met for the query
to be true.
- Author:
- Abe White
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisit
(ExpressionVisitor visitor) Accept a visit from a tree visitor.
-
Method Details
-
acceptVisit
Accept a visit from a tree visitor.
-