|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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,
Class<N> resultType,
BinaryArithmeticOperation.Operation operator,
Expression<? extends N> lhs,
Expression<? extends N> rhs)
Creates an arithmethic operation based on 2 expressions. |
|
BinaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder,
Class<N> javaType,
BinaryArithmeticOperation.Operation operator,
Expression<? extends N> lhs,
N rhs)
Creates an arithmethic operation based on an expression and a literal. |
|
BinaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder,
Class<N> javaType,
BinaryArithmeticOperation.Operation operator,
N lhs,
Expression<? extends N> rhs)
Creates an arithmetic operation based on an expression and a literal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |