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

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

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

Methods in org.hibernate.ejb.criteria.expression that return UnaryArithmeticOperation.Operation
 UnaryArithmeticOperation.Operation UnaryArithmeticOperation.getOperation()
           
static UnaryArithmeticOperation.Operation UnaryArithmeticOperation.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnaryArithmeticOperation.Operation[] UnaryArithmeticOperation.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 UnaryArithmeticOperation.Operation
UnaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder, UnaryArithmeticOperation.Operation operation, javax.persistence.criteria.Expression<T> operand)
           
 



Copyright © 2013. All Rights Reserved.