public final class ImplicitNumericExpressionTypeDeterminer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends java.lang.Number> |
determineResultType(java.lang.Class<? extends java.lang.Number>... types)
Determine the appropriate runtime result type for a numeric expression according to
section "6.5.7.1 Result Types of Expressions" of the JPA spec.
|
public static java.lang.Class<? extends java.lang.Number> determineResultType(java.lang.Class<? extends java.lang.Number>... types)
types
- The argument/expression typesCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.