org.hibernate.ejb.criteria.expression
Class SimpleCaseExpression.WhenClause
java.lang.Object
org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
- Enclosing class:
- SimpleCaseExpression<C,R>
public class SimpleCaseExpression.WhenClause
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCaseExpression.WhenClause
public SimpleCaseExpression.WhenClause(C condition,
Expression<? extends R> result)
getCondition
public C getCondition()
getResult
public Expression<? extends R> getResult()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.