Class DynamicDispatchFunction

java.lang.Object
org.hibernate.dialect.function.DynamicDispatchFunction
All Implemented Interfaces:
SqmFunctionDescriptor, ArgumentsValidator

public class DynamicDispatchFunction extends Object implements SqmFunctionDescriptor, ArgumentsValidator
A function that dynamically dispatches to other functions, depending on which function validates successfully first. This can be used for overload implementations.
Since:
6.6