public class ImplicitNumericExpressionTypeDeterminer extends Object
| Constructor and Description |
|---|
ImplicitNumericExpressionTypeDeterminer() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Number> |
determineResultType(Class<? extends 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 ImplicitNumericExpressionTypeDeterminer()
public static Class<? extends Number> determineResultType(Class<? extends Number>... types)
types - The argument/expression typesCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.