Uses of Class
org.apache.openjpa.persistence.criteria.Expressions.Case

Packages that use Expressions.Case
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query 
 

Uses of Expressions.Case in org.apache.openjpa.persistence.criteria
 

Methods in org.apache.openjpa.persistence.criteria that return Expressions.Case
 Expressions.Case<T> Expressions.Case.otherwise(Expression<? extends T> otherwise)
           
 Expressions.Case<T> Expressions.Case.otherwise(T otherwise)
           
 Expressions.Case<T> Expressions.Case.when(Expression<Boolean> when, Expression<? extends T> then)
           
 Expressions.Case<T> Expressions.Case.when(Expression<Boolean> when, T then)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.