public class UnaryArithmeticOperation<T> extends ExpressionImpl<T> implements UnaryOperatorExpression<T>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
UnaryArithmeticOperation.Operation |
ParameterContainer.Helper| Constructor and Description |
|---|
UnaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder,
UnaryArithmeticOperation.Operation operation,
Expression<T> operand) |
| Modifier and Type | Method and Description |
|---|---|
Expression<T> |
getOperand()
Get the operand.
|
UnaryArithmeticOperation.Operation |
getOperation() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
String |
render(RenderingContext renderingContext)
Render clause
|
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, getValueHandlers, isCompoundSelectionforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypegetValueHandlersgetValueHandlerrenderGroupBy, renderProjectionpublic UnaryArithmeticOperation(CriteriaBuilderImpl criteriaBuilder, UnaryArithmeticOperation.Operation operation, Expression<T> operand)
public UnaryArithmeticOperation.Operation getOperation()
public Expression<T> getOperand()
UnaryOperatorExpressiongetOperand in interface UnaryOperatorExpression<T>public void registerParameters(ParameterRegistry registry)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public String render(RenderingContext renderingContext)
Renderablerender in interface RenderablerenderingContext - contextCopyright © 2019 JBoss by Red Hat. All rights reserved.