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

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

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

Classes in org.hibernate.ejb.criteria.expression that implement BinaryOperatorExpression
 class BinaryArithmeticOperation<N extends Number>
          Models standard arithmetc operations with two operands.
 

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

Classes in org.hibernate.ejb.criteria.predicate that implement BinaryOperatorExpression
 class ComparisonPredicate
          Models a basic relational comparison predicate.
 



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