Class ArrayAndElementArgumentTypeResolver

java.lang.Object
org.hibernate.query.sqm.produce.function.internal.AbstractFunctionArgumentTypeResolver
org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
All Implemented Interfaces:
FunctionArgumentTypeResolver

public class ArrayAndElementArgumentTypeResolver extends AbstractFunctionArgumentTypeResolver
A FunctionArgumentTypeResolver that resolves the array argument type based on the element argument type or the element argument type based on the array argument type.