Package org.hibernate.dialect.function
Class AvgFunction.Validator
- java.lang.Object
-
- org.hibernate.dialect.function.AvgFunction.Validator
-
- All Implemented Interfaces:
ArgumentsValidator
- Enclosing class:
- AvgFunction
public static class AvgFunction.Validator extends Object implements ArgumentsValidator
-
-
Field Summary
Fields Modifier and Type Field Description static ArgumentsValidatorINSTANCE
-
Constructor Summary
Constructors Constructor Description Validator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSignature()Pretty-print the signature of the argument list.voidvalidate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration)Perform validation that may be done using theSqmTypedNodetree and assigned Java types.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
validate, validateSqlTypes
-
-
-
-
Field Detail
-
INSTANCE
public static final ArgumentsValidator INSTANCE
-
-
Method Detail
-
validate
public void validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration)
Description copied from interface:ArgumentsValidatorPerform validation that may be done using theSqmTypedNodetree and assigned Java types.- Specified by:
validatein interfaceArgumentsValidator
-
getSignature
public String getSignature()
Description copied from interface:ArgumentsValidatorPretty-print the signature of the argument list.- Specified by:
getSignaturein interfaceArgumentsValidator
-
-