Uses of Class
org.hibernate.ejb.criteria.expression.LiteralExpression

Packages that use LiteralExpression
org.hibernate.ejb.criteria.expression   
 

Uses of LiteralExpression in org.hibernate.ejb.criteria.expression
 

Methods in org.hibernate.ejb.criteria.expression that return LiteralExpression
 LiteralExpression<C> SimpleCaseExpression.WhenClause.getCondition()
           
 

Constructors in org.hibernate.ejb.criteria.expression with parameters of type LiteralExpression
SimpleCaseExpression.WhenClause(LiteralExpression<C> condition, Expression<? extends R> result)
           
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.