Class WhenClause


  • public class WhenClause
    extends java.lang.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
      java.lang.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 java.lang.String toJPQL​(org.apache.openjpa.persistence.query.AliasContext ctx)