Class ArrayViaElementArgumentReturnTypeResolver

java.lang.Object
org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
All Implemented Interfaces:
FunctionReturnTypeResolver

public class ArrayViaElementArgumentReturnTypeResolver extends Object implements FunctionReturnTypeResolver
A FunctionReturnTypeResolver that resolves an array type based on the arguments, which are supposed to be of the element type. The inferred type and implied type have precedence though.