org.hibernate.ejb.criteria.expression
Class SimpleCaseExpression.WhenClause

java.lang.Object
  extended by org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
Enclosing class:
SimpleCaseExpression<C,R>

public class SimpleCaseExpression.WhenClause
extends Object


Constructor Summary
SimpleCaseExpression.WhenClause(LiteralExpression<C> condition, Expression<? extends R> result)
           
 
Method Summary
 LiteralExpression<C> getCondition()
           
 Expression<? extends R> getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCaseExpression.WhenClause

public SimpleCaseExpression.WhenClause(LiteralExpression<C> condition,
                                       Expression<? extends R> result)
Method Detail

getCondition

public LiteralExpression<C> getCondition()

getResult

public Expression<? extends R> getResult()


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.