Class MathFunctionResolver
java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
org.eclipse.persistence.jpa.jpql.tools.resolver.MathFunctionResolver
- Direct Known Subclasses:
MathFunctionResolver.Ceiling
,MathFunctionResolver.Floor
,MathFunctionResolver.Round
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
TheCEILING
math function expression resolver.static final class
TheFLOOR
math function expression resolver.static final class
TheROUND
math function expression resolver. -
Constructor Summary
ConstructorDescriptionMathFunctionResolver
(Resolver parent) Creates a new instance of math function expression resolver. -
Method Summary
Modifier and TypeMethodDescriptionprotected IType
protected ITypeDeclaration
Resolves theITypeDeclaration
of the property handled by thisResolver
.Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
addChild, checkParent, getChild, getManagedType, getMapping, getParent, getParentManagedType, getParentMapping, getParentType, getParentTypeDeclaration, getProvider, getQuery, getType, getType, getType, getTypeDeclaration, getTypeHelper, getTypeRepository, isNullAllowed, setNullAllowed
-
Constructor Details
-
MathFunctionResolver
Creates a new instance of math function expression resolver.- Parameters:
parent
- The parentResolver
, which is nevernull
-
-
Method Details
-
buildType
Description copied from class:Resolver
-
buildTypeDeclaration
Description copied from class:Resolver
Resolves theITypeDeclaration
of the property handled by thisResolver
.- Specified by:
buildTypeDeclaration
in classResolver
- Returns:
- Either the
ITypeDeclaration
that was resolved by thisResolver
or theITypeDeclaration
forIType.UNRESOLVABLE_TYPE
if it could not be resolved
-