org.hibernate.ejb.criteria.expression
Class SimpleCaseExpression.WhenClause
java.lang.Object
   org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
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,
                                       javax.persistence.criteria.Expression<? extends R> result)
getCondition
public C getCondition()
- 
 
getResult
public javax.persistence.criteria.Expression<? extends R> getResult()
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.