Package | Description |
---|---|
org.hibernate.query.criteria.internal.expression |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
UnaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder,
UnaryArithmeticOperation.Operation operation,
javax.persistence.criteria.Expression<T> operand) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.