Package | Description |
---|---|
org.hibernate.jpa.criteria.expression |
Modifier and Type | Method and Description |
---|---|
UnaryArithmeticOperation.Operation |
UnaryArithmeticOperation.getOperation() |
static UnaryArithmeticOperation.Operation |
UnaryArithmeticOperation.Operation.valueOf(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,
Expression<T> operand) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.