Class WhenClause
- java.lang.Object
-
- org.apache.openjpa.persistence.query.WhenClause
-
public class WhenClause extends Object
Denotes WHEN ... THEN ... clause of a Case Statement.- Author:
- Pinaki Poddar
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toJPQL(org.apache.openjpa.persistence.query.AliasContext ctx)
-
-
-
Method Detail
-
toJPQL
public String toJPQL(org.apache.openjpa.persistence.query.AliasContext ctx)
-
-