Uses of Interface
org.hibernate.ejb.criteria.expression.UnaryOperatorExpression

Packages that use UnaryOperatorExpression
org.hibernate.ejb.criteria.expression   
org.hibernate.ejb.criteria.predicate   
 

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

Classes in org.hibernate.ejb.criteria.expression that implement UnaryOperatorExpression
 class UnaryArithmeticOperation<T>
          Models unary arithmetic operation (unary plus and unary minus).
 

Uses of UnaryOperatorExpression in org.hibernate.ejb.criteria.predicate
 

Classes in org.hibernate.ejb.criteria.predicate that implement UnaryOperatorExpression
 class IsEmptyPredicate<C extends Collection>
          Models an IS [NOT] EMPTY restriction
 class NullnessPredicate
          Defines a Predicate for checking the nullness state of an expression, aka an IS [NOT] NULL predicate.
 



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