Package org.hibernate.query.sqm.produce.function
@Incubating
package org.hibernate.query.sqm.produce.function
Package defining support for
SqmFunctionDescriptor
handling.
Between ArgumentsValidator
and
FunctionReturnTypeResolver
creating
function templates is generally a simple matter of composition
-
ClassDescriptionValidates the arguments provided to an HQL function invocation.Typechecks the arguments of HQL functions based on the assigned JDBC types.Represents a problem with the argument list of a function in HQL/JPQL.Pluggable strategy for resolving a function argument type for a specific call.A mini-"type system" for HQL function parameters.Pluggable strategy for resolving a function return type for a specific call.Pluggable strategy for resolving a function return type for a specific call.Pluggable strategy for resolving a function return type for a specific call.