Uses of Class
org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation.Operation

Packages that use BinaryArithmeticOperation.Operation
org.hibernate.ejb.criteria.expression   
 

Uses of BinaryArithmeticOperation.Operation in org.hibernate.ejb.criteria.expression
 

Methods in org.hibernate.ejb.criteria.expression that return BinaryArithmeticOperation.Operation
 BinaryArithmeticOperation.Operation BinaryArithmeticOperation.getOperator()
           
static BinaryArithmeticOperation.Operation BinaryArithmeticOperation.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BinaryArithmeticOperation.Operation[] BinaryArithmeticOperation.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.hibernate.ejb.criteria.expression with parameters of type BinaryArithmeticOperation.Operation
BinaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder, java.lang.Class<N> resultType, BinaryArithmeticOperation.Operation operator, javax.persistence.criteria.Expression<? extends N> lhs, javax.persistence.criteria.Expression<? extends N> rhs)
          Creates an arithmethic operation based on 2 expressions.
BinaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder, java.lang.Class<N> javaType, BinaryArithmeticOperation.Operation operator, javax.persistence.criteria.Expression<? extends N> lhs, N rhs)
          Creates an arithmethic operation based on an expression and a literal.
BinaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder, java.lang.Class<N> javaType, BinaryArithmeticOperation.Operation operator, N lhs, javax.persistence.criteria.Expression<? extends N> rhs)
          Creates an arithmetic operation based on an expression and a literal.
 



Copyright © 2010. All Rights Reserved.