|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
public class SimpleCaseExpression.WhenClause
| Constructor Summary | |
|---|---|
SimpleCaseExpression.WhenClause(C condition,
javax.persistence.criteria.Expression<? extends R> result)
|
|
| Method Summary | |
|---|---|
C |
getCondition()
|
javax.persistence.criteria.Expression<? extends R> |
getResult()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCaseExpression.WhenClause(C condition,
javax.persistence.criteria.Expression<? extends R> result)
| Method Detail |
|---|
public C getCondition()
public javax.persistence.criteria.Expression<? extends R> getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||