Package org.hibernate.dialect.function
Class AvgFunction.Validator
java.lang.Object
org.hibernate.dialect.function.AvgFunction.Validator
- All Implemented Interfaces:
ArgumentsValidator
- Enclosing class:
- AvgFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPretty-print the signature of the argument list.void
validate
(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) Perform validation that may be done using theSqmTypedNode
tree 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
validateSqlTypes
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Validator
public Validator()
-
-
Method Details
-
validate
public void validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) Description copied from interface:ArgumentsValidator
Perform validation that may be done using theSqmTypedNode
tree and assigned Java types.- Specified by:
validate
in interfaceArgumentsValidator
-
getSignature
Description copied from interface:ArgumentsValidator
Pretty-print the signature of the argument list.- Specified by:
getSignature
in interfaceArgumentsValidator
-