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

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

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

Methods in org.apache.openjpa.persistence.criteria that return Expressions.SimpleCase
 Expressions.SimpleCase<C,R> Expressions.SimpleCase.otherwise(Expression<? extends R> otherwise)
           
 Expressions.SimpleCase<C,R> Expressions.SimpleCase.otherwise(R otherwise)
           
 Expressions.SimpleCase<C,R> Expressions.SimpleCase.when(C when, Expression<? extends R> then)
           
 Expressions.SimpleCase<C,R> Expressions.SimpleCase.when(C when, R then)
           
 Expressions.SimpleCase<C,R> Expressions.SimpleCase.when(Expression<C> when, Expression<? extends R> then)
           
 



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