org.apache.openjpa.persistence.query
Class WhenClause

java.lang.Object
  extended by org.apache.openjpa.persistence.query.WhenClause

public class WhenClause
extends Object

Denotes WHEN ... THEN ... clause of a Case Statement.

Author:
Pinaki Poddar

Method Summary
 String toJPQL(org.apache.openjpa.persistence.query.AliasContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toJPQL

public String toJPQL(org.apache.openjpa.persistence.query.AliasContext ctx)


Copyright © 2006–2013 Apache Software Foundation. All rights reserved.